# Mean Cofounder > Mean Cofounder is a waitlist landing page for an AI cofounder tool for solo builders: a Notion-style workspace with projects, notes, and todos where an AI cofounder gives direct, "tough love" accountability feedback to help founders stop planning and ship. ## Pages - [Home](https://meancofounder.com/): Landing page describing the product and collecting waitlist emails. ## Agent Resources - [agents.md](https://meancofounder.com/agents.md): Guidance for autonomous agents interacting with this site. - [Agent card](https://meancofounder.com/.well-known/agent-card.json): A2A-style agent manifest. - [AI agent manifest](https://meancofounder.com/.well-known/ai-agent.json): Capabilities and guardrails. - [Sitemap](https://meancofounder.com/sitemap.xml) ## API - `POST /api/subscribe`: Joins the waitlist. Body: `{ "email": "user@example.com" }`. No authentication required.