diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index 53f6622..0851b75 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png index 9931d7b..4e977b6 100644 Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png index 80332df..d45db30 100644 Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index 0def307..c70c0df 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg index 71ccfc8..a019537 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,14 +1,19 @@ - + - - - - + + + + - - - - + + + + + + + + + diff --git a/public/og-default.png b/public/og-default.png index 5017337..af95d14 100644 Binary files a/public/og-default.png and b/public/og-default.png differ diff --git a/public/og-default.svg b/public/og-default.svg index 5e563e4..7078809 100644 --- a/public/og-default.svg +++ b/public/og-default.svg @@ -1,19 +1,19 @@ - Create Awesome Node App + Create Awesome Python App - - - - + + + + - - + + - - + + @@ -23,8 +23,8 @@ - - One command. Any stack. - Create Awesome Node App - Choose a template · Add addons · Ship + + One command. Any Python stack. + Create Awesome Python App + Choose a template · Add extensions · Ship with uv diff --git a/public/site.webmanifest b/public/site.webmanifest index cbf26f6..96653d3 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Create Awesome Node App", - "short_name": "CNA", + "name": "Create Awesome Python App", + "short_name": "CPA", "theme_color": "#0f172a", "background_color": "#0f172a", "display": "standalone", diff --git a/src/app/docs/advanced/usage/page.tsx b/src/app/docs/advanced/usage/page.tsx index 24faca4..fd9dfcb 100644 --- a/src/app/docs/advanced/usage/page.tsx +++ b/src/app/docs/advanced/usage/page.tsx @@ -153,8 +153,8 @@ graph TD

Monorepo Setup

- create-awesome-python-app offers the uv-workspace-starter template for Python monorepos with a - single lockfile and shared tooling: + create-awesome-python-app offers the uv-workspace-starter template for Python monorepos with + a single lockfile and shared tooling:

@@ -178,8 +178,12 @@ uv run pytest`}

The uv workspace starter includes:

@@ -191,7 +195,7 @@ uv run pytest`}

- + Installation Failures

If you encounter issues during installation:

@@ -214,7 +218,7 @@ uv run pytest`}

- + Template or Extension Not Found

If a template or extension is not found:

@@ -236,7 +240,7 @@ uv run pytest`}

- + Compatibility Issues

If you encounter compatibility issues between templates and extensions:

diff --git a/src/app/docs/agents-md/page.tsx b/src/app/docs/agents-md/page.tsx index bacb1a4..09006da 100644 --- a/src/app/docs/agents-md/page.tsx +++ b/src/app/docs/agents-md/page.tsx @@ -21,7 +21,7 @@ export default function AgentsMdPage() {
-

+

AGENTS.md Contract

@@ -173,8 +173,8 @@ Humans: stop reading—go to CONTRIBUTING.md + docs/.

  • Add domain-specific escalation triggers (security, data, billing)
  • Reference internal design system docs instead of re-stating variants
  • - Include CI scripts or task runners (e.g. uv run pytest, uv run ruff check .) - if not obvious + Include CI scripts or task runners (e.g. uv run pytest,{' '} + uv run ruff check .) if not obvious
  • Keep tone imperative and concise—optimize for machine parsing + embedding
  • diff --git a/src/app/docs/page.tsx b/src/app/docs/page.tsx index 31ab7f8..2c2e36d 100644 --- a/src/app/docs/page.tsx +++ b/src/app/docs/page.tsx @@ -31,12 +31,12 @@ export default function DocsPage() {

    Introduction to create-awesome-python-app

    - create-awesome-python-app is a powerful command-line tool designed to streamline the process of - setting up modern Python applications. It provides a collection of carefully crafted templates and + create-awesome-python-app is a powerful command-line tool designed to streamline the process + of setting up modern Python applications. It provides a collection of carefully crafted templates and extensions that help developers quickly bootstrap projects with best practices and optimal configurations.

    - + @@ -56,7 +56,7 @@ export default function DocsPage() {