What you can build

Everything you build, one back-end underneath.

A gallery of what Vectros lets you ship on one secure back-end — each driven by the same typed records, documents, and hybrid search, reachable by your app or your agents, and each leading with something you can actually run. Four ship as bundled blueprints; the rest are illustrative shapes the platform supports. We mark which is which on every card.

The pattern is the same every time: pick a blueprint → bootstrap a least-privilege key → drive it from an agent over MCP or from the data-plane UI. No DB to stand up, no vector index to babysit, no sync pipeline to keep from drifting.
Bundled blueprintdocuments + records + graph + hybrid search

Agentic-SDLC Knowledge Base your team’s engineering memory

Your decisions, conventions, runbooks, and gotchas as one searchable system of record — recalled by agents, browsable by your team.

The blueprint we run our own engineering org on. Model the whole SDLC knowledge lifecycle as nine typed schemas split by content vs structure: ADRs, designs, references, runbooks, and post-mortems as documents (the prose is the artifact); controls, conventions, gotchas, and a glossary as records (the typed fields are). They link into a cross-surface knowledge graph and are recalled by hybrid search + grounded answers — so a cold-start agent asks “why is it shaped this way?” and gets the actual decision, cited.

What it exercises

  • Documents and records, unifiedprose artifacts (ADRs, runbooks, post-mortems) as documents; structured artifacts (controls, conventions, gotchas, glossary) as records — one index, one model.
  • Cross-surface knowledge graphtyped references — a control points to the runbook that proves it, a convention to the decision that established it — navigable provenance, not just search.
  • Hybrid search + grounded recallrecall by meaning, with citations: “why did we decide X?”, “have we hit this failure before?”
  • Dual surfaceagents capture and recall over MCP via a drop-in orientation prompt; your team browses the same typed context in the data-plane app.

Run it

vectros bootstrap --blueprint agentic-sdlc --no-seed

Bootstrap the agentic-sdlc blueprint (it ships seedless — you fill it from your own corpus), merge the scoped key into your MCP client, and point an agent at it with the bundled orientation prompt. This is the blueprint we dogfood our own engineering org on — the most credible demo there is.

Bundled blueprintsemantic recall + facts/entities · widest on-ramp

Second Brain your personal knowledge base

Dump every note, idea, and link in one place — then just ask it.

Capture notes, ideas, bookmarks, and half-formed thoughts as typed records, then retrieve them by meaning instead of by remembering the exact words you used. Hybrid search spans keyword and semantic recall over a unified index, so “that article about pricing psychology” finds the note even when “psychology” never appears in it.

What it exercises

  • Semantic + hybrid searchover your own content — keyword, semantic, or both in one call.
  • Typed recordswith lookups, so a note has structure (title, body, tags, source link), not just a blob.
  • Grounded answersask a question and get a response cited back to the notes it came from.

Run it

vectros bootstrap --blueprint second-brain

Pick the second-brain blueprint, bootstrap a narrow key, then drive it from an MCP agent (“save this, summarize what I’ve captured about X”) or straight from the data-plane UI. Zero application code to start.

Bundled blueprintfacts/entities + episodic history + semantic recall · agent builders

Coding-Agent Project Knowledge context that survives the session

Your coding agent remembers decisions, conventions, and gotchas across sessions — no app code.

Most coding agents start every session from zero. Give yours a durable, searchable place to keep what it learns about a project — the architectural decisions, the naming conventions, the “don’t touch this, it’s load-bearing” gotchas — and let it recall the right note at the right moment instead of relearning it every time.

What it exercises

  • Facts and entitiesschema’d records for decisions, conventions, and components, with lookups and references between them.
  • Episodic historyevery write is versioned on an audited model, so you can see how a decision evolved over time.
  • Semantic recallthe agent retrieves by meaning, surfacing the relevant prior gotcha even when the wording differs.
  • MCP-nativethe agent reads and writes its own knowledge over the Model Context Protocol, on a scoped key that grants exactly the data-plane access you minted and no more.

Run it

vectros bootstrap --blueprint coding-agent-memory

Bootstrap the coding-agent-memory blueprint, merge the minted key into your MCP client config, and point your agent at it. This is agent memory that’s safe to point at a real project — isolated, scoped, auditable, hosted — not a single-user local file on your laptop.

Illustrativedocument/RAG + semantic recall · broad

Chat with your docs answers grounded in your own files

Upload your documents, ask in plain language, get answers that cite the source.

Ingest documents — inline or by file upload — organize them in folders, and ask questions across the whole set. Retrieval grounds the model on your own content, and every answer streams back with citations to the documents it drew from, so you can check the source instead of trusting a confident guess.

What it exercises

  • Document ingesttext inline or file upload, organized in folders, with retrievable text and download URLs.
  • Document/RAG retrievalone search call spans documents and records together; no separate vector index to wire up beside your store.
  • Citation-grounded answersRAG over your data and document-scoped Q&A both stream with citations back to the source; a stateless chat mode is there for when you bring your own context.

Run it

This is an illustrative shape, not a bundled blueprint yet — but you can build it today on the same primitives. Define a document-bearing schema, scaffold a blueprint from the bundled exemplars (vectros blueprint init my-docs --from task-management), bootstrap a key, and drive ingest and Q&A from an MCP agent or the data-plane UI.

A note on honesty: agent-side document upload is text-inline today, and the agent surface has no web-fetch or scraping tools — nothing auto-crawls the web by design. You bring the documents.
Illustrativedocument/RAG + facts/entities · Track B → SMB

Support & internal-wiki Q&A one place your team and your customers can ask

Turn your help center and your internal wiki into something people can just ask.

Combine ingested documents (help articles, runbooks, policy pages) with typed records (products, plans, known issues) and let an assistant answer over both — grounded, cited, and isolated per customer when you run it for the customers you serve.

What it exercises

  • Document/RAG over your knowledge basearticles and runbooks, retrieved by meaning.
  • Facts and entities alongside the docsstructured records for products, statuses, and entitlements, searchable in the same call as the prose.
  • Per-customer isolationwhen you run this as a product for your own customers, each customer’s context is a mandatory, fail-closed partition. Not a forgotten WHERE clause away from a cross-tenant leak.

Run it

Illustrative today. Model your articles as documents and your structured facts as records in a blueprint, bootstrap a scoped key, and drive question-answering from an MCP agent or the data-plane UI. When a customer later asks “is my data isolated?”, the answer is already built in — the same platform, no rewrite.

Illustrativefacts/entities + semantic recall + shared/multi-agent · Track B → vertical

A small vertical SaaS listings, search, and a helpful agent

Recruiting, tutoring, real-estate search — structured listings your users can search by meaning.

A worked example: a real-estate listing search (the data is synthetic). Model listings as typed records — price, beds, neighborhood, a free-text description — with lookups for exact and range filters and hybrid search over the description. A buyer asks “a quiet two-bed near good schools under $600k,” and the agent narrows by the structured fields and ranks the rest by meaning.

What it exercises

  • Facts and entitiestyped listing records with validated fields and lookupFields for exact, prefix, and range filters (price ranges, bed counts).
  • Hybrid searchkeyword + semantic over the free-text description, narrowed by the structured filters in the same query.
  • Shared / multi-agent memorycontext isolation plus scoped access, so the search agent and a follow-up agent share state without either one reaching outside its lane.

Run it

Illustrative — recruiting, tutoring, and listing search are all the same shape. Author a blueprint with your listing schema and lookups (vectros blueprint init listings), validate and plan it offline, bootstrap a key, then let an agent or your forked data-plane UI run the searches. All sample data synthetic.

Bundled blueprintfacts/entities + semantic + document/RAG + shared/multi-agent · Track A

Clinical Intake structured intake with similar-case support

Structured intake that validates on the way in and surfaces the most similar prior cases by meaning.

The compliance peak of the gallery — and where the same platform that started lean shows what it grows into. Model an intake form as a validated record type, capture submissions (synthetic only), and use hybrid search to surface the most similar prior cases by meaning, as support for a clinician’s triage — never as automated decisioning.

This is triage support, not decisioning. It surfaces and structures information for a human; it does not diagnose, prioritize, or decide.

What it exercises

  • Facts and entities with validationthe intake schema validates on the way in (required fields, formats, ranges), so structure is enforced at write time.
  • Sensitive-field handlingfields you mark sensitive are destroyed before they reach retained history, masked on read unless a token is explicitly scoped to reveal them, and kept out of the search index entirely — three distinct, independent mechanisms.
  • Tamper-evident audit and version historyevery write to the audited intake model accrues an immutable version record of what changed and who changed it, on a SHA-256 state-continuity chain that makes out-of-band alteration detectable.
  • Per-customer fail-closed isolationeach context is a mandatory partition derived from the credential, never a wildcard.

Run it

vectros bootstrap --blueprint clinical-intake

Bootstrap the clinical-intake blueprint, then drive intake and similar-case lookups from an MCP agent or the data-plane UI. All example data is synthetic. The platform is a HIPAA-grade substrate — it does not, on its own, make your application HIPAA-grade.

Compliance specifics — BAA coverage, attestation status, and the exact scope of the in-perimeter inference path — are available under NDA. The partner data-plane inference path runs inside the Vectros perimeter; the audit history is tamper-evident; the platform has been hardened through extensive adversarial security review.

The thread through them all

Different products, one back-end.

BuildWhat it exercisesToday
Agentic-SDLC Knowledge Basedocuments · records · graph · hybrid searchBundled blueprint
Second Brainsemantic · facts/entitiesBundled blueprint
Coding-Agent Project Knowledgefacts/entities · episodic · semanticBundled blueprint
Chat with your docsdocument/RAG · semanticIllustrative
Support & internal-wiki Q&Adocument/RAG · facts/entitiesIllustrative
Small vertical SaaSfacts/entities · semantic · shared/multi-agentIllustrative
Clinical Intakefacts/entities · semantic · document/RAG · shared/multi-agentBundled blueprint

You declare the data model once and the platform gives you typed records, document ingest, and hybrid search over a unified index — not a database plus a vector index plus a sync pipeline plus an auth layer to wire together and operate forever. You pay for the capabilities you turn on. For what each capability costs, see the pricing page.

Start lean. Scale to compliance-grade without re-platforming.

Vectros is invite-only today. Self-serve and a free tier are on the way as we open access.