Features


This template comes with a wide range of powerful features to build and launch full-stack AI apps quickly.

To get started, dive into one of the features categories on your left. Each section provides documentation, code snippets, and setup instructions, including video walkthroughs.

The recommended order of setting up features in your template is:

  1. Getting Started
  2. Database
  3. Authentication
  4. Payments
  5. Image Generation
  6. Text Generation
  7. Vector Search
  8. Launch Stuff

A quick tip while developing: The template comes installed with Prettier for linting and formatting your code. You can run it with the following commands:

# Runs Prettier for formatting
> npm run format
 
# This will run Prettier and then build your project
> npm run build:local

Last Updated: March 5