Getting Started

Overview

react-template is an opinionated React + TypeScript starter focused on fast feature delivery with predictable architecture.

It includes:

  • Premade auth flows (login, register, MFA, OAuth callback).
  • Shared UI building blocks powered by Chakra UI v3.
  • Auto-wired forms with React Hook Form + Zod patterns.
  • Feature folder conventions (.page.tsx, .handler.ts, .schema.ts).
  • Centralized API layer and schema parsing in src/data-access.
  • i18n-ready setup with en and el locales.

Who this is for

  • Teams that want a production-grade starting point.
  • Projects that need auth and form workflows out of the box.
  • Developers who want AI-generated code to stay aligned with project rules.

Next step

Continue to Installation to scaffold a new app and run it locally.