A feature-rich, highly customizable AI Web App Template, empowered by Next.js.
Tech stacks · Installation · Run Locally · Authors
Clone the repo
git clone https://github.com/nphivu414/ai-fusion-kitInstall dependencies
yarn installSetup Supabase local development
supabase start Started supabase local development setup.
API URL: http://localhost:54321
DB URL: postgresql://postgres:postgres@localhost:54322/postgres
Studio URL: http://localhost:54323
Inbucket URL: http://localhost:54324
anon key: eyJh......
service_role key: eyJh......NEXT_PUBLIC_SUPABASE_URL in .env.local
Get an account from OpenAI and generate your own API key
Rename .env.example to .env.local and populate with your values
Note: You should not commit your
.envfile or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.
cd ai-fusion-kit yarn dev