docs: add growth & product roadmap#62
Conversation
Adds ROADMAP.md covering viral-loop product priorities (remote URL audit, shareable badges/API on check.aeojs.org, browser extension rebuild, GitHub Action, MCP server, SvelteKit/Remix plugins, crawler analytics), the growth and social launch plan, metrics targets, and an 8-week sequence. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR adds
Confidence Score: 4/5Safe to merge — this is a documentation-only change with no code impact. The only actionable finding is three occurrences of a local filesystem path ( ROADMAP.md — the three local path references should be replaced with a repo URL or generic name before merging. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["npx aeo.js check <url>\n(CLI + shared remote-audit core)"] --> B["check.aeojs.org\n(web checker)"]
A --> C["Public JSON API\n/api/v1/scan"]
C --> D["Badge endpoint\n/api/badge?url=…"]
C --> E["Browser Extension\n(MV3, popup score)"]
C --> F["GitHub Action\naeo-check"]
C --> G["MCP Server\naeo.js mcp"]
D --> H["README Badges\n(viral distribution loop)"]
E --> I["Product Hunt Launch"]
F --> J["CI PR Comments\n(team spread)"]
G --> K["Claude / Agent integration"]
A --> L["aeo.js fix\n(autofix mode)"]
B --> M["Leaderboard +\nScore History\n(Supabase)"]
M --> N["Scheduled Rescans\n(Cloudflare Cron)"]
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
ROADMAP.md:7
**Local filesystem path leaked in public document**
`~/work/aeochecker` is a local machine path that appears three times in this file (lines 7, 38, and 163). Since `ROADMAP.md` will be publicly visible on GitHub, this leaks information about the developer's local directory structure. Replace with the repository name/URL (e.g. `multivmlabs/aeochecker`) or a generic descriptor like "the companion app repo".
Reviews (1): Last reviewed commit: "docs: add growth & product roadmap" | Re-trigger Greptile |
| > | ||
| > Status baseline (June 2026): v0.0.14 on npm, ~50 downloads/month, 6 framework plugins, CLI with 4 commands, docs at aeojs.org, 180 passing tests. | ||
| > | ||
| > Companion app: **check.aeojs.org** (source at `~/work/aeochecker`, Next.js on Cloudflare Workers + Supabase). Already shipped there: streaming URL scans (homepage + up to 10 inner pages), 22-bot access matrix, 5-category audit, per-page citability via aeo.js, permalinks with date slugs, dynamic OG images (`/api/og`), social share buttons, markdown export, leaderboard, most-scanned, per-host score history, rate limiting. The roadmap below builds on this — it does not duplicate it. |
There was a problem hiding this comment.
Local filesystem path leaked in public document
~/work/aeochecker is a local machine path that appears three times in this file (lines 7, 38, and 163). Since ROADMAP.md will be publicly visible on GitHub, this leaks information about the developer's local directory structure. Replace with the repository name/URL (e.g. multivmlabs/aeochecker) or a generic descriptor like "the companion app repo".
Prompt To Fix With AI
This is a comment left during a code review.
Path: ROADMAP.md
Line: 7
Comment:
**Local filesystem path leaked in public document**
`~/work/aeochecker` is a local machine path that appears three times in this file (lines 7, 38, and 163). Since `ROADMAP.md` will be publicly visible on GitHub, this leaks information about the developer's local directory structure. Replace with the repository name/URL (e.g. `multivmlabs/aeochecker`) or a generic descriptor like "the companion app repo".
How can I resolve this? If you propose a fix, please make it concise.
Adds
ROADMAP.mdwith the combined product + growth plan:npx aeo.js check <url>, badge endpoint + public JSON API on the checker, browser extension rebuild, GitHub Action, SvelteKit/Remix plugins, MCP server, AI crawler analytics, autofix mode🤖 Generated with Claude Code