Launch Control
A live mission-control console for global spaceflight — 15 related entities, real-time launch countdowns and a deliberately flaky API the UI rides straight through. A full Rust server plus a YAML console.
- checkA real REST API consumed as drillable tables
- checkLive, self-refreshing grids resilient to a flaky server
- checkA full Rust + Vantage backend, modeled and served
Periscope
A Lens-style control room for Kubernetes — nodes, namespaces and every standard workload as drillable, related tables, with capacity dashboards and vertical drill-downs. Backed by a native Kubernetes datasource: no kubectl, no proxy.
- checkA native Kubernetes API datasource (the vantage-kubernetes backend)
- checkRelation drill-downs: namespace → workloads → pods, node → pods
- checkCapacity dashboards and burger-layout vertical explorers
Library Story
A storybook tutorial: Miss Odessa builds a live catalogue for her little library with the AI assistant she already trusts. Read along, copy her prompts into your own agent, and end up with an app of your own.
- checkYour own agent building a Vantage app from plain-English prompts
- checkA SQLite prototype: books, members, loans and a dashboard
- checkA story that grows toward the cloud, APIs and a barcode scanner
Bakery franchise
A back-office admin for a bakery franchise — products, clients and orders, with dashboards and an order-status workflow.
- checkCRUD grids with form and confirmation dialogs
- checkCharts and a dashboard built from query-sourced tables
- checkRight-click order-status workflow
Open it from a checkout of the examples repo:
git clone https://github.com/romaninsh/vantage-ui-examples
vantage-ui --config vantage-ui-examples/apps/bakery/inventory
SpaceX GraphQL explorer
Explore a public GraphQL API through the console — launches, rockets and capsules as browsable, drillable tables.
- checkA read-only GraphQL datasource
- checkMaster/detail drill-down across related records
scheduleLanding in the examples repo soon.
AWS control console
Build the AWS console you actually need — surface only the resources you operate, by wrapping the aws CLI as tables.
- checkCommand-line (CLI) data sources
- checkInfrastructure browsed and drilled like database tables
scheduleLanding in the examples repo soon.
bolt
One-click vantage:// open straight from this page is on the way. For now, clone the
examples repo and point Vantage UI at an app's inventory/ folder.