Skip to content

Video Tutorials

To help you visually understand how to run and release your SaaS application from scratch, we have prepared detailed video tutorials.

In this video, you will learn:

  1. How to clone and initialize the project using Bun.
  2. Configuring .env environment variables and Better Auth.
  3. Conducting database schema design and data migrations locally with Cloudflare D1.
  4. Deploying to the Cloudflare Workers edge network with a single click using Wrangler.

Watch Video


  • Running Locally: Ensure you have run the local database migration command (bun run db:migrate:local) before starting the development server.
  • Environment Variables: If deploying to Cloudflare for the first time, check if your secrets have been successfully bound in the Cloudflare console.