AI-powered platform built with:
- Next.js
- TypeScript
- Supabase
- PostgreSQL
- Google OAuth
- Gemini API
- Clone the repository
git clone https://github.com/bappy-mallick/AstraAI.git
cd AstraAI- Install dependencies
npm install- Create
.env.local
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=- Run the development server
npm run dev- Open
http://localhost:3000
- Google Authentication via Supabase
- User Session Management
- Dashboard Route
- Next.js App Router Setup
- TypeScript Support
- Tailwind CSS Setup
- Frontend: Next.js + TypeScript
- Backend: Supabase
- Database: PostgreSQL
- AI: Gemini
- Deployment: Vercel