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

bunx ccusage Shows $18,450 in Credits Burned — Flat Plans Absorb the Cost
A user on r/ClaudeAI ran bunx ccusage and discovered $18,450 in credits used in May — 248M input tokens, 42M output tokens, 21.7B with cache reads — while paying only €400/month flat-rate for Claude Code and Codex.

Engram: Open-source memory layer for Claude Code and MCP clients
Engram is an open-source memory layer that works as an MCP server with any client like Claude Code, Cursor, or Windsurf. It stores unlimited memories with semantic vector search, achieves 80% accuracy on LOCOMO benchmark, and uses about 800 tokens per query versus 5K+ for file-based approaches.

Krasis LLM Runtime Shows 8.9x Prefill and 4.7x Decode Speed Improvements Over Llama.cpp
Krasis LLM runtime now runs both prefill and decode entirely on GPU with different optimization strategies, achieving 8.9x faster prefill and 4.7x faster decode than llama.cpp on Qwen3.5-122B with a single 5090 GPU.

Cognithor: A Local-First Agent OS with PGE Trinity Architecture
Cognithor is a fully local, autonomous Agent OS built over a year with 16 development phases. It features the PGE Trinity architecture (Planner → Gatekeeper → Executor), 11,609+ tests with 89% coverage, and supports 16 LLM providers including Ollama and LM Studio.