Powered by Zerlino 32B

AI-powered code
intelligence layer

Understand any codebase instantly. Zerly scans your repository and reveals architecture, feature flows, and risky modules in seconds.

32BModel Parameters
20Requests / minute
1,000Requests / day
< 2sAvg. Response

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"}]
  }'

Ready to start?

Install the Zerly extension and connect your account to analyze your codebase instantly.

1

Install Extension

From VS Code Marketplace

2

Connect Account

Log in with GitHub

3

Start Analyzing

Get instant insights