Install StartKit.AI
Welcome to StartKit.AI, follow these steps to get the app up and running in a few minutes.
Clone the repo
First start by cloning the GitHub Repo. If you don’t have access yet, you need to purchase it!
We recommend you create a new GitHub repo, and add that as the origin.
If you want to pull any of our updates later then you can add the StartKit.AI repo as a separate remote:
Install dependencies
You can use either npm
or yarn
to install the project dependencies. If you don’t have Node.js installed yet then you can follow their installation guide here.
Setup the environment
All keys and other secret variables are stored in a .env
file.
Copy the .env.example
file:
You’ll need to create a random string to be used as a JWT secret - StartKit uses JWTs to secure some requests and this random token is used to encrypt them.
This script will create a random 32 character string and adds it to the .env file:
More info here.
Next up, adding your chosen AI provider API key.