Handbook
Lenses overview
Lenses is a local workspace dashboard for Forge- and Blueprints-aligned repositories: you run a small Python server on your machine and use the browser (or an optional desktop shell) to inspect projects, plans, and…
What it is
Lenses is a local workspace dashboard for Forge- and Blueprints-aligned repositories: you run a small Python server on your machine and use the browser (or an optional desktop shell) to inspect projects, plans, and knowledge in one place.
Three products sit on top of the same server:
| Product | What you use it for |
|---|---|
| Lenses (Classic) | Server-rendered dashboard at the site root — projects, overview, plan views, and knowledge links. |
| Forge Studio | React app at /studio/ — newer UI for the same workspace; where Blueprints Wizard lives. |
| Blueprints Wizard | Guided session flow inside Studio at /studio/blueprints/wizard/ — structured workshops and exports; it does not auto-commit to your blueprints/ submodule. |
Three surfaces (visual)
Classic, Forge Studio, and the Blueprints Wizard share one local server; pick the surface by job (see table below).
Which surface for which job
| Job | Start here |
|---|---|
| Daily scan of repos and health | Classic / |
| Newer UX, Studio-only flows | Forge Studio /studio/ |
| Facilitated workshop or export pack | Wizard (Wizard overview) |
When to use it
Use Lenses when you want visibility across sibling repos (optional multi-root workspace), Forge plan surfaces, and Studio + Wizard without deploying anything to the cloud.
Prerequisites
- Git, Python 3, and dependencies from the forge-lenses repo (
pip install -r requirements.txtin a venv). - A directory layout you are allowed to scan (your clones).
Steps
- Install and run the server — see Install and run.
- Point Lenses at your workspace — see Workspace setup.
- Open Classic at
/or Forge Studio at/studio/— see Studio overview.
How to verify success
- The home page loads at your chosen host and port (default http://127.0.0.1:8080/).
/api/workspace-statereturns JSON when the server is healthy.
What to do next
Contributors: deeper architecture and API references stay in the forge-lenses repository on GitHub — not on this public handbook site.