Groot is a Grok-powered AI chat app at ia.lenylvt.cc. Maintained by leny. Source: github.com/lenylvt/llmchat (fork of archived trendy-design/llmchat; detach fork in GitHub Settings → Danger Zone → Leave fork network).
- App: TanStack Start on Cloudflare Workers (
apps/web) - Auth: BetterAuth (email OTP)
- DB: Cloudflare D1 + Drizzle
- AI: xAI Grok (
grok-4.3,grok-4.20-multi-agent) with web/X search and file attachments
bun install
bun devcd apps/web
bun run build
bun run db:migrate:local # local D1
wrangler devSee AGENTS.md for architecture, env vars, and conventions.
cd apps/web
bun run db:migrate:remote
bun run deploySee LICENSE.