Skip to content

Projects โ€‹

Open-source developer tools built for the AI agent era.


๐Ÿง  Uteke โ€‹

The Brain for Your AI โ€” Offline-first semantic memory engine for AI agents.

LanguageRust
Installcurl -sSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh
LicenseApache 2.0
StarsGitHub stars
VersionCrates.io

Single binary, zero dependencies, zero API keys. Your AI agent's memories never leave your machine.

Key features:

  • Hybrid search โ€” Vector (ONNX 768d) + FTS5 full-text, merged by Reciprocal Rank Fusion
  • Rooms โ€” Group memories by context (meetings, projects) with author attribution
  • Time-travel queries โ€” Recall memories as they existed at any point in time
  • Relationship graph โ€” Typed edges between memories (supersedes, contradicts, references)
  • Smart decay โ€” Composite importance scoring, pin critical memories
  • Pluggable embeddings โ€” ONNX (default), future OpenAI/Ollama backends
  • Multi-agent namespaces โ€” Fully isolated memory per agent, zero overhead
  • 30ms recall โ€” Library mode, ~42ms server mode

Read the docs โ†’ ยท GitHub โ†’


๐Ÿ” Cora CLI โ€‹

AI Code Review, Your Way โ€” CLI-first code review with BYOK.

LanguageRust
Installcurl -fsSL https://raw.githubusercontent.com/codecoradev/cora-cli/main/install.sh | sh
LicenseMIT
StarsGitHub stars
VersionCrates.io

Review code with any LLM โ€” OpenAI, Anthropic, Groq, Ollama, or any OpenAI-compatible API. Works in your terminal, CI/CD, git hooks, or directly inside AI coding agents.

Key features:

  • Multi-LLM โ€” Any OpenAI-compatible API, no lock-in
  • Deterministic scanners โ€” 11 security + 12 secret detection patterns, no LLM needed
  • Pre-commit hooks โ€” Catch issues before they reach CI
  • SARIF output โ€” Upload to GitHub Code Scanning
  • Quality gate โ€” Configurable pass/fail thresholds for CI enforcement
  • MCP server โ€” Expose rules to AI agents (Claude Code, Cursor, Copilot)
  • Diff-hash caching โ€” Skip repeat reviews automatically
  • Custom rule engine โ€” Write your own regex rules in .cora.yaml

Read the docs โ†’ ยท GitHub โ†’


๐Ÿชค TrapFall โ€‹

Self-Hosted Error Capture โ€” Sentry-compatible, lightweight, and fast.

LanguageRust + SvelteKit 5
Installdocker pull ghcr.io/codecoradev/trapfall:latest
LicenseApache 2.0
Image sizeDocker
VersionLatest

Drop-in Sentry alternative. Swap your DSN and errors flow to your own server. Real-time dashboard, Blake3 fingerprinting, webhook alerts โ€” all in a 6MB Docker image.

Key features:

  • Sentry-compatible ingest โ€” Drop-in DSN swap, any Sentry SDK
  • Multi-project support โ€” Web, mobile, API โ€” isolated DSN per project
  • Real-time dashboard โ€” SvelteKit 5 + Tailwind v4 + shadcn-svelte
  • Blake3 fingerprinting โ€” Automatic error grouping and deduplication
  • Alert rules โ€” Per-project condition-based webhooks with cooldown
  • Full-text search โ€” SQLite FTS5 + trigram substring search
  • OpenAPI docs โ€” Swagger UI at /api/docs
  • MCP server โ€” 12 AI agent tools via stdio JSON-RPC
  • Tiny Docker image โ€” 5.75MB (scratch + MUSL static binary)

Read the docs โ†’ ยท GitHub โ†’

Released under the Apache 2.0 and MIT Licenses.