Publishing platform for independent workers.
- Follow the IndieWeb Community Principles
- Follow Google SEO recommendations
- File-based, no database required
- Use SvelteKit, so it's quick!
- Supports content in multiple formats
- Includes static file deployment, as well as stand-alone deployment
- Perfect multi-language support
- Multiple social protocol support (Activitypub, Nostr, etc.)
- Citation function like a scientific paper
- Clean and simple page design with responsive adaptation
- Threshold-free control panel
- Integration of multiple commenting and interaction systems
- Write in full-featured Markdown
- Managing your content versioning with Git
- Support for Sponsor Rewards
- Native support for multisite mode
- Support for newsletters and submissions
- Organize and manage your connections to other site platforms
- Full CMS functionality support
!!! Some of them are under development, so feel free to join in.
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.