mdanok / testchai

Home Page:https://testchai.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chai Builder + NextJS Starter

Getting Started

Easily create a new Chai Builder app with NextJS. This starter includes everything you need to get started with Chai Builder and NextJS.


Deploy to hosting provider

Deploy with Vercel Deploy to Netlify

Get your API keys from here


Run Locally

1- Open Terminal and enter below command to setup chaibuilder app

npx chaibuilder-app new-site

2 - Create an .env file and update your app API keys. Get your API keys from here

CHAIBUILDER_APP_KEY = XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
CHAIBUILDER_AUTH_SECRET = XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

3- Go to editor terminal, Install and run app dependency with your favourite package manager

npm install && npm run dev
pnpm install && pnpm run dev
yarn install && yarn run dev

Next:

  • Visit the /admin route, unleash the builder, and let creativity unfold
  • Add, update, and modify page and app settings; then save and publish effortlessly.
  • It's time to view your page and showcase your creativity to the world.

About

https://testchai.vercel.app


Languages

Language:TypeScript 99.5%Language:JavaScript 0.3%Language:CSS 0.2%