Minimal Next.js template with reusable UI components and no data layer or API routes.
- Next.js App Router
- Telegram Mini App UI wrapper
- Reusable components in
src/components - Basic i18n wiring (locales in
public/locales)
pnpm install
pnpm run devOpen http://localhost:3000.
src/
app/ # Static pages (home, components, about)
components/ # Reusable UI components
core/ # i18n utilities
hooks/ # Shared hooks
- This project intentionally contains no database, external APIs, or AI integrations.
- Add your own data layer and pages as needed.