DEV Community

king li
king li

Posted on

BuildPilots: Production-ready SaaS Template on Cloudflare Workers | Auth + Stripe + Resend

Top comments (1)

Collapse
 
buildpilots profile image
king li

BuildPilots: Production SaaS Template for Cloudflare Workers

Tired of rebuilding authentication, payment systems and transactional emails for every side project?
I created BuildPilots, a complete ready-to-deploy SaaS stack built entirely for Cloudflare Workers edge runtime.

What you get out of the box

✅ Auth.js authentication

  • GitHub OAuth
  • Google OAuth
  • Secure session management

✅ Stripe Subscription Billing

  • Checkout payment flow
  • Stripe Webhook handler
  • Subscription status sync

✅ Transactional Emails

  • Powered by Resend
  • Sign-in magic link / welcome emails

✅ Cloudflare Native

  • Runs globally on edge workers
  • Zero servers to maintain
  • Deploy with one wrangler command

This template is built for indie developers who want to launch subscription-based web apps fast, without spending weeks on boilerplate integration.

I’m continuously updating features and welcome feedback from other builders.

Live Demo: buildpilots.net