Auth, billing, multi-tenancy, MCP.
Done.
Two frontends, full API, agent-ready MCP server, the gotchas already fixed. The work an experienced dev would do anyway, skipped. Cloudflare-deployed for ~$0/mo.
Next.js 15 · SvelteKit 2 · Hono · Cloudflare Workers · Supabase · Stripe · Anthropic Claude · MCP
What's in the box
Six weeks of plumbing, already plumbed.
Two frontends, identical features
Next.js 15 and SvelteKit 2 ship side-by-side. Pick the stack you like, or run both. Buyers don't fork.
Auth + multi-tenancy out of the box
Supabase Auth (OAuth, email, magic links). Multi-org membership, role-based permissions, invite flows, plan-gated features. Every API call is RLS-locked.
Stripe billing wired end-to-end
Checkout sessions, webhook → DB sync, Customer Portal for cancellations, 14-day Pro trial. Plug your price IDs in and go live.
AI chat with plan-gated usage
Anthropic Claude streaming chat (with an OpenAI adapter for swaps). Per-org monthly message caps, conversation history, real SSE streaming.
MCP server, agent-ready day one
Bearer-key authenticated MCP server with HMAC-hashed keys, per-org rate limits, and 6 read-only domain tools. Plug into Claude Desktop or any MCP client.
Setup automation that actually works
pnpm forge:setup provisions Cloudflare Workers, Stripe products + webhook, Supabase Site URL, and DNS redirect rules in about a minute.
$0/mo until ~50,000 active users
Cloudflare-native means you skip the Vercel bill.
| Service | Free tier | Cost beyond |
|---|---|---|
| Cloudflare Workers | 100k req/day | $5/mo for 10M |
| Supabase | 500MB DB, 50k MAU | $25/mo Pro |
| Stripe | No fixed cost | 2.9% + 30¢/sale |
| Resend | 3k emails/mo | $20/mo for 50k |
| Anthropic | Pay per token | ~$0.01–0.03/chat |
How Forge compares
Cheaper to buy, cheaper to run, MCP-ready.
| Forge | ShipFast | Supastarter | Makerkit | |
|---|---|---|---|---|
| Price | $149 | $199 | $299 | $299–799 |
| Cloud | Cloudflare | Vercel | Vercel | Vercel/AWS |
| Frontends | Next + SvelteKit | Next | Next | Next/Remix |
| MCP server | ✅ included | ❌ | ❌ | ❌ |
| Free-tier cap | ~50k MAU | ~1k MAU | ~50k MAU | ~5k MAU |
| Setup automation | ✅ | partial | ✅ | partial |
One price. No subscription.
Namleh Forge
$149one-time
- ✓ Single-developer commercial license
- ✓ Use on unlimited projects
- ✓ Lifetime updates included
- ✓ Async support via private repo Discussions
- ✓ All sales final, EU 14-day waiver at checkout
Storefront opens this week. Email above to be notified the moment it does.
FAQ
How does delivery work?▾
After purchase you provide your GitHub username. The webhook auto-adds you as a collaborator on the private buyer repo within seconds. Welcome email follows with the SETUP.md link.
Can I use it for client projects?▾
Yes. Single-developer license, unlimited projects of your own. The license forbids redistributing the source as a competing template — that's it.
What if I want to use Vercel / OpenAI / a different DB?▾
The integrations are clean. Swap providers by editing the relevant package — auth-client, billing, ai. The OpenAI adapter is already wired; AI_PROVIDER=openai gets you there.
Refunds?▾
All sales final. Source is delivered immediately and can't be revoked from your local clone. EU buyers waive their 14-day right at checkout per Article 16(m). Chargebacks happen rarely; we don't fight them.
Is the demo at namlehforge.dev the actual product?▾
Yes. Sign up, poke around. Chat is disabled on the public demo (so anonymous signups don't burn API credits) but otherwise everything you see is what you get.
How long until I can deploy?▾
~30 minutes from clone to a live deploy if your provider accounts are ready. pnpm forge:setup handles Cloudflare, Stripe, Supabase provisioning automatically.