Frontend Accelerator
Frontend Accelerator
  • Getting Started
    • Welcome
    • Start right now 👉
  • Setup
    • Database
    • Payments
    • Authentication
    • AI
  • Features
    • Dashboard
    • Localization
    • Changelog
    • Rich text editor
    • Lead magnet
    • Checkout button
    • Sign in button
    • Sales countdown banner
    • Capture email button
    • Locale switcher
    • Social icons
  • Extra
    • Theming
    • Support
Powered by GitBook
On this page
  • Follow these 4 steps to get started:
  • Starting the app
  • You are now ready to launch! 🚀
  1. Getting Started

Start right now 👉

PreviousWelcomeNextDatabase

Last updated 3 months ago

Follow these 4 steps to get started:

Remember to rename .env.example to .env and not commit it to Github!

  1. Choose database provider

  2. Choose payment provider

  3. Choose authentication providers (if needed)

  4. Configure and test your app

Starting the app

If you have setup API keys for and proceed to these steps.

  1. Set following .env variables: SITE_URL= NEXTAUTH_URL= NEXTAUTH_SECRET=

  2. Configure appConfig.ts to your needs. Core app functionality is controlled from here.

  3. Set your DatabaseProvider and PaymentProvider to the ones which you are using

  4. Create products/subscriptions in your payment provider and set priceId in the appConfig.

  5. Run npm install and npm run dev to test your app :)

Note: Remember to rename .env.example to .env and not commit it to Github!

You are now ready to launch! 🚀

Firestore
MongoDB
Stripe
LemonSqueezy
Google
Facebook
Magic links (Password-less)
Database
Payment