Photo by Jon Tyson on Unsplash
An AI chat interface for growing your Spanish-speaking skills.
Built with:
- Next.js App Router
- Shadcn-ui
- The OpenAI API
- The Vercel AI SDK
- Clone the repo
- Copy
.env.example
to.env.local
and fill in yourOPENAI_API_KEY
- Install dependencies with
npm install
oryarn install
orpnpm install
orbun install
- Run the development server with
npm run dev
oryarn dev
orpnpm dev
orbun dev
Open http://localhost:3000 with your browser to see the result.