A simple playground / showcase app exploring a modern React stack: typed routing, server state, forms, tables, i18n, theming, and a component library built on Tailwind.
- React / TypeScript
- Tailwind
- Shadcn/ui + Base UI
- Tanstack: Router, Query, Table, Form, Store
- Embla Carousel
- Sonner
- Lucide Icons
- i18next + i18next-cli
All npm / npx commands for setup, dev, build, lint, format, i18n, and
shadcn live in docs/npm.md.
Day-to-day Git commands and husky hook bypass tips are in
docs/git.md.
Translations use i18next + i18next-cli with Tailwind-style automatic
key pruning. See docs/i18n.md for the full workflow,
file structure, and conventions.