Databases, APIs, cloud infrastructure and CLI tools — in one native, local-first console. Describe the tool you need; an AI coding agent writes the config — declarative YAML plus Rhai logic — into your own git repo. No cloud, no lock-in, no data leaving your machine.
Free for macOS. Built on the open-source, MIT-licensed Vantage Framework. Linux & Windows builds available.
A quick tour of what ships today. The full list lives on the Features page.
SQL, SurrealDB, MongoDB, GraphQL, REST APIs, AWS infrastructure and CLI tools — each shows up as its own group in one sidebar.
Compose bar, line and pie charts onto a dashboard page, with dropdown controls that re-filter the whole view reactively.
Define a table whose rows come from an arbitrary SELECT — GROUP BY, joins, computed columns — written as a Rhai script. Sorting, filtering and drill-down still work.
Open related records in child tabs, pin the ones you keep, and chain multi-hop drill-downs from a row's context menu.
Only on-screen rows are fetched; a shared cache keeps every view in sync and refreshes in the background — no flicker, no reload.
Add and edit records in form dialogs, confirm destructive steps, run status workflows, and fire HTTP requests at your own services.
From a fresh data source to a working console, with your agent doing the typing.
Point Vantage at a config folder. Data sources are described as YAML — connection strings, schemas, tables.
Ask your coding agent — in your IDE or CLI — to author the config (YAML and Rhai) from your schema, over the local MCP server. Pages, tables, forms, dashboards, logic.
Browse, search, filter and edit natively. Change the YAML or the data and the UI reacts live — no refresh, no rebuild.
Self-contained example apps you can open in Vantage UI.
A back-office admin for a bakery franchise — products, clients and orders, with dashboards and an 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
Explore a public GraphQL API through the console — launches, rockets and capsules as browsable, drillable tables.
scheduleLanding in the examples repo soon.
Build the AWS console you actually need — surface only the resources you operate, by wrapping the aws CLI as tables.
scheduleLanding in the examples repo soon.
Vantage UI is one expression of the open-source, MIT-licensed Vantage Framework — a set of Rust crates for data abstraction across databases, APIs and infrastructure, published on crates.io with a full mdBook. Use the app as your console, or build directly on the crates to power facade services, middleware or your own tools.
Vantage UI ships a release every few weeks. No newsletter, no spam — just the channels where the work actually happens. New version out? You'll hear about it here.
GitHub follows the open framework & examples. The app itself ships from the Download page.