Capabilities
Everything you need to understand code
Codebase Intelligence
Scans files, imports, dependencies, and frameworks to build instant deep context.
Architecture Maps
Mermaid-based diagrams reveal Frontend, API, Services, and Database layers at a glance.
Feature Flow Explorer
Ask "How does login work?" and trace execution across files with natural language.
Risk Scanner
Detect fragile modules early using complexity, file size, and dependency density.
AI Code Explanation
Convert selected code into plain-English reasoning with bug and optimization hints.
Learning Mode
Structured onboarding roadmaps help developers learn unfamiliar repositories faster.
Where Zerly Works
VS Code
Cursor
Windsurf
VSCodium
Zerly API Platform
OpenAI-compatible REST API
All Zerly platform features are powered by zerly/zerlino-32b. Use it directly via the API or through the VS Code extension.
curl -X POST https://zerly.tinobritty.me/api/v1/chat/completions \
-H "Authorization: Bearer sk_zerly_xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "zerly/zerlino-32b",
"messages": [{"role": "user", "content": "Explain recursion"}]
}'