From 2e1efe048c83de52fd2761b8ba34fa85def4849a Mon Sep 17 00:00:00 2001 From: Manas Srivastava Date: Fri, 5 Jun 2026 00:48:15 +0530 Subject: [PATCH] docs(readme): lead with agent value prop + LLM index; fix stale layout - Open with the instanode.dev value prop (one-call infra for AI agents) and surface llms.txt / the /.md mirrors so this public repo is discoverable to LLM indexers and humans, not just an internal build-input note. - Fix stale layout block: use-cases/ and docs/ now exist (were marked 'coming'), added pages/; corrected use-cases from .json to per-file .md. - Reframe instanode-web as the web app repo (not just 'dashboard'). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 242d4df..73e3606 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,34 @@ # instanode.dev — public content -Source of truth for the marketing site (https://instanode.dev) content. +Source of truth for the public content of **[instanode.dev](https://instanode.dev)** — +zero-friction developer infrastructure for AI agents. Provision a real Postgres, pgvector, +Redis, MongoDB, NATS queue, or S3 bucket (and deploy your app) with a single HTTP call. +No account, no Docker, no setup. Free anonymous tier. -The dashboard repo (`InstaNode-dev/instanode-web`) clones this repo into -its `.content/` directory at build time and inlines the markdown into -the static HTML via Vite's `import.meta.glob` raw imports. The same -flow runs in `npm run dev` so authors get hot reload on edits in a -local clone. +This repo holds the marketing copy, blog posts, use cases, and docs that ship to +https://instanode.dev — plus **[`llms.txt`](./llms.txt)**, the LLM-friendly index that lets +AI coding agents (Claude, Cursor, Copilot, Windsurf) discover and use the platform. The live +copy is served at https://instanode.dev/llms.txt, with a `/.md` mirror of every page and the +full text at https://instanode.dev/llms-full.txt. + +The web app repo (`InstaNode-dev/instanode-web`) clones this repo into its `.content/` +directory at build time and inlines the markdown into the static HTML via Vite's +`import.meta.glob` raw imports. The same flow runs in `npm run dev` so authors get hot +reload on edits in a local clone. ## Layout ``` . +├── llms.txt LLM-friendly platform index (served at /llms.txt) ├── blog/ -│ ├── .md one post per file; filename = URL slug -│ └── ... -├── use-cases.json (slice B — coming) -└── docs/ (slice C — coming) - └──
.md +│ └── .md one post per file; filename = URL slug +├── use-cases/ +│ └── .md one use case per file; filename = URL slug +├── docs/ +│ └──
.md quickstart, services, deploy, stacks, limits, auth, … +└── pages/ + └── .md top-level marketing pages (home, pricing, for-agents, status) ``` ## Blog post format