Skip to content

Commit abff1b1

Browse files
committed
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".
1 parent 5b05f0d commit abff1b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Type `/graphify` in your AI coding assistant and it maps your entire project (co
2828
- **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.
2929
- **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.
3030

31+
> 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.
32+
3133
<p align="center">
3234
<img src="https://raw.githubusercontent.com/Graphify-Labs/graphify/v8/docs/graph-hero.png" alt="graphify's interactive graph.html showing the FastAPI codebase as a force-directed knowledge graph with a legend of detected communities" width="900">
3335
</p>
@@ -785,7 +787,7 @@ graphify label ./my-project --backend=openai --model gpt-4o # force a specific
785787
786788
Built for people and teams whose work lives across hundreds of conversations and documents they can never fully reconstruct.
787789
788-
**Learn more at [graphify.com](https://graphify.com).** Free trial launching soon.
790+
**[Join the waitlist at graphify.com](https://graphify.com).** Free trial launching soon.
789791
790792
---
791793

0 commit comments

Comments
 (0)