Documentation site for Vectorless — document retrieval for the reasoning era.
No chunking, no embeddings, no vector DB: Vectorless parses a document into a
tree, an LLM agent navigates it with treewalk, and returns answers with
citations.
Built with Fumadocs on Next.js (App Router). Deploys to
docs.vectorless.store.
pnpm install
pnpm dev # http://localhost:3000pnpm build
pnpm startDocs live in content/docs/**.mdx. Sidebar order and section grouping are
controlled by the meta.json files. Sections:
getting-started— positioning + quickstartconcepts— tree retrieval, no-chunking model,treewalk, citationsapi— API reference (placeholder; will render from the engine OpenAPI spec)sdks— TypeScript, Python, Goself-hosting— Neon + Cloudflare R2 + Upstash QStash + Docker (placeholder)
Dark theme primary. Geist Sans (body/UI) + Geist Mono (code) + Instrument Serif
(display headlines). Blue→pink brand gradient (#1456F0 → #3B82F6 → #EA5EC1),
subtle grid background texture. Brand tokens live in src/app/global.css; fonts
in src/fonts wired via src/lib/fonts.ts.
Not yet deployed. To ship: import the repo into Vercel and point
docs.vectorless.store at it (Spaceship DNS).