Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.46 KB

File metadata and controls

33 lines (21 loc) · 2.46 KB

Tailor Platform App Shell

License: MIT

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.

Packages

pkg.pr.new

Package Version Description
@tailor-platform/app-shell npm Core library — components, hooks, layouts, and authentication
@tailor-platform/app-shell-vite-plugin npm Vite plugin for file-based routing

Examples

Example Description
vite-app Vite app with file-based routing using the vite-plugin
nextjs-app Next.js App Router integration

Documentation

For users building applications with AppShell, see the detailed guides in docs/:

Development

This project is a monorepo managed with pnpm + turbo. For prerequisites, setup, the end-to-end development workflow, and publishing, see CONTRIBUTING.md.