This repository has been merged into the monorepo at Goosterhof/brick-inventory-orchestrator under
frontend/.
As of 2026-05-17, all active development of the Brick Inventory frontend (Vue 3 multi-app SPA) lives in the orchestrator monorepo. This standalone repository is preserved for historical reference and is no longer maintained.
The orchestrator now ships both backend and frontend as a single Railway service — a multi-stage Dockerfile builds the families and admin Vue apps, overlays their dists onto backend/public/, and FrankenPHP serves both surfaces from the same origin. The Cloudflare Pages deploy that hosted this standalone frontend is retired; cross-origin session/Sanctum complexity is gone with it.
- Active development:
Goosterhof/brick-inventory-orchestrator, in thefrontend/subdirectory. - Final standalone state: tagged
pre-monorepo-merge-2026-05-17on this repo (commit70fcafe). - Pre-merge history: preserved in the monorepo via
git subtree add—git log --followagainst anyfrontend/<path>file in the orchestrator reaches commits that originated here.
Please file new issues and pull requests against the orchestrator. This repository is archived; issues filed here will not be reviewed.