No Next.js.No Vercel.No AWS.
Use the default reference app as a blog plus digital product site, or adapt the platform for your own web app.
$ git clone https://github.com/vibefast-app/vibefast.git my-app
$ cd my-app && npm install && npm run setup
✓ API worker deployed
✓ Web worker deployed
Ready to build your product.
WHY VibeFast
A practical baseline for real SaaS shipping.
Next.js App Router complexity
Framework churn and routing conventions that keep shifting.
Vercel lock-in pressure
Scaling costs and platform coupling as traffic grows.
AWS setup overhead
Service sprawl and ops burden before shipping product value.
Multi-vendor glue code
CORS, auth, and deployment wiring across disconnected tools.
Cloudflare-native stack
Remix + Workers + D1 + R2, all on one edge platform.
Service Binding by default
Internal worker communication, no public API glue or CORS pain.
One-command setup
Clone, setup, deploy with a practical script-first workflow.
Production modules included
Auth, blog, one-time commerce, and admin routes wired end-to-end.
STACK
Cloudflare-first architecture, no glue code maze.
Core Frontend
Remix
SSR with web standards. No App Router confusion. Works natively with Workers.
Core Runtime
Cloudflare Workers
V8 isolates globally. Sub-ms cold starts. No Node.js baggage.
Core Database
D1
SQLite at the edge. Zero external DB server. Auto schema on first deploy.
Core Storage
R2
S3-compatible storage. Zero egress fees. Enable with one config line.
Auth
JWT
Email/password auth with route guards and role-aware admin access.
Commerce
Stripe
One-time lifetime checkout with webhook-driven order confirmation.
Resend
Transactional notifications from the API worker for onboarding and purchase confirmations.
Repo
Monorepo
Web/API separation with shared conventions, scripts, and deployment flow.
FEATURES
Everything included. Ship today.
Blog + Admin Editor
Public blog pages with admin create/edit/preview and publish controls.
Stripe One-Time Checkout
Lifetime buyout checkout with webhook handlers pre-configured.
Admin Console
Manage users, customers, orders, and posts from one protected backend UI.
Session + Role Guard
Session auth and admin checks are already wired for /admin routes.
D1 Bootstrap + Migrations
Schema bootstrap and migration flow ready for iterative product development.
Deploy Scripts
Predictable scripts to build and deploy API and web workers in sequence.
Stop fighting your framework.
Ship faster.
Clone, setup, deploy. Your web app is live on Cloudflare's global edge in minutes.

