From 3b243d644ef6b92508cb656405bf6b5a9f8172da Mon Sep 17 00:00:00 2001 From: safishamsi Date: Sat, 1 Aug 2026 01:52:47 +0100 Subject: [PATCH] docs(readme): early-access CTA at the top + refresh the waitlist line to app.graphify.com Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e171cd0a..36a2235b 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,17 @@ YC S26

+

+ Early access to the graphify platform is open before the public v1 launch: app.graphify.com +

+ Type `/graphify` in your AI coding assistant and it maps your entire project (code, docs, PDFs, images, videos) into a **knowledge graph** you can **query instead of grepping** through files. - **Code maps for free, fully local.** Code is parsed with tree-sitter AST: deterministic, no LLM, nothing leaves your machine. (Docs, PDFs, images and video use your assistant's model, or a configured API key, for a semantic pass.) - **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. +> 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)**, and early access is open now at **[app.graphify.com](https://app.graphify.com/login)**.

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