Introduction
Welcome to Orunk — production-ready SaaS infrastructure built on Cloudflare's free tier.
Orunk is a collection of production-ready SaaS starters, UI components, and page blocks built on Cloudflare's free tier. Ship your SaaS in days, not months — with $0/month infrastructure costs.
- Starters — Full-stack SaaS boilerplates with auth, billing, teams, and dashboards pre-built
- Components — Premium UI components you can copy and paste into any project
- Blocks — Ready-to-use page sections (heroes, pricing tables, feature grids)
- Templates — Complete page layouts combining multiple blocks
- Browse the Components to see what's available
- Check out the Starters for full-stack boilerplates
- Explore Blocks for ready-to-use page sections
| Layer | Technology | Why |
|---|---|---|
| Frontend | Next.js + React 19 | Server components, static export |
| Backend | Hono on Cloudflare Workers | Edge-first, zero cold starts |
| Database | Cloudflare D1 (SQLite) | Free tier, globally replicated |
| Storage | Cloudflare R2 | S3-compatible, zero egress fees |
| Styling | Tailwind CSS v4 | Utility-first, design system ready |
| ORM | Drizzle | Type-safe SQL, zero runtime overhead |