Skip to content

Latest commit

 

History

History
128 lines (118 loc) · 3.02 KB

ROADMAP.md

File metadata and controls

128 lines (118 loc) · 3.02 KB

Roadmap

Rapidlaunch.xyz

  • Landing Page
  • Waitlist
  • Documentation - (Using Next-Remote-mdx)
  • Starterkit Page
  • Guides Page
  • Blocks Page
  • Mobile Responsive all pages

SaaS Starterkit

  • Marketing Site (Header, Footer)

    • Landing Page - (Hero, Promotion, Features, Testimonials,)
    • Pricing Page - (Pricing Table, Pricing Plans, Call to Action)
    • Support Page - (Support details)
    • Blog - (Using Next-Remote-mdx) - (Posts, Categories, Tags)
  • Dark Mode

    • Theme Switcher
  • Documentation - (Using Next-Remote-mdx)

  • Authentication - (Using Nextauth)

    • Email Provider
    • Google Provider
    • Github Provider
    • Email Verification
    • Login Page
    • Signup Page
  • App Site

    • User Dashboard
    • Sidebar Navigation
      • Profile Dropdown
      • Organisation Dropdown
  • Profile

    • User Profile
    • Edit Profile
    • Update Profile Picture
    • Delete Account
  • User Feedback System

    • Create Feedback
    • Delete Feedback
  • Changelog System

  • Organisation

    • Create Organisation
    • Edit Organisation
    • Delete Organisation
    • Send Invitation to Users
    • Organisation Members Management
    • Organisational level payments
    • Billing and Plans Plans
      • Cancel Subscription
      • Update Subscription
      • Change Plan
      • View Plans
  • Payments - (Using LemonSqueezy)

    • Get Subscription
    • Get Checkout details
    • Webhooks
  • Analytics - (Using PostHog)

  • Admin Panel

    • Dashboard Page
      • User Analytics
      • Payment Analytics
      • Detail Analytics (Using PostHog)
    • User Management
    • Organisation Management
    • Feedback Management
    • Waitlist Users Management
    • Application Settings - (Store application settings on redis database, Fetch on middleware and take action accordingly)
      • Waitlist Mode
      • Maintenance Mode
  • If you have any other feature ideas, feel free to add it in the roadmap.

Blocks

  • Hero

  • Features

  • Testimonials

  • Pricing

  • Cards

  • Header

  • Footer

  • Sidebar

  • Navigation

  • Blog

  • 404 Page

  • Flyout Menus

  • Modal

  • Forms

  • Login Form

  • Signup Form

  • Contact Form

  • Newsletter Form

  • Payment Form

  • Tables

  • Charts

  • If you have any other blocks ideas, feel free to add it in the roadmap.

Guides

  • Authentication

    • Using NextAuth
    • Using Supabase
    • Using Lucia-auth
  • Datebase

    • Using Drizzle
    • Using Prisma
  • Payments

    • Using LemonSqueezy
    • Using Stripe
  • Analytics

    • Using PostHog
  • Deployment

    • Using Vercel
    • Using Netlify
    • Using VPS
  • SEO

    • Using Next SEO
  • Testing

    • Using Jest
    • Using Cypress
  • Documentation/Blogs

    • Using Next-Remote-mdx
    • Using Next-mdx
  • If you have any other guide ideas, feel free to add it in the roadmap.