https://albertsaniza.github.io/eesy-chat
MIT
- Bun
- Vite
- React
- TailwindCSS
- Tanstack Router
- Zustand
- AI SDK
- Vercel
- Clerk
- Convex
- Hono
- Railway
- OpenRouter
- Node Latest LTS
- Bun Latest
OPENROUTER_API_KEY: Your OpenRouter API key.VITE_CLERK_PUBLISHABLE_KEY: Your Clerk publishable key.VITE_CONVEX_URL: Your Convex URL.VITE_RAILWAY_API_URL: Your Railway API URL.
bun install# Start the hono backend
bun hono
# Start the convex backend
bun convex
# Start the vite frontend
bun dev:fe