AppShell is an opinionated React application framework for creating applications on Tailor Platform. It gives you authentication, routing, sidebar navigation, responsive layouts, and reusable ERP components out of the box — so you can focus on building business screens.
| Package | Version | Description |
|---|---|---|
@tailor-platform/app-shell |
Core library — components, hooks, layouts, and authentication | |
@tailor-platform/app-shell-vite-plugin |
Vite plugin for file-based routing |
| Example | Description |
|---|---|
vite-app |
Vite app with file-based routing using the vite-plugin |
nextjs-app |
Next.js App Router integration |
For users building applications with AppShell, see the detailed guides in docs/:
- Introduction — What is AppShell and why use it
- Quick Start — Installation, setup, and first steps
This project is a monorepo managed with pnpm + turbo. For prerequisites, setup, the end-to-end development workflow, and publishing, see CONTRIBUTING.md.