From 388d821df8b31f5035b2b28ed0c5eb9d26b6327a Mon Sep 17 00:00:00 2001 From: PAMulligan Date: Wed, 20 May 2026 20:05:30 -0400 Subject: [PATCH] docs: add Related Projects section to README (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #54. Surfaces the AI SEO Copilot Chrome extension (now live on the Chrome Web Store) and the other PMDevSolutions repos. AI SEO Copilot is a natural cross-link — Flavian users building WordPress sites can use it to verify their SEO output. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cc5c3bc..533bde0 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,16 @@ Full catalog of 51 agents in [`.claude/CUSTOM-AGENTS-GUIDE.md`](.claude/CUSTOM-A - [WP-CLI Documentation](https://wp-cli.org/) - [Block Editor Handbook](https://developer.wordpress.org/block-editor/) +## Related Projects + +| Project | Description | +|---------|-------------| +| [AI SEO Copilot (Chrome)](https://github.com/die-Manufaktur/AISEOC-Chrome-Extension) | Free Chrome extension for SEO analysis. Works on any site including WordPress. Use it to verify the SEO output of sites built with Flavian. [Install from Chrome Web Store](https://chromewebstore.google.com/detail/ai-seo-copilot/anhpobnkbmgjhcgbohkddjjpcbbdllhl) | +| [AI SEO Copilot (Webflow)](https://github.com/die-Manufaktur/AI-SEO-Copilot-for-Webflow) | The original Webflow app with ~20,000 installs | +| [Aurelius](https://github.com/PMDevSolutions/Aurelius) | Claude Code-integrated React app development framework with Figma-to-React pipelines | +| [Nerva](https://github.com/PMDevSolutions/Nerva) | Claude Code-integrated API and backend development framework with Hono, Cloudflare Workers, and Drizzle ORM | +| [Claudius](https://github.com/PMDevSolutions/Claudius) | Embeddable AI chat widget powered by Claude. React + TypeScript + Cloudflare Workers | + ## License This template is licensed under the [MIT License](LICENSE). WordPress itself is licensed under GPL v2 or later.