Blogocska is a lightweight blogging application built on top of the
HSWLP:Next framework. It demonstrates how a modern SaaS-style app can
run entirely on Cloudflare Workers, with no traditional backend.
The project is part of the HSWLP (Hybrid Service Workflow Launch Platform)
ecosystem, which focuses on building modular, Cloudflare-native applications.
- π Post management β create and publish blog posts
- π User authentication β JWT-based sign-up and login
- βοΈ Cloudflare-native architecture β powered by D1 (database) and R2 (storage)
- π Serverless by design β zero backend servers required
- Frontend: Next.js
- Platform: Cloudflare Workers
- Database: D1 with migrations
- Storage: R2 (object storage)
- Session handling: Cloudflare KV
π§ In development β Blogocska is an early-stage project, intended as both
a standalone blogging tool and a reference app for the HSWLP:Next framework.
- User-friendly blog editor
- Commenting system
- Theming and customization
- Admin dashboard for content management
- Deployment via Cloudflare Pages
HSWLP:Next serves as the foundation for all future shells (apps), including:
- HSWLP:Cloud β Static website deployments
- HSWLP:NAS β Local Docker stack manager
- HSWLP:Dev β Developer hub
- HSWLP:Store β Template marketplace
- HSWLP:Academy β Learning modules
Blogocska is the first live demo of how HSWLP:Next can power real SaaS apps.
Status: Prototype β showcasing how Cloudflare-native SaaS can be built cleanly and efficiently.