Getting started
Frontend
Authentication
Security
Utilities
Payments
Quickstart
10 minutes to production
Quickstart
npx -y launchfast@latestLaunches the interactive CLI setup wizard
🎉 Congratulations!
You now have a full-stack application with authentication, database, payments, and more. Time to build something amazing!
Note on Production Database
The development database is seeded via the Prisma seed file with the
admin@example.com / youareawesome user. Not all applications need seed data in production, so this is not done by default. If you need to seed your production database, follow the usual procedure of creating a Prisma migration with the data you need seeded into the SQL file.