From abff1b1ca4052fcf9d955c5f6a034088723f4536 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Mon, 20 Jul 2026 17:08:15 +0100 Subject: [PATCH] docs(readme): surface the graphify.com waitlist above the fold GitHub is the top organic source of waitlist signups, but the only path to the site was the logo and a CTA at the very bottom of the README. Add a short, plain-voice waitlist line right after the value proposition, and change the Enterprise-section CTA from "Learn more" to an explicit "Join the waitlist". --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970ebf17..792d9622 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Type `/graphify` in your AI coding assistant and it maps your entire project (co - **Every edge is explained.** Each connection is tagged `EXTRACTED` (explicit in the source) or `INFERRED` (resolved by graphify), so you can tell what was read directly from what was inferred. - **Not a vector index.** No embeddings, no vector store: a real graph you traverse. Ask a question, trace the path between two things, or explain one concept. +> Want this always-on, updating in the background across your code, docs, and meetings rather than only on demand? That is what we are building at **[graphify.com](https://graphify.com)**. You can join the waitlist there. +

graphify's interactive graph.html showing the FastAPI codebase as a force-directed knowledge graph with a legend of detected communities

@@ -785,7 +787,7 @@ graphify label ./my-project --backend=openai --model gpt-4o # force a specific Built for people and teams whose work lives across hundreds of conversations and documents they can never fully reconstruct. -**Learn more at [graphify.com](https://graphify.com).** Free trial launching soon. +**[Join the waitlist at graphify.com](https://graphify.com).** Free trial launching soon. ---