Features
Context
Context is your project's knowledge base — the information AI reads every time it works on your project.
What is context?
Think of context as a wiki for your project. It's a collection of sections, each covering a different topic — your tech stack, architecture decisions, API design, team conventions, or anything else your AI should know.
When AI connects to Matchanu, it reads these sections to understand the project before doing any work. The better your context, the better the AI's output.
Context sections
Each section has a title and a body. The body supports markdown — headers, bullet lists, code blocks, whatever works for you.
Tech Stack
"Next.js 15, Go, PostgreSQL, Supabase, Tailwind CSS, deployed on Railway"
Goals
"Build a project memory layer so AI assistants can access project context via MCP"
Architecture
"Frontend (Next.js) → Backend API (Go/Gin) → MCP server (Go) → PostgreSQL"
Conventions
"All API routes use camelCase. Error responses always include an `error` field."
API Design
"REST API at /v1/... — auth via Supabase JWT in Authorization: Bearer header"
Constraints
"Must support offline mode. No external AI API calls from backend."
How to add and edit sections
- 1Open a project and go to the Context tab
- 2Click Add section and type a title
- 3Click into the body area and write your content
- 4Changes save automatically — there's no save button
- 5You can reorder sections by dragging the handle on the left
Status labels
Each section has a status — a short label that tells you and your AI whether the content is current.