@jant/core
v0.6.7
Published
A modern, open-source microblogging platform built on Cloudflare Workers
Maintainers
Readme
@jant/core
A self-hosted, single-author microblogging platform for Cloudflare Workers, Docker, and Node.js.
Still in development
What is Jant?
Jant is a place to publish notes, links, and quotes on your own site, without followers, likes, or algorithmic feeds.
Recommended Starting Points
For a new site, start with create-jant:
npm create jant@latest my-site
cd my-site
npm run devFor a traditional server deployment, use the official Docker image:
Tech Stack
- Runtime: Cloudflare Workers or Node.js 24
- Framework: Hono
- Database: Cloudflare D1 (SQLite)
- Storage: Cloudflare R2
- Auth: better-auth
- ORM: Drizzle
- CSS: Tailwind CSS v4 + BaseCoat
Documentation
- Overview
- Getting Started
- Writing and Organizing Posts
- Deploy on Cloudflare
- Deploy with Docker
- Configuration
- Export and Import
- Backups and Recovery
- Theming
- API Reference
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
License
AGPL-3.0-or-later
