Reality Designers Subscription App Template
Kickstart your next SaaS or membership product with authentication, payments, and protected dashboard already set up. Focus on your product, not boilerplate.
How to Use This Template
- Clone the repository:
git clone https://github.com/rthmnapp/paywall_auth_dashboard.git your-product-name
- Install dependencies:
npm install
- Set up environment variables:
cp .env.local.example .env.local
Add your Supabase and Stripe credentials - Customize your product:Update branding, pricing, and dashboard features in
config/
andapp/(user)/dashboard/
- Build your product:Add your own components and pages inside the dashboard area. Authentication, payments, and protected routes are already set up for you.
What's Included
- Authentication (Supabase, social, password reset)
- Stripe-powered payments & subscriptions
- Protected routes & role-based access
- Ready-to-customize dashboard area
See TEMPLATE.md for full documentation and best practices.