Skip to content

Craft Your Startup Boilerplate

Production-ready full-stack boilerplate with FastAPI backend and React frontend. Choose your tier and start building.

Quick Start by Tier

Hustler (€19)

Basic features for learning and MVPs.

Get Started: InstallationQuick Start

Includes: Auth (JWT + OAuth), Articles, User Profiles, Dark Mode


Top G (€59)

Complete SaaS features for monetization.

Get Started: InstallationPayment SetupAdmin Panel

Includes: Everything in Hustler + Stripe Payments, Admin Panel, Analytics, Integrations, RBAC


AI Velocity (€79)

All Top G features + AI development optimization.

Get Started: InstallationAI SetupCursor Guide

Includes: Everything in Top G + 18 Cursor Rules + Claude Code Package + AI Workflows

Compare all tiers


Documentation Sections

Getting Started

Features (All Tiers)

Features (Top G+ Only)

AI Development (AI Velocity Only)

Development

Deployment

Reference

  • FAQ - Common questions & troubleshooting

What's Your Tier?

Not sure what you have? Check these files:

  • AI Velocity: Has .cursor/rules/ folder and CLAUDE.md file
  • Top G: Has payment features but no AI files
  • Hustler: Basic features only (no payments, no admin)

See detailed comparison


Common Tasks

Bash
# Start development
task run-backend        # FastAPI server (port 8020)
task run-frontend       # Vite dev server (port 5173)

# Database
task db:migrate-up      # Apply migrations
task db:user-create     # Create superuser (Top G+)

# Payments (Top G+ only)
task payments:setup     # Initialize Stripe

# Generate API client (after backend changes)
task frontend:generate-client

See Quick Start for more commands


Need Help?

  • Questions: FAQ
  • Examples: Check actual code in app/ and frontend/src/

Legend: 💎 = Top G+ only, 🤖 = AI Velocity only