Skip to main content

App Catalog

How To Use This Catalog

Use this page to route work quickly:

  • frontend app behavior -> app README + design system
  • backend route/logic -> app README + tests
  • deployment behavior -> workflow docs

Frontend Apps

  • @hikari/workspace-web: unified module shell
  • @hikari/library-web: federated library frontend
  • @hikari/kanban-web: federated kanban frontend
  • @hikari/agent-web: agent session frontend

Design System and Storybooks

Backend and Infra Apps

  • @hikari/agent-api
  • @hikari/library-api
  • @hikari/kanban-api
  • @hikari/jobs-api
  • @hikari/sandbox-api
  • @hikari/pb-host

On-Change Checklist

When you modify app behavior:

  1. Update the app README if API/runtime behavior changed.
  2. Add or update tests.
  3. Update related internal docs pages.

Deployment and release order details are in Deploy and Runbooks.