Takonbini is a TanStack Start app for browsing Japanese convenience store products, with filters, product detail pages, and an image proxy for reliable loading.
- Product listing with filters, pagination, and SSR hydration
- Product detail pages
- Image proxy with browser + edge caching
- i18n (EN/JA/ZH) and theme switching
See architecture.md for data flow and other architecture details.
- Node.js
- pnpm
Create a .env.local file:
PRODUCTS_API_URL="http://localhost:3001"
PRODUCTS_API_KEY="your-api-key"
pnpm install
pnpm start
pnpm build
pnpm lint
