Build and deploy your first SaaS application in just 10 minutes
Create your PluginForge account using Google OAuth for instant access.
💡 Tip: The onboarding wizard helps personalize your experience, but you can skip it and explore on your own.
Select a pre-built template to jumpstart your project.
⚠️ Note: Some templates require a Pro or Premium subscription. Start with the free SaaS Starter template.
Enter your project details and configure plugins.
Project Name: my-awesome-saas
Description: A revolutionary SaaS platform
Download the generated project files to your computer.
Configure your environment variables and install dependencies.
.env.example to .env.localnpm install# Copy environment file cp .env.example .env.local # Install dependencies npm install # Start development server npm run dev
Deploy your app to Cloudflare Pages for free hosting.
npm run buildout directory✅ Success: Your SaaS app is now live! Share the URL with your users.
You've successfully built and deployed your first SaaS application!