TeenyApp lets Claude build and deploy full-stack websites from a single chat link

TeenyApp (teenyapp.com) is a new tool that lets Claude on the web (or any AI chat) build and deploy a full website from a single pasted link. The creator built it because every time they asked Claude to actually ship something, the agentic workflow broke on Cloudflare config, Vercel CLI, GitHub repos, env vars, secrets, DNS — all requiring leaving the chat and signing up for services.
How it works
- Claim a live domain upfront:
yourapp.app.teenyapp.com - You get a link back with an agent token baked in.
- Paste that link into Claude. Claude reads the
agents.mdinstruction file at the link, and uses the agent token as a bearer token to make HTTP POST requests. - Those requests scaffold the project, write frontend and backend code, run migrations, and deploy straight to that domain.
What Claude can do through TeenyApp
- Build and deploy frontend/backend of full-stack apps to a live URL
- Run schema migrations on a real database
- Wire up auth (email/password, JWT, OAuth via Google, GitHub, Discord, LinkedIn)
- Set up row-level security rules in code
- Iterate on the live site by saving and committing files through the link
An example website called "Clonable" — which supports Google SSO and has a backend request handler that proxies user messages to an AI API provider — was built and published entirely from this Claude chat. You can try Clonable at clonable.app.teenyapp.com.
TeenyApp is built on top of an open-source backend framework called teenybase, which provides API, Auth, DB, and more out of the box. Browse community-built sites at teenyapp.com/explore-all.
📖 Read the full source: r/ClaudeAI
👀 See Also

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

Terminal-Based 3D Renderer Built with Multi-Agent Claude Code System
A developer created tortuise, a pure terminal-based 3D renderer that displays Gaussian splats using Unicode and ASCII symbols, built over 3 days using 70-80 AI agents coordinated through a Claude Code setup with subagents inside subagents.

Open Source AI Agent Prompt Library Reaches 100 GitHub Stars
A community repository called ai-setup provides shared system prompts, Cursor rules, Claude configs, and local model workflow setups for AI agents. The project has 100 GitHub stars and 90 merged PRs.

Running Claude Code Offline on an M3 Pro with Qwen3.6: 4 Fixes That Made It Work
Four environment variable fixes get Claude Code running fully offline on an M3 Pro with Qwen3.6 (MoE, ~3B active), completing an SRE incident loop from investigation to PR without any data leaving the machine.