Beztack

Introduction

Official Beztack Documentation

Welcome to the Beztack docs. This project is a production-ready TypeScript monorepo focused on fast delivery, clear architecture, and maintainable defaults.

Tech Stack

We're using cutting-edge technologies to deliver the best developer and user experience:

Project Structure

The repo is organized into apps and shared packages:

  • apps/ui — React 19 SPA with TanStack Query, React Router v7, and i18next.
  • apps/api — Nitro REST API with unified payment routes (/api/subscriptions/*) and admin routes (/api/admin/plans/*).
  • apps/docs — Next.js landing page and documentation with Fumadocs.
  • packages/ — 10 shared packages covering database, payments, email, env validation, AI, OCR, state management, and CLI tooling.

Check out the sidebar sections to dive deeper into each aspect of Beztack development.