Inline in chat
Users type #your-app and your tools become first-class citizens of the next reply.
Writing coaches, chart wizards, trip planners, focus timers — the community keeps shipping AI-native apps nobody saw coming. Bring an idea, wire it to real AI in an afternoon, and watch people use it every day.
Docs & examples are open source — your first PR gets the warmest welcome
These docs aren’t just for humans. Every page speaks
clean Markdown the moment an AI agent asks — no
headless browser, no JavaScript, no scraping HTML soup. Add
.md to any URL, send Accept: text/markdown,
or start from /llms.txt and your agent ingests the
whole platform in one pass.
.md anywhere
Same URL, raw Markdown. /developers/overview/welcome.md returns the source, not a shell.
Accept: text/markdown and the very same page answers in plain text.
/llms.txt sitemap
One discovery manifest links every doc & reference page. /llms-full.txt ships the entire corpus.
/developers/reference.md.
# discover everything in one request
$ curl -s https://anna.partners/llms.txt
# Anna Developer Hub
> Append .md to any /developers URL …
## Build a Tool
- [Executa — intro](/developers/tools/executa-intro.md)
…
# read one page as clean Markdown
$ curl -H 'Accept: text/markdown' \
https://anna.partners/developers/apps/app-intro
---
title: Build an Anna App
section: apps
---
# Build an Anna App
An Anna App is a sandboxed iframe bundle …
Real applications with AI in their bones — reasoning, tools, and UI shipped as one bundle. Every app runs standalone at its own URL, and answers instantly when someone #mentions it mid-conversation.
Three commands from idea to installable app. The platform carries the heavy parts — models, storage, auth, sandboxing — so your code is just the fun part.
One command creates the manifest, the UI bundle, and a working tool you can run immediately.
anna-app init my-app
Live-reload against a real agent session on your machine — real model calls, real tools.
anna-app dev
Submit for review. Approved apps go live in the Anna App Store for everyone.
anna-app publish
Package once, publish once — the Anna App Store carries your app to every Anna user everywhere, with versioned releases, reviews, and built-in payments.
Users type #your-app and your tools become first-class citizens of the next reply.
Listed, searchable, reviewed. Versioned releases with changelogs and pricing.
Render a window, a sidebar, or a full canvas via the Anna App UI bundle — HTML, JS, CSS.
SKILL.md cards trigger when intent matches — the agent acquires a new ability without a redeploy.
Every bug you report and every typo you fix makes the next developer’s day brighter. Jump in — first-timers get the warmest welcome here.
Bug reports, confusing errors, bold feature ideas: bring them all to the forum. Real maintainers read every thread, and fixes ship fast — your post today can be a changelog entry tomorrow.
Every page of these docs lives in an open GitHub repo. Edit the page, open a pull request, and your name lands in the contributor credits. Docs PRs get reviewed with priority — and with gratitude.
Apply for verified developer status and list your apps in the Anna App Store. Reach the conversations already happening.