BentoBox is a canvas alternative powered by AI and 2nd place winner at BroncoHacks 2024 in the web development category.
- User Authentication & Account Creation System
- Assignment validation system
- AI Homework Tutor with GPT-4
- Next.js
- Tailwind
- Supabase
- OpenAI APIs
Use the following command to run our web app locally:
npm run dev
To build our web app locally, use the following command:
npm run build