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

  1. Clone the repository:
    git clone https://github.com/rthmnapp/paywall_auth_dashboard.git your-product-name
  2. Install dependencies:
    npm install
  3. Set up environment variables:
    cp .env.local.example .env.local
    Add your Supabase and Stripe credentials
  4. Customize your product:Update branding, pricing, and dashboard features in config/ and app/(user)/dashboard/
  5. 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.