Use this page when you want to hand a coding agent one concrete prompt that produces a small, working app shape instead of a vague integration plan.Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
How to use these prompts
Pick the integration surface
- raw HTTP
- one official SDK
- Vercel AI SDK
- Agent SDK
Replace the bracketed variables
[APP IDEA], [FRAMEWORK], [MODEL], and [LANGUAGE] before you paste the prompt into your coding agent.Prompt packs
Raw HTTP mini app
Raw HTTP mini app
Build a small app that uses raw HTTP against AI Stats instead of an SDK.
TypeScript SDK mini app
TypeScript SDK mini app
Build a mini app on the TypeScript SDK with a small, inspectable integration.
Python SDK mini app
Python SDK mini app
Build a small Python app or service using the official Python SDK.
Vercel AI SDK mini app
Vercel AI SDK mini app
Build a small app using AI Stats through the Vercel AI SDK.
Agent SDK mini app
Agent SDK mini app
Build a small app with the AI Stats Agent SDK and one bounded tool loop.
How to make the prompts work better
- Replace
[APP IDEA]with one narrow user job, not a broad product pitch. - Replace
[MODEL]with the exact model id you want the agent to use. - Say whether the output should be free text, strict JSON, chat, or one generated asset.
- Mention the UI framework and deployment target when you know them.
- Add one or two constraints that matter, such as
EU-only providers,use streaming, orkeep all secrets server-side.