A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
The User Pays AI SDK

User-pays AI infrastructure. Drop in Echo, users pay for their own usage—you never front costs.
Skip the hard choice between fronting API costs, high-friction BYOK flows, or building billing from scratch.
Read the docs | Live demo | Read our announcement
Building AI apps forces you to pick your poison:
| Approach | Developer Cost | User Experience | Revenue Model |
|---|---|---|---|
| BYOK | None (but no revenue) | Complex key management | None |
| Dev API Key | Unpredictable burn rate | Simple | Need metering + billing |
| Bill End Users | Weeks building infra | Simple | Auth + Stripe + metering |
Echo eliminates all three problems.
Replace your AI SDK imports with Echo. Users authenticate once, get a balance, and pay for their own usage. You set a markup and earn revenue automatically.
Before:
// Option 1: Front costs yourself
import { openai } from '@ai-sdk/openai';
import { generateText } from 'ai';
const response = await generateText({
model: openai('gpt-5'),
'YOUR-API-KEY',
prompt: '...'
});
After:
// Users pay, you earn markup, zero infrastructure
import { useEchoModelProviders } from '@merit-systems/echo-react-sdk';
import { generateText } from 'ai';
const { openai } = useEchoModelProviders();
const response = await generateText({
model: openai('gpt-5'),
prompt: '...',
});
pnpx echo-start@latest
Creates a new app with Echo pre-configured. Live in 2 minutes.
No hosting costs - Users pay providers directly through Echo. You never proxy requests or front bills.
Better UX - One OAuth login replaces complex BYOK flows. Users get a universal balance across all Echo apps.
Instant revenue - Set a markup percentage. Every token generates profit automatically.
Zero infrastructure - No payment processing, no usage tracking, no key validation. Echo handles it all.
Get started quickly with echo-start:
pnpx echo-start gen-ai-app
Available templates:
Or run npx echo-start my-app to choose interactively.
Note: The CLI template (echo-cli) requires manual installation from the repository as it's a command-line tool rather than a web application. See the templates README for details.
Fill out packages/app/control/.env and packages/app/server/.env. Then...
pnpm ipnpm devAn AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
Deterministic multi-agent pipeline for end-to-end software development, orchestrating CLI-based AI tools (e.g. Gemini, C
💻 A curated list of papers and resources for multi-modal Graphical User Interface (GUI) agents.
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.