v0.23.0 — out now

AI-first low-code App Builder

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.

Explore the Launch Control example →

Features

One console, the things you actually run

A quick tour of what ships today. The full list lives on the Features page.

hub Now

One console for everything

SQL, SurrealDB, MongoDB, GraphQL, REST APIs, AWS infrastructure and CLI tools — each shows up as its own group in one sidebar.

bar_chart Now

Dashboards & charts

Compose bar, line and pie charts onto a dashboard page, with dropdown controls that re-filter the whole view reactively.

function Now

Query-sourced tables

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.

account_tree Now

Tabs & drill-downs

Open related records in child tabs, pin the ones you keep, and chain multi-hop drill-downs from a row's context menu.

table_rows Now

Million-row tables, reactive

Only on-screen rows are fetched; a shared cache keeps every view in sync and refreshes in the background — no flicker, no reload.

edit_note Now

Forms, dialogs & actions

Add and edit records in form dialogs, confirm destructive steps, run status workflows, and fire HTTP requests at your own services.

See all features arrow_forward

How it works

How it works

From a fresh data source to a working console, with your agent doing the typing.

1 link

1. Connect

Point Vantage at a config folder. Data sources are described as YAML — connection strings, schemas, tables.

2 smart_toy

2. Describe

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.

3 bolt

3. Run

Browse, search, filter and edit natively. Change the YAML or the data and the UI reacts live — no refresh, no rebuild.

Examples

See it on real apps

Self-contained example apps you can open in Vantage UI.

Launch Control screenshot

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
Take the tourarrow_forward
Periscope screenshot

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
Take the tourarrow_forward
Library Story screenshot
App builders Available

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
Take the tourarrow_forward
layers

Built on the open Vantage Framework

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.

campaign

Built in the open — follow along

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.