AP
Agent Platform

Build AI Chat Apps with Plugins

A provider-agnostic plugin architecture for AI chat applications. Swap UIs, LLM providers, tools, and output renderers — all without touching core code.

1

Describe

Tell the AI wizard what kind of chat app you want to build.

2

Configure

Pick your LLM provider, add plugins, and customize behavior.

3

Deploy

One click and your AI app is live with a public URL.

Plug in. Ship out.

Every capability is a plugin — LLM providers, UIs, tools, system prompts, output renderers, and lifecycle hooks. Register what you need. Ignore the rest.

Provider-agnostic

Swap Anthropic for OpenAI with one line. Your tools and UI keep working.

Composable

Mix terminal UI with web tools, or Telegram UI with custom agents.

Zero boilerplate

A full AI chat app is ~15 lines of Go. The plugin system does the wiring.

main.go
tool.go
plugin.go
func main() {
// Register plugins
llm_anthropic.Register(registry.Register)
huh_ui.Register(registry.Register)
tool_weather.Register(registry.Register)
// Start chatting
session := registry.GetLLM().NewSession(opts)
chat := &registry.ChatSession{Session: session}
chat.Send(input)
}

Everything You Need

A complete toolkit for building production-ready AI chat applications.

AI-Guided Setup

An AI wizard walks you through creating your app step by step. Just describe what you want and it configures everything.

Multiple LLM Providers

Choose from Anthropic Claude, OpenAI, and more. Switch providers without changing your app's code or tools.

Plugin Architecture

Add capabilities through plugins: tools, agents, system prompts, and output renderers. Mix and match freely.

</>

Custom Plugins

Build your own plugins with Go. Full access to the registry API for tools, agents, HTTP routes, and more.

One-Click Deploy

Deploy your AI app to the cloud with a single click. Get a live URL in minutes, not hours.

Marketplace

Discover and use plugins built by the community. Publish your own to share with others.

Ready to Build?

Sign up and have your first AI app configured in minutes.

Agent Platform