Build your app instantly with an AI-first low-code tool. Vantage UI taps into your databases, APIs and infrastructure, then visualizes your data declaratively — Tables, Widgets, Forms and Lists. Need a new column? The AI agent adds it in seconds.
Free for macOS. Built on the open-source, MIT-licensed Vantage Framework. Linux & Windows builds available.
Features
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.
How it works
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.
Examples
Self-contained example apps you can open in Vantage UI.
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.
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.
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.
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.