Solutions · Indie devs

You ship alone.
Doesn't mean you have to review alone.

Indie devs and solo founders don't have a reviewer on the team. Your PR opens, your PR merges, your PR breaks production. LGTM's six AI agents are the pair-reviewer you don't have — free, on every PR, on your own OpenAI / Anthropic / Gemini key.

The solo-coder problem

When you're the only engineer on a project, your code doesn't get reviewed. That's fine for hello-world scripts. It becomes a liability the moment users land.

No second pair of eyes

Bugs that obvious to a fresh reader hide in plain sight from you. You wrote it; you stop seeing it. Your own assumption blind-spots ship to production.

Security stuff slips through

OWASP top-10 isn't your day job. SQL injection, XSS, missing auth — these patterns repeat. A reviewer trained on the patterns catches them; a coder mid-feature doesn't.

The 2 a.m. P1 incident

The N+1 query you didn't notice. The null deref under a rare branch. The leaked secret in a commit. Solo means there's no review to catch these before they wake you up.

Review fatigue is real

Even when you DO try to self-review, ten minutes after you wrote the diff, attention is gone. Real review takes a fresh reader — which you can't be.

What changes when LGTM is on

Connect a repo. Add an AI provider key. Open a PR. Three things happen.

1

6 specialists read your diff

Bugs, Security, Performance, Readability, Best-practices, Documentation. Each one looking for ONE thing. They don't spread attention thin trying to check everything at once — they each go deep on their lens.

2

The synthesizer merges into one verdict

Approve / request changes / comment. Top-3 findings inline on the PR. A short summary you can read in 20 seconds. The same UX as having a senior reviewer comment on your PR.

3

LGTM Security scans CI/CD

16 deterministic detectors run on your workflow YAML, Dockerfile, IaC. Catches the supply-chain stuff most AI reviewers miss — pinned actions, self-hosted runner on public repo, secrets in workflows, S3 buckets going public.

Free isn't a trial. It's built for indie scale.

Most SaaS "free tiers" are 7-day trials in disguise. LGTM Free has been designed assuming you'll stay on it.

Reviews per month

20

Resets the 1st of each month. Counter rolls over deletion — anti-abuse, doesn't reset on re-signup.

Agents

All 6

Same Bugs / Security / Performance / Readability / Best-practices / Documentation as Pro.

Security detectors

All 16

Read-only access. View findings, audit log, scan history. Enrolling new repos for monitoring needs Pro.

CLI

Full access

Every command works on Free. lgtm review, lgtm pr, lgtm security audit, lgtm billing — all in.

BYOK keys

OpenAI · Anthropic · Gemini

Bring your own API key. We don't see your provider tokens. You pay the provider; we don't mark up.

No card required

GitHub OAuth signup. Add an AI key when you're ready to run your first review.

The Pro upgrade is for when you outgrow 20 reviews/month OR when you want auto-review on every PR (Pro fires automatically; Free needs a manual click or lgtm review --pr). Stay on Free as long as it works.

For solo devs, the CLI is the killer feature

You don't need a PR to use LGTM. The CLI runs the same agent pipeline against your local diff. Catch the bug before the commit, before the push, before anyone else sees the code.

# Install once
npm i -g @tarin/lgtm-cli
lgtm login

# Now, in any repo, any time:
lgtm review

# Or against a specific PR:
lgtm review --pr 42

# CI-friendly JSON:
lgtm review --json | jq '.findings'

No PR needed. Run against working-tree diff. Catch issues before you even open a PR.

No team needed. Reviews on your code, by you, for you. The AI agents don't care that you're the only human in the repo.

Pipes into anything. --json output for jq, shell scripts, CI gates. Build your own pre-push hook in 3 lines of bash.

Same 6 agents as the dashboard. Not a stripped-down CLI version — full pipeline, full BYOK, full security checks.

Same boat

LGTM is built by an indie dev for indie devs

Single founder, based in India. Same review-alone problem you have — the project that LGTM reviews most aggressively is itself. We're not a VC-funded team shipping "developer experience" from outside the discipline. The Free tier exists because we ourselves wouldn't pay $20/month to review a side project, and we wouldn't want to.

Read the About page for the full backstory.

Indie-dev FAQ

Can I use my own OpenAI ChatGPT Plus subscription?

No — ChatGPT Plus is a different product. You need an OpenAI API key (separate billing) from platform.openai.com/api-keys. Anthropic and Google Gemini keys also work. Most indie devs spend $5-15/month on the API key, depending on PR volume.

What does a single review cost in OpenAI tokens?

On GPT-4o, a typical PR review (300-line diff) costs about $0.05-0.15 in API tokens — your provider, your bill, no LGTM markup. Smaller diffs and smaller models (gpt-4o-mini, claude-haiku) cost a fraction of that. Twenty reviews/month on the cheapest models can be under $1/month total.

What if my side project has 30 PRs in a month?

You hit the Free limit after PR #20. Three options: (1) wait for the 1st of next month, (2) upgrade to Pro ₹399/mo for unlimited, (3) be more selective about which PRs you trigger reviews on. The CLI gives you fine control — you don't HAVE to review every PR.

Does LGTM work on private repos?

Yes. Install the GitHub App with access to private repos from github.com/apps/lgtm-app. Reviews run identically. Your code never leaves our worker process beyond the LLM call (which goes to YOUR provider with YOUR key).

I'm pre-launch. Should I even bother?

Yes — that's exactly when it's cheapest to fix the bugs LGTM catches. Pre-launch you can rewrite the auth layer in an afternoon. Post-launch with paying customers you can't. The Free tier is enough for pre-launch volumes.

What if I'm only writing Python / Go / Rust?

All supported. The 6 agents are language-agnostic; the context indexer specifically supports TypeScript, JavaScript, Python, Go, Rust, Java, Ruby, C, C++, C#, Swift, and Kotlin. See the Context Indexer page for the full matrix.

Your AI pair-reviewer is one signup away

GitHub OAuth signup. 20 reviews/month free. No card. All 6 agents. BYOK on the provider you already use.