NewWacht Bench is live — AI-assisted development for Wacht

Platform Overview

A practical map of Wacht surfaces and where each docs section fits in a real implementation.

Wacht is split across clear product surfaces:

  • console: operator workflows and configuration
  • frontend-api: runtime auth/session/user operations
  • platform-api: control-plane and orchestration APIs
  • SDKs: app-facing integrations over those APIs

Surface diagram

               +-------------------+
               |      console      |
               | operators/config  |
               +---------+---------+
                         |
                         v
 +-------------------+   +-------------------+
 |    frontend-api   |   |    platform-api   |
 | runtime auth/data |   | control/orchestr. |
 +---------+---------+   +---------+---------+
           ^                       ^
           |                       |
     +-----+-----------------------+-----+
     |             SDKs                  |
     | nextjs / react-router / tanstack  |
     | backend js / rust                 |
     +-----------------------------------+

Use this map to choose your starting point

Common implementation shapes

On this page