diff --git a/README.md b/README.md
index aa023a1..6947cb8 100644
--- a/README.md
+++ b/README.md
@@ -1,81 +1,37 @@
-# Create Awesome Python App - Official Website
+
-[](https://pypi.org/project/create-awesome-python-app/)
+# Create Awesome Python App — Website
+
+**Docs and catalog site for the Create Python App scaffolding toolkit.**
+
+[](https://create-awesome-python-app.vercel.app)
+[](https://github.com/Create-Python-App/create-python-app)
[](https://github.com/Create-Python-App/cpa-templates)
[](https://github.com/Create-Python-App)
[](https://discord.gg/dwFTsR7fK2)
+[](LICENSE)
-This is the official website for [Create Awesome Python App](https://pypi.org/project/create-awesome-python-app/), a tool that helps you quickly set up Python projects with best practices and modern tooling (uv-first).
-
-## Project Links
-
-- [Official website](https://create-awesome-python-app.vercel.app)
-- [CLI package on PyPI](https://pypi.org/project/create-awesome-python-app/)
-- [Main Create-Python-App repository](https://github.com/Create-Python-App/create-python-app)
-- [Templates and extensions catalog](https://github.com/Create-Python-App/cpa-templates)
-- [Create-Python-App GitHub organization](https://github.com/Create-Python-App)
-
-> [!TIP]
-> Scaffold new apps with [`create-awesome-python-app`](https://pypi.org/project/create-awesome-python-app/) — do not clone template snapshot repos for production work. Prefer:
->
-> ```bash
-> uvx create-awesome-python-app my-api --template fastapi-starter
-> ```
+
-## Features
+## Install the CLI
-- ⚡️ **Instant HMR (Hot Module Replacement)** - Leveraging Next.js for fast refreshes and updates during development.
-- ⚛ **React Integration** - Utilizes [React](https://reactjs.org/) for building the user interface.
-- 🦾 **TypeScript Support** - Ensures type safety with [TypeScript](https://www.typescriptlang.org/).
-
-## Extra Documentation
-
-Discover more about the project structure, available scripts, and much more in the [docs](./docs) folder!
+```bash
+uvx create-awesome-python-app@latest my-app --template fastapi-starter
+```
-## Pre-packed Development Tools
+## Catalog
-- [TypeScript](https://www.typescriptlang.org/) - For type-safe code.
-- [eslint](https://eslint.org/) - A linter tool for identifying and reporting on patterns in JavaScript and JSX.
-- [prettier](https://prettier.io/) - An opinionated code formatter for clean and consistent code style.
-- [husky](https://www.npmjs.com/package/husky) - Simplifies the use of Git hooks in your project.
-- [lint-staged](https://www.npmjs.com/package/lint-staged) - Allows running linters on git staged files to catch errors before they're committed.
+Vendored registry for the docs site (when present under `public/data/`) mirrors [cpa-templates](https://github.com/Create-Python-App/cpa-templates).
-## Quick Start
+## Development
-```sh
-fnm use
+```bash
pnpm install
-pnpm run dev
+pnpm dev
```
-## Development Workflow
-
-For most development work, you'll primarily use `pnpm run dev`. However, you have additional scripts at your disposal for various tasks:
-
-| pnpm run