{"id":47301789,"url":"https://github.com/tailor-platform/app-shell","last_synced_at":"2026-04-27T07:01:25.707Z","repository":{"id":340500786,"uuid":"1158880377","full_name":"tailor-platform/app-shell","owner":"tailor-platform","description":"Opinionated React application framework for creating applications on Tailor Platform.","archived":false,"fork":false,"pushed_at":"2026-04-24T07:04:13.000Z","size":1468,"stargazers_count":4,"open_issues_count":9,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T07:29:27.437Z","etag":null,"topics":["framework","react"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@tailor-platform/app-shell","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tailor-platform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-16T03:12:00.000Z","updated_at":"2026-04-24T07:04:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tailor-platform/app-shell","commit_stats":null,"previous_names":["tailor-platform/app-shell"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/tailor-platform/app-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailor-platform%2Fapp-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailor-platform%2Fapp-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailor-platform%2Fapp-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailor-platform%2Fapp-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tailor-platform","download_url":"https://codeload.github.com/tailor-platform/app-shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailor-platform%2Fapp-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32326122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","react"],"created_at":"2026-03-17T04:01:36.327Z","updated_at":"2026-04-27T07:01:20.695Z","avatar_url":"https://github.com/tailor-platform.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tailor Platform App Shell\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE.md)\n\nAppShell 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.\n\n## Packages\n\n| Package                                                            | Version                                                                                                                                             | Description                                                   |\n| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |\n| [`@tailor-platform/app-shell`](./packages/core)                    | [![npm](https://img.shields.io/npm/v/@tailor-platform/app-shell)](https://www.npmjs.com/package/@tailor-platform/app-shell)                         | Core library — components, hooks, layouts, and authentication |\n| [`@tailor-platform/app-shell-vite-plugin`](./packages/vite-plugin) | [![npm](https://img.shields.io/npm/v/@tailor-platform/app-shell-vite-plugin)](https://www.npmjs.com/package/@tailor-platform/app-shell-vite-plugin) | Vite plugin for file-based routing                            |\n\n## Examples\n\n| Example                               | Description                                            |\n| ------------------------------------- | ------------------------------------------------------ |\n| [`vite-app`](./examples/vite-app)     | Vite app with file-based routing using the vite-plugin |\n| [`nextjs-app`](./examples/nextjs-app) | Next.js App Router integration                         |\n\n## Documentation\n\nFor users building applications with AppShell, see the detailed guides in `docs/`:\n\n- [Introduction](./docs/introduction.md) — What is AppShell and why use it\n- [Quick Start](./docs/quickstart.md) — Installation, setup, and first steps\n\n## Development\n\nThis project is a monorepo managed with pnpm.\n\n### Setup\n\n```bash\npnpm install\n```\n\n### Commands\n\n```bash\npnpm dev          # Start all packages in development mode with hot reloading\npnpm build        # Build all packages for production\npnpm type-check   # Run type checking across all packages\n```\n\n### Testing\n\n```bash\ncd packages/core \u0026\u0026 pnpm test\n```\n\n### Publishing\n\nThis project uses [changesets](https://github.com/changesets/changesets) for version management:\n\n```bash\npnpm changeset:create    # Create a changeset describing your changes\npnpm changeset:publish   # Build and publish to NPM (automated via CI)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailor-platform%2Fapp-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftailor-platform%2Fapp-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailor-platform%2Fapp-shell/lists"}