Video Tutorials
To help you visually understand how to run and release your SaaS application from scratch, we have prepared detailed video tutorials.
Complete Configuration & Release Guide
Section titled “Complete Configuration & Release Guide”In this video, you will learn:
- How to clone and initialize the project using Bun.
- Configuring
.envenvironment variables and Better Auth. - Conducting database schema design and data migrations locally with Cloudflare D1.
- Deploying to the Cloudflare Workers edge network with a single click using Wrangler.
Key Operational Points
Section titled “Key Operational Points”- 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.