@jant/core
v0.3.27
Published
A modern, open-source microblogging platform built on Cloudflare Workers
Downloads
5,575
Maintainers
Readme
@jant/core
A modern, open-source microblogging platform built on Cloudflare Workers.
Still in development
What is Jant?
Jant is a single-author microblog for people who want to share thoughts without the noise of social media. No followers, no likes, no algorithms—just your words.
Features
- Multiple content types - Notes, articles, links, quotes, images, and pages
- Thread support - Chain posts together for longer thoughts
- Collections - Curate posts into themed collections
- Full-text search - Find anything with FTS5-powered search
- i18n ready - Built-in internationalization support
- Beautiful themes - Clean, responsive design with dark mode
- Fast & cheap - Runs on Cloudflare's edge network
Tech Stack
- Runtime: Cloudflare Workers
- Framework: Hono
- Database: Cloudflare D1 (SQLite)
- Storage: Cloudflare R2
- Auth: better-auth
- ORM: Drizzle
- CSS: Tailwind CSS v4 + BaseCoat
Quick Start
The easiest way to create a new Jant site:
pnpm create jant my-blog
cd my-blog
pnpm run devManual Setup
If you want to set up manually:
# Install
pnpm add @jant/core
# See documentation for configurationDocumentation
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
License
AGPL-3.0
