Components

Seventeen skills, ready to attach.

A SmartAdapter is a mediator. It sits between one of your controls and the AI, translating between what the control holds and what a model can work with — and translating the answer back. You do not write prompts or parse responses; you attach the adapter and use the control as normal.

Adapters always run through a SmartHub, which supplies the SmartEndpoint they talk to. That has a useful consequence: every adapter below works with every supported provider, and switching models never touches adapter code.

Data

Plain-language questions against a live database schema, answered with real result sets.

Composable by design

Mix as many as a screen needs.

A single form can carry a copilot, a smart notes field and an AI chart at once — the adapters share one hub, one endpoint and one set of tools. Start with the adapter closest to your most repetitive task; the rest attach the same way.