A runtime frontend for any OpenAPI described API.
Optional code. Optional config.
Includes a framework agnostic core and pluggable renderers.
$ npx @uigen-dev/cli serve ./openapi.yaml
# → Your UI is live at http://localhost:4400Optional code. Optional config.
Includes a framework agnostic core and pluggable renderers.
$ npx @uigen-dev/cli serve ./openapi.yaml
# → Your UI is live at http://localhost:4400Drop in an OpenAPI spec and get tables, forms, auth, and pagination with no code to write.
A built-in proxy forwards requests to your real backend. No mocking needed.
Bearer token, API Key, HTTP Basic, and credential-based login flows, all auto-detected.
Built-in toggle with system preference detection, persisted to local storage.
The core IR is framework-agnostic. React is the default; Svelte and Vue renderers are planned.
Selectively replace any auto-generated view with your own component, opt in per view.
The core engine is live on npm. Docs are live too.