Docs
Introduction

Introduction

Baro Turborepo Template documentation. A modern full-stack monorepo starter built with Next.js, Tailwind CSS, and TypeScript.

Overview

Welcome to the Baro Turborepo Template documentation. This template provides a production-ready monorepo setup with modern tooling and best practices.

What's Included

  • Next.js 16 with App Router and React 19
  • Tailwind CSS 4 with design tokens and dark mode
  • TypeScript with strict type checking
  • Turborepo for efficient monorepo builds
  • Internationalization via next-intl (English & Korean)
  • Component Library with Radix UI primitives and shadcn/ui patterns
  • Content Collections for markdown-based documentation

Monorepo Structure

DirectoryDescription
apps/webMain Next.js web application
packages/uiShared UI component library
packages/configShared configuration (routes, i18n, site config)
packages/libShared utility functions
packages/design-systemTailwind & PostCSS configuration

Next Steps

Head over to the Quick Start guide to get up and running in minutes.