Stars is a decentralized personal website generator that helps you quickly create a modern personal website with Web3 integration features.
大家好,我是 Stars 项目的开发者。Stars 是一个基于 Go 语言开发的去中心化个人网站生成器,它能帮助你快速创建一个现代化的个人网站,并提供 Web3 集成功能。
Stars 致力于为创作者打造一个真正自由、开放的创作平台。
相比于传统的创建平台:
传统的静态网站生成器(例如hugo、hexo)——部署简单,性能优异,但是缺少web3特性。
传统的内容平台(例如掘金)——使用简单,有人管理,但是缺少web3特性,性能相对差,自由度不高。
web3内容平台(例如Mirror)——支持web3特性,但是也依赖于平台,自由度受限。
简单来说,你可以将 Stars 看作是更加去中心化的 Mirror,或者说:hugo + mirror = stars。
Stars 项目致力于为创作者提供一个真正去中心化的内容发布平台,既保留了传统静态网站生成器的优点,又融入了 Web3 的特性
---
Hello everyone, I am the developer of the Stars project. Stars is a decentralized personal website generator developed using the Go language. It helps you quickly create a modern personal website with Web3 integration features.
Stars is committed to providing creators with a truly free and open creative platform.
Compared to traditional platforms:
Traditional static website generators (e.g., Hugo, Hexo): Easy to deploy and excellent performance, but lack Web3 features.
Traditional content platforms: Simple to use and managed by others, but lack Web3 features, relatively poor performance, and limited freedom.
Web3 content platforms (e.g., Mirror): Support Web3 features but still rely on the platform, limiting freedom.
In simple terms, you can think of Stars as a more decentralized version of Mirror, or: Hugo + Mirror = Stars.
The Stars project aims to provide creators with a truly decentralized content publishing platform, combining the advantages of traditional static website generators with the features of Web3.
在 Web3 时代,创作者需要一个真正属于自己的内容平台,做到:
内容永久存储,不会被删除
通过 NFT 获得收益
保护创作者权益
去中心化部署
等特性。
Stars 可以做什么呢?
1. 可以是更极客的个人名片
2. 可以是完全属于自己的文章聚集地:通过Verification(区块链的一些列验证功能)确保文章的不可篡改性和真实性,通过钱包地址绑定作者的身份
3. 可以通过原创内容获得经济激励:一键将文章铸造为 NFT,还可以灵活的设置版税分成、铸造费用等。
4. 可以是个人简历的加分项:展示你的技术视野,打造个人品牌。Stars 是开源项目,你可以成为开源项目的贡献者。
---
In the Web3 era, creators need a truly personal content platform that offers:
Permanent content storage that cannot be deleted.
Earnings through NFTs.
Protection of creators' rights.
Decentralized deployment.
What can Stars do?
1. It can serve as a more geeky personal business card.
2. It can be a fully personal hub for your articles: Through Verification (a series of blockchain verification features), it ensures the immutability and authenticity of articles, while binding the author's identity to their wallet address.
3. It enables economic incentives for original content: Articles can be minted as NFTs with one click, and you can flexibly set royalty splits and minting fees.
4. It can be a standout addition to your resume: Showcase your technical vision and build your personal brand. Stars is an open-source project, and you can become a contributor.
NFT:
只需要几行命令,就可以快速开始:
# install Stars
go install github.com/jiangjiax/stars/cmd/stars@latest
# 创建网站
stars new my-blog
# 创建文章
stars post "我的第一篇文章"
# 本地预览
stars server
# 构建部署
stars build
Stars 使用 Go 语言开发静态网站生成器,保证性能和跨平台性。支持命令行工具,文件系统处理,模版引擎集成,自定义主题,Markdown 文档解析。
---
You can get started quickly with just a few commands:
# Install Stars
go install github.com/jiangjiax/stars/cmd/stars@latest
# Create a website
stars new my-blog
# Create a post
stars post "My First Article"
# Preview locally
stars server
# Build and deploy
stars build
Stars is a static website generator developed using the Go language, ensuring performance and cross-platform compatibility. It supports command-line tools, file system operations, template engine integration, custom themes, and Markdown document parsing.
1. 支持更多区块链网络
2. 社区治理机制:Stars DAO 代币、社区提案投票
3. 更丰富的主题市场:主题付费定制化服务
4. 内容分发平台:文章推荐
5. 求职简历功能:在线简历生成、支持HR对接
6. 更多样的经济激励系统:打赏、订阅
7. 更多插件功能:评论、多语言、搜索、社交
---
1. Support for more blockchain networks.
2. Community governance mechanism: Stars DAO tokens and community proposal voting.
3. A richer theme marketplace: Paid theme customization services.
4. Content distribution platform: Article recommendations.
5. Resume functionality: Online resume generation and HR integration.
6. More diverse economic incentive systems: Tips and subscriptions.
7. Additional plugin features: Comments, multi-language support, search, and social integrations.
Stars 不仅仅是一个静态站点生成器,它是:
你的 Web3 创作平台
你的技术实验场
你的个人品牌阵地
你迈向未来互联网的第一步
加入 Stars,开启你的 Web3 创作之旅!
---
Stars is not just a static site generator; it is:
Your Web3 creative platform.
Your playground for technical experiments.
Your personal branding hub.
Your first step toward the future of the internet.
Join Stars and start your Web3 creative journey today!
Solo. The complete demo has been finished, and the code has been open-sourced on GitHub.