The Playground is RelGeo’s lightweight browser-based interactive surface.
It is intentionally positioned as:
- a lightweight IDE
- fast to open
- fast to use for the
edit -> resolve -> preview -> inspectloop
When The Playground Fits Best
Use the Playground when you want to:
- try RelGeo authoring interactively
- see geometry preview immediately
- inspect the dependency graph and geometry inspector
- demonstrate the edit and resolve loop without building your own UI
Current Surface Shape
In the current active repo snapshot:
- the surface package lives in the
relgeo/playgroundrepository - it is
private - it is not a registry publish target
- it functions as the official lightweight browser IDE workspace
Important Positioning
The Playground is intentionally kept lighter than a richer local workbench.
That means:
- local state is kept intentionally limited
- this surface is optimized for the authoring and inspection loop
- it is not a full desktop-style personalized workspace
In short:
Playground = lightweight browser IDEDesktop App / Workbench = richer local workbench
Core Capabilities
The Playground is already moving toward:
- a RelGeo source editor
- live SVG preview
- a geometry inspector
- dependency graph inspection
- parameter controls
- lightweight session persistence
Important Boundary
The Playground is not meant to replace:
- the CLI for terminal automation
- the language spec for the normative contract
- a richer local workbench for deeper preference systems
Documentation Status
This page is the website-owned entry surface.
The documentation home that sits closer to the package now starts in the playground repository’s docs/README.md.
Continue Reading
- read CLI if you need terminal workflows
- read Desktop App to understand the boundary of the richer local workbench
- read Markdown Surfaces for document embedding surfaces