CMMS foundation

Web-first maintenance operations, already wired up.

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.

Live platform status

  • Backend livenessok
  • Service nameapi
  • databaseok
  • storageok

Developer workflow

  • Run pnpm bootstrap once to install the frontend and backend toolchains.
  • Run pnpm dev from the repo root to start both servers.
  • The backend docs are available at https://cmms.getcontextweaver.com/docs.
Sample app

Backend-backed counter demo

storage: memory

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.

0

Use this as the first end-to-end smoke test.