Start your AI application development server and test your setup. Get your AI chatbot running locally in minutes. Perfect for beginners - see your AI application in action.
Start the server
Check for success
Access the application
http://localhost:3000
http://localhost:3000
Development server won't start
npm install
to ensure all packages are installed.env
file is in the project rootDatabase connection errors
.env
npm run db:studio
to test database connectivitynpm run db:migrate
successfullyBuild or compilation errors
node_modules
and running npm install
again