Suncel home pageSuncel logoSuncel v1.1
  1. Quick start

Getting started > Quick start

Quick start

How to setup your project in 2 minutes.

Boilerplate

Clone a starter project from our Github:

CLI

Create a Suncel project with one command line, you will be able to select between the available starters.

npx create-suncel-app

Setup env variable

Once your starter is installed, you must setup the Suncel env variable.

To do it, update the .env of the project with the API Key provided in your Dashboard.

suncel api keys
NEXT_PUBLIC_SUNCEL_KEY= ...
SUNCEL_REVALIDATE_SECRET= ...