Skip to main content
Looking for install steps? See the Quickstart for the one-command shadcn install.
This page covers what the Aomi widget gives you, how it slots into a Next.js app, and how to decide between the widget and the headless library.

When to use the widget

Headless Library covers the alternative path.

What the widget gives you

  • Full chat surface: sidebar with threads, message composer, streaming thread view.
  • ControlBar: model selector, app selector, API key input, wallet connect, network select.
  • Wallet pipeline: Para-backed connect, wagmi-compatible signing, simulation-first transaction handling.
  • Compound component API: drop in only the pieces you want.
  • Owned source: components are copied into your repo via shadcn; edit anything.

Anatomy

Three registries feed the install:

Where it lives in your app

A typical setup mounts AomiFrame on a dedicated route:
For embedded layouts (sidebars, modals, panels), use the compound API.

Next steps

Last modified on June 4, 2026