A web app for building your personal vocabulary with AI-powered definitions and examples.
- Node.js 18+
- Bun (recommended) or npm/yarn
- Convex account
bun install
# or
npm install# Install Convex CLI globally
npm install -g convex
# Login to Convex
npx convex login
# Initialize Convex project
npx convex devCreate .env.local with:
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
GOOGLE_GENERATIVE_AI_API_KEY=your_google_ai_key
bun dev
# or
npm run dev- Add words with AI-generated definitions and examples
- Search through your vocabulary
- Real-time database with Convex
- Google Gemini AI integration
- Next.js 16 + React 19
- Convex (database & real-time)
- Google Gemini AI
- Tailwind CSS
- TypeScript
