No lock-in, ever
Plain markdown + YAML frontmatter (OKF v0.1). Opens in Obsidian, any editor, and feeds straight into your AI agents.
● OPEN KNOWLEDGE FORMAT · v0.1/ 44 STANDARDS
44 opinionated engineering standards — data, APIs, AI agents, security, delivery — as plain markdown you read in Obsidian or hand straight to an AI agent. Pinned to a real Kubernetes platform, with a # Scale section in every file.
WORKS IN OBSIDIAN · FEEDS AI AGENTS · NO LOCK-IN · ₹199 ONE-TIME
--- domain: data status: stable okf: 0.1 --- # Database Scaling — the ladder Climb a rung only when metrics say the current one is the bottleneck.
01 WHY THIS BUNDLE
Plain markdown + YAML frontmatter (OKF v0.1). Opens in Obsidian, any editor, and feeds straight into your AI agents.
Standards are pinned to a working homelab + Kubernetes platform — ArgoCD GitOps, GHCR, cert-manager — with concrete defaults.
Every concept carries a # Scale section: when the current approach breaks and the exact next rung to climb.
Pull the newest standards via git, or re-download the latest versioned .zip any time. One price, updated forever.
Each standard was drawn out by interview and hardened against a real platform — substance over auto-generated slop.
44 concepts across 8 domains, each a single self-contained file.
See the tree ↓02 THE BUNDLE
Drop the folder into Obsidian and the whole architecture opens as a linked, navigable knowledge base — or point an AI agent at it.
Postgres-first persistence, multi-tenancy, and the scaling ladder.
Resource design, idempotency, pagination, and stable error envelopes.
Model + harness, MCP tools, and human-in-the-loop checkpoints.
Rendering strategy, design tokens, and accessible component contracts.
Row-Level Security, secret rotation, and least-privilege defaults.
The three signals and SLOs backed by error budgets.
A pragmatic pyramid, contract tests, and deterministic fixtures.
GitOps with ArgoCD, progressive delivery, and pinned platforms.
03 REAL CONTENT, NOT A TEASER
This is verbatim source — frontmatter, the scaling ladder, an RLS policy, the agent contract. Click a tab.
--- domain: data status: stable okf: 0.1 scale_target: 1M–10M users ---
“Climb a rung only when metrics say the current one is the bottleneck.”
Each rung lists the exact metric that signals you've outgrown it — replica lag, pool saturation, partition pruning misses — so you climb on evidence, never on vibes.
--- domain: data status: stable okf: 0.1 pairs_with: security/row-level-security ---
One shared schema, a tenant_id on every row, and UUIDv7 primary keys so identifiers stay sortable and leak nothing. Isolation is enforced in the database — not hopefully in application code.
-- a forgotten WHERE can't cross tenants ALTER TABLE invoices ENABLE ROW LEVEL SECURITY; CREATE POLICY tenant_isolation ON invoices USING (tenant_id = current_setting('app.tenant')::uuid);
Postgres Row-Level Security makes a leak structurally impossible: a missing WHEREreturns zero rows, not someone else's data. Partition by tenant_id when a table gets hot.
--- domain: ai-agents status: evolving okf: 0.1 runtime: self-hosted ---
agent = model + harness
The model reasons; the harness gives it hands, memory, and guardrails. Built on Google ADK + Claude Agent SDK, with self-hosted Ollama for private inference and MCP tools as the contract surface.
HITL checkpoints are durable Temporal workflows — an agent can pause for human approval for hours or days, survive a restart, and resume exactly where it left off.
04 WHAT YOU GET
Read access to the source repo. Always the latest, straight from git.
A self-contained archive. No GitHub account required.
Buy once and you get a license token instantly. Use it to claim GitHub read access, to pull a versioned .zip, or both — and to re-download the newest release any time from /versions.
05 PRICING
one-time · free updates forever
SECURED BY RAZORPAY · INSTANT LICENSE
Lifetime updates are included free. If you take the GitHub path, just pull the repo for the latest. If you took the .zip, re-download the newest versioned archive from the Versions page any time — no extra charge.
No. GitHub read access is one option, but the versioned .zip download requires no GitHub account at all. Either path gives you the complete bundle and lifetime updates.
Open Knowledge Format v0.1 — markdown files with YAML frontmatter. Each concept is a single, self-contained file with a # Scale section. Works in Obsidian, plain editors, and as context for AI coding agents.
These are digital goods delivered instantly, so sales are final. That said — email within 7 days if something is wrong and we will make it right. See the refund page for the full policy.