Discover and explore top open-source AI tools and projects—updated daily.
du2333Serverless full-stack blog CMS on Cloudflare
Top 55.6% on SourcePulse
A modern, full-stack blog CMS built entirely within the Cloudflare ecosystem, Flare Stack Blog offers developers a serverless, edge-first platform for creating and managing content. It targets users seeking a highly customizable, performant, and scalable blogging solution that leverages Cloudflare's integrated services like Workers, D1, R2, and Workers AI, providing advanced features and a flexible architecture.
How It Works
This project utilizes Cloudflare Workers as its core execution environment, deeply integrating services such as D1 for SQLite databases, R2 for object storage, KV for caching, and Workers AI for intelligent features. The frontend is built with React 19, TanStack Router/Query, and Tailwind CSS 4, while the backend gateway layer uses Hono, with business logic handled by TanStack Start for SSR and Server Functions. Data access is managed via Drizzle ORM, and authentication is secured through Better Auth with GitHub OAuth. A key architectural choice is the decoupled theming system, allowing complete visual customization via a "Theme Contract" without altering core routing or data logic.
Quick Start & Requirements
bun install followed by bun dev for local development.Highlighted Details
Maintenance & Community
A Telegram group is available for community discussion and support. The repository includes a CONTRIBUTING.md file outlining development guidelines.
Licensing & Compatibility
The project is licensed under the MIT License, permitting broad use and modification. It is specifically designed for and requires deployment on Cloudflare Workers.
Limitations & Caveats
This project is exclusively designed for the Cloudflare ecosystem and only supports deployment on Cloudflare Workers. While local development is supported using Miniflare, data simulated locally does not synchronize with remote Cloudflare resources.
5 days ago
Inactive