The AI Brain
for Developers.

One Vault. Every IDE. Stop re-explaining your stack, your conventions, and your architecture decisions to AI.

Public repos only for now. Private repo support coming soon.

Your memory. Your rules. Open protocol.

Works with your tools via MCP

Cursor
Windsurf
Claude Desktop
Copilot
The Statelessness Tax

Same Prompt. Different Universe.

Watch what happens when your AI has persistent memory vs. starting from scratch.

Without hiipo

Stateless — AI starts from zero

// You: “Add user authentication”

// AI generates:

import passport from 'passport';
import session from 'express-session';

// Express middleware...
app.use(session({ secret: 'keyboard cat' }));
app.use(passport.initialize());

Wrong auth library. You use NextAuth.js v5 with JWT. The AI has no idea because it forgot you the moment you closed the last chat.

With hiipo

Stateful — AI queries your Vault via MCP

// You: “Add user authentication”

// AI queries hiipo → @dev/auth-standards

import NextAuth from 'next-auth';
import { z } from 'zod';

const loginSchema = z.object({
  email: z.string().email(),
  password: z.string().min(8),
});

export const { handlers, auth } = NextAuth({
  // JWT strategy, HTTP-only cookies
  session: { strategy: 'jwt' },

Correct library (NextAuth v5), Zod validation, JWT strategy. The AI read your Vault and adopted your standards before generating a single line.

The same prompt. The same model. The only difference is persistent memory.

How It Works

Repo to Memory in 60 Seconds.

Point hiipo at your repo. It extracts your architecture decisions, conventions, and standards into a queryable Vault that any MCP-compatible IDE agent can consume.

Your Repo

README, package.json, .cursorrules

auto-ingest

Your Dev Brain

Structured memory

MCP

Your IDE Agent

Cursor, Windsurf, Claude

Auto-Ingest extracts decisions

Stack, conventions, naming rules, CI/CD logic, auth patterns

Vault structures & versions them

Tagged, linked, searchable. Your Vault compounds over time.

MCP delivers to any IDE agent

Highest-density state in milliseconds. No copy-pasting.

Your Superpowers

Give Your AI
a Photographic Memory.

Three layers work together: ingest your repo, guard your standards, and deliver context to any AI tool via open protocol.

Auto-Ingest

Point at a repo. hiipo extracts your architectural decisions into structured memory.

Repo Scanner

GitHub URL or local directory.

Drop a link or path. hiipo reads your README, package.json, .cursorrules, tsconfig, and architectural docs. It extracts decisions, not just config.

AI Extraction

It gets the point.

Raw config becomes structured context. hiipo identifies stack choices, naming conventions, architecture patterns, and why you chose them.

AI Reflections

Your AI spots drift before you do.

When your AI notices you've started deviating from stored patterns—like switching from Zod to Yup—it flags the drift for your review.

Manual Capture

For the decisions that aren't in code.

Why you chose Postgres over Mongo. Why you avoid Redux. Type or voice-note architectural decisions that live in your head, not your repo.

Semantic Search

'Why did I choose that ORM?'

Search your Vault by meaning, not keywords. Find the reasoning behind decisions you made six months ago in plain English.

Knowledge Graph

See how decisions connect.

Visualize how your stack choices, architecture decisions, and conventions link together. Spot dependencies you didn't know existed.

Style Guide Guard

Keep your AI in its lane. Detect when agents violate your stored standards.

Convention Enforcer

Your .cursorrules, but alive.

Ingests .cursorrules, READMEs, and package.json. When an AI agent suggests patterns that violate your stored standards, the Guard catches it before you merge.

Drift Detection

Contradictions surfaced, not buried.

When a new AI reflection conflicts with an existing decision—like suggesting Express when you use Hono—the collision is flagged before it enters your Vault.

Insight Inbox

Nothing enters without your say-so.

Every AI reflection and style violation lands in your Inbox. Approve, dismiss, or refine. Your Vault, your rules.

The MCP Handshake

The USB-C for your context. Plug into any AI tool that supports the protocol.

MCP Native

Open Standard

The USB-C for Your Context

hiipo implements MCP (Model Context Protocol) to serve your Vault as a queryable API. Any compatible IDE—Cursor, Windsurf, Claude Desktop—reads your standards in milliseconds.

Two-Way Context

A living memory, not a static file.

Your IDE agents don't just read your Vault—they write back. New decisions discovered during coding are proposed to your Insight Inbox.

Sovereign by Design

Run local with Ollama.

Your code standards stay on your machine. Full Ollama support for air-gapped, offline memory. Zero external calls. True sovereignty.

Two-Way Intelligence

Your AI Doesn't Just
Read. It Writes Back.

When Cursor discovers you've adopted a new pattern, it proposes a Vault update. The Style Guide Guard verifies it doesn't conflict. You approve or dismiss.

AI Reflections

Your IDE agent notices you've switched from Axios to fetch in 3 files. It writes a reflection: “Prefer native fetch over Axios.” You approve, and every future session knows.

Style Guide Guard

Every reflection is checked against your stored standards. Contradictions and drift are surfaced before anything enters your Vault.

You Approve Everything

Nothing enters your Vault without your explicit approval. Your standards, your rules.

AI Reflectionvia Cursor

“You've used Zod for request validation in the last 5 API routes. Proposing: prefer Zod over manual validation.”

@dev92% conviction

Style Guide Guard: No conflicts

Compatible with existing validation standards

YOUR DECISION
Approve
or
Dismiss

Vault updated. Every future IDE session enforces Zod validation.

Data Sovereignty

You Own Your Vault.

Your code standards are yours. Run local, bring your own keys, or go fully air-gapped. hiipo is infrastructure, not a middleman.

Run Local

Full Ollama support. Your standards, naming conventions, and architecture decisions never leave your machine.

BYOK

Bring your own API keys. Pay providers directly. No markup, no AI tax, no vendor lock-in.

Full Sovereignty

Self-host the entire stack. Your Vault, your infrastructure. Export everything anytime in JSON.

Audit Trail

See exactly what your IDE reads, what gets proposed, and what you approved. Full transparency.

The Handshake — Live

Your Vault Meets Their AI.

Choose a persona. Watch hiipo prepare a scoped Briefing from your Vault—and see what gets locked out. Toggle “View as AI” to see the raw MCP payload your IDE agent receives in milliseconds.

Active Namespace:@dev@home@personal
Briefing for Your IDE Agent
Concierge InsightAI

Auto-ingested from your repo: TypeScript strict mode, Clean Architecture boundaries, and JWT-based auth via NextAuth v5. Serving full @dev namespace to your IDE agent.

Shared with Your IDE Agent
Architecture Standards@dev
FrameworkNext.js 15 · App Router · TypeScript Strict
StylingTailwind CSS · Design Tokens · No CSS-in-JS
ArchitectureClean Architecture · Zod schemas · Domain-driven modules
Conventionskebab-case files · PascalCase components · barrel exports
CI/CD Logic@dev
PipelineGitHub Actions → Railway · Strict lint + type-check gate
PreviewsPR preview deploys · Lighthouse CI budget enforced
MigrationsPrisma · prisma migrate deploy on build · no manual SQL
Auth Standards@dev
MethodJWT-based Logic Leases · scoped, time-limited tokens
StorageHTTP-only cookies · SameSite=Strict · no localStorage
SessionsNextAuth.js v5 · server-side validation · refresh rotation
Safety Check — Guarded by Concierge
HVAC & Furnace

3 fields locked — not relevant for this Handshake

@maintenance
Electrical System

2 fields locked — not relevant for this Handshake

@maintenance
Gate & Entry

1 field locked — not relevant for this Handshake

@access
Pet Care

2 fields locked — not relevant for this Handshake

@household
Home Style & Preferences

3 fields locked — not relevant for this Handshake

@preferences
3 nodes shared · 5 locked by ConciergeVault integrity: verified
Get Started

Three Steps to a Smarter Agent.

1

Ingest

Drop a GitHub URL or local path. hiipo scans your README, package.json, .cursorrules, and architecture docs. Your Vault is seeded in 60 seconds.

2

Connect

Add your hiipo MCP endpoint to Cursor, Windsurf, or Claude Desktop. One line of config. Your IDE agent can now query your Vault.

3

Build

Start coding. Your AI already knows your stack, naming conventions, and architecture patterns. It writes back insights as you work.

Structured Memory

Your decisions are tagged, linked, and structured into searchable context—not dumped in a flat file. Every decision connects to what came before.

Compounds Over Time

The longer you use hiipo, the sharper your AI gets. Your Vault accumulates institutional knowledge that no .cursorrules file can match.

Context Vitality

Track the health of your Dev Brain. See which areas are well-documented, which are stale, and where collisions exist between decisions.

Future of Identity

Your Dev Brain Today. Your Life Vault Tomorrow.

As the world goes AI-native, your hiipo Handshake follows you beyond the IDE. Your Vault can hold home maintenance specs, contractor briefings, and personal preferences—scoped and shared via the same MCP protocol. Build your Dev Brain now. Your Portable Identity grows with you.

One Vault.
Every IDE.

Stop paying the Statelessness Tax. Tell your AI once and never repeat yourself again.

Your memory. Your rules. Open protocol.