> ## Documentation Index
> Fetch the complete documentation index at: https://mf2.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The startup-in-a-command monorepo built for the agent era.

**mf²** (Move Fawking Fast) is an opinionated Turborepo monorepo designed for AI-assisted development. Auth, payments, email, analytics, and deployment ship pre-configured. Every tool stores its configuration in typed code, not dashboards. Agents like Claude Code and Cursor read the source, write the code, and let the type checker verify it.

```bash theme={null}
bunx create-mf2-app
```

Or use the [template repository](https://github.com/faw01/mf2) directly: click **Use this template** on GitHub.

The monorepo splits into **apps** (eight deployable applications across web, mobile, and desktop) and **packages** (shared libraries that wrap one concern each). Agents navigate the codebase the same way you do: follow the types, read the package, make the change. The type checker catches mistakes before anything ships.

## Built for agents

mf² treats AI agents as first-class contributors. `CLAUDE.md`, [agent skills](/skills), and MCP server config (`.mcp.json`) ship pre-configured. [Colocation](/colocation) keeps related files together so agents find what they need immediately. [Typed packages](/structure) give agents clear boundaries and fast feedback from the compiler.

Read [Why This Stack?](/philosophy) for the reasoning behind each choice.

## Where this is headed

mf² is becoming a startup-in-a-command. Web, mobile, and desktop ship today. Browser extensions are next. See the [roadmap](/roadmap).

## Credits

Based on [next-forge](https://github.com/haydenbleasel/next-forge) by [Hayden Bleasel](https://www.haydenbleasel.com/). Licensed under MIT.
