Live platform status
- Backend livenessok
- Service nameapi
- databaseok
- storageok
This starter keeps the frontend on Next.js, the backend on FastAPI, and all service integrations behind the backend boundary. It is ready for engineers to add features instead of spending time on first-run setup.
pnpm bootstrap once to install the frontend and backend toolchains.pnpm dev from the repo root to start both servers.https://cmms.getcontextweaver.com/docs.This counter proves the full stack is running. The browser talks to the backend, the backend owns the state, and the response comes back into the UI.
Use this as the first end-to-end smoke test.