Freebird AI — AI Coding Assistant for VS CodeNo setup. No throttling. 20 free AI edits/day.
Run full codebase security audits, architecture mapping, and technical debt analysis with Agent mode — try free for 7 days, no card needed. Pro is $6/month for unlimited multi-file editing, plus sharing a selection with a colleague without giving them your whole codebase — less than a third of Cursor's price, more capability out of the box. Team is $25/month for up to 5 seats. Install Freebird AI and start coding in seconds — no API keys, no throttling, no configuration. You get 20 free advanced AI edits per day powered by Gemini Flash Lite, plus free BYOK and unlimited local AI when you want full privacy. Copilot throttled? Cursor too expensive? GitHub limits hit? Freebird never blocks you — it picks up where other tools stop. Upgrade to Pro — $6 USD/month → · or start a free 7-day Pro trial (no card needed) right from the chat panel ⭐ If Freebird saves you time, a GitHub star helps others find it — thank you!
Why Freebird
Safe by Design, Not Just "Trust the AI"Letting an agent touch your codebase should come with proof, not a promise. Every Pro agent turn follows the same rule: nothing changes without your approval, and everything can be undone.
Multi-file edits are only as trustworthy as the undo button behind them — Freebird's is one click, every time. See It in ActionMulti-file agent edit with Approve / Reject (Pro)Ask Freebird to update your products page, add images to cards, or refactor across files — it shows a full diff and waits for your approval before changing anything.
Agentic page editing across HTML and CSS (Pro)Freebird reads your existing code structure, understands the context, and makes targeted edits across files in one agent run.
Codebase Cartographer, run on Freebird's own source (Pro)We ran our own Codebase Cartographer prompt template against this repo — real output, not staged. It mapped the architecture, traced data flow end to end, and flagged a real, accurate gap in our own auth rollout, all cited to exact files. Below is the Mermaid.js dependency diagram it produced, rendered live in the chat panel.
Free vs Pro
Free tier responses are tagged with the model that answered right in the chat panel — you always know whether you're on the lite model or not, not left to guess. Team$25/month for up to 5 seats ($5/seat — cheaper per-seat than an individual Pro subscription) — every Pro feature, one shared subscription. The purchaser becomes the owner and manages teammates from inside the extension with Freebird: Manage Team Seats (add, remove, list — no web dashboard). Contact us to set up a Team plan. Template Library33 expert-crafted prompt templates on top of the 3 free ones — each built the same way (a role, a prioritized checklist, "cite the exact file and line," no theoretical padding) and covering real, recurring dev work: migration & modernization (framework migrations, dependency upgrades, state management, CSS), review & quality (senior-engineer-style review, DB migration safety, performance, dead code), compliance & accessibility (WCAG, license compliance, PII, i18n), onboarding & docs (PR descriptions, changelogs, API docs), infrastructure & DevOps (CI/CD, Dockerfiles, IaC), team & process, framework specialists (React, SQL, Python typing, GraphQL), release & ops, and testing deep-dives. Included free if you're on Pro, Enterprise, or Team — no separate purchase. Otherwise it's a low-cost standalone subscription, cheaper than a full Pro upgrade, for anyone who wants the template library without everything else Pro includes. Browse the whole catalog (locked items are visible, not hidden) from the 📚 icon in the chat panel's top bar, the "Browse prompt templates" welcome-screen prompt, or Freebird: Use Prompt Template in the command palette. Already have a key? Freebird: Activate Template Library License. What Freebird Replaces
Features
Works Immediately — No Setup RequiredInstall and start coding. Your first 20 advanced edits per day are powered by Gemini Flash Lite — no API key, no Ollama, nothing to configure. 20 Free Advanced Edits Every DayUnlimited chat, plus 20 cloud-powered inline edits and AI commits a day. Resets daily, no card required. Multi-file agent edits and terminal commands are Pro (see below). Hit Your Daily Cap? You've Got OptionsIf you've configured Ollama as your backend, Freebird falls back to it automatically when the cloud quota runs out. Otherwise you'll see a clear "free edits used up" prompt with a no-card 7-day Pro trial one click away — or switch to BYOK (free, unlimited) or Ollama (free, unlimited) anytime from Freebird: Configure AI Backend. Multi-File Agent Edits with Approve / Reject (Pro)Freebird reads your codebase, fetches relevant files, and makes targeted edits across multiple paths. Every write shows an Approve / Reject card — nothing changes silently. Checkpoints — Undo an Entire Agent Turn (Pro)Every Pro agent turn that creates, edits, copies, or downloads a file gets a "Checkpoint saved" card with a one-click Restore button, reverting every file that turn touched back to its state before the turn. Covers file changes; a turn that also ran a shell command or Web Context — Read Any Page the Agent Needs (Pro)The agent can fetch a webpage's readable content directly — documentation, an article, a URL you paste in — instead of only searching your own codebase. Requests to private/internal addresses (localhost, LAN ranges, cloud metadata endpoints) are blocked, and fetched content is explicitly marked as untrusted reference material before it ever reaches the model, so a malicious page can't pass itself off as an instruction. Inline Edit — Cursor-styleSelect any code, press AI Tab CompletionGhost-text suggestions as you type, on every tier — accept with Bring Your Own Keys — Unthrottled, freePlug in your own Anthropic Claude, OpenAI, DeepSeek, Qwen, or Kimi K3 API key — or point Freebird at any OpenAI-compatible Custom Provider (OpenRouter, Together, self-hosted, etc.). Direct-to-LLM speed, total data privacy, no middleman quotas — free for everyone, since the calls never touch Freebird's servers. DeepSeek in particular is worth a look even if cost isn't a concern: it scores higher than GPT-4o on coding benchmarks and runs about $0.20/million tokens. Full Agent Mode With Zero Cloud Calls (Pro)Agent mode isn't locked to Freebird's cloud — it routes through whatever backend you've configured, same as everything else. Set the backend to Ollama and get the full Pro feature set (multi-file edits, terminal commands, checkpoints, project memory) with every request staying on your machine. Built for teams whose policy forbids cloud AI, or freelancers working under an NDA that does the same — the model runs locally, so there's nothing to disclose. Smart Chat with File ContextType Semantic Codebase Search (Pro)Two ways the agent finds code: Git IntegrationGenerate commit messages, push to remote, and check git status from the chat panel — and the agent can call Project RulesWrite your own conventions to Project Memory (Pro)Freebird saves notes about your project to Share a Selection (Pro)Select code, right-click → Freebird: Share Selection (or run it from the command palette), and get a link back — copied to your clipboard automatically. Whoever opens it sees just that selection in a plain read-only page, nothing else about your project: no repo access, no invite, no Freebird install required on their end. Links expire after 14 days. This is what "team collaboration" means here — not shared repo access, a scoped way to show a colleague one thing. Related Locations — Lightweight Next-Edit Awareness (Pro)After an Agent-mode edit, Freebird flags specific places elsewhere in your codebase that likely need the same change but weren't touched — another call site, a test asserting the old behavior, a doc describing it — as a short, dedicated card, not buried in prose. This is not Cursor's trained next-edit-prediction model; it's the agent using the same search tools it already has to double-check its own blast radius, and it only speaks up when it actually finds something. Run Specialized Agents on Your CodebaseMap architecture, audit security, generate tests — all multi-file, all reversible. Or go freeform with BYOK + our managed backends. Run Freebird: Use Prompt Template to start from a ready-made prompt — populates the chat input for you to edit before sending, rather than firing immediately. These are deliberately thorough (each is instructed to read broadly across your codebase — up to 15 tool calls in a turn) rather than fast, so expect a couple of minutes on a real project, not a quick chat-style reply. Three are free forever; 33 more (migrations, deeper reviews, compliance/accessibility, release automation, framework specialists, and more) are the Template Library — included with Pro/Enterprise/Team, or its own standalone subscription. Codebase Cartographer — architecture overview, key abstractions and how data flows end to end, conventions worth knowing, real technical debt (not stylistic nitpicks), and a Mermaid.js dependency diagram. Pairs especially well with a large-context model like Kimi K3 on an unfamiliar codebase. Security Auditor — cites the exact file and line for every finding, the concrete failure scenario (specific input/conditions that trigger it, not "this could be a vulnerability"), severity based on real exploitability, and a fix that doesn't change intended behavior. Fewer, real findings — no theoretical padding. Multi-File Test Engineer — reads your existing test suite first to match its actual conventions, then prioritizes business logic with real consequences, easy-to-miss edge cases, and regression coverage for anything that's been a source of bugs before. Runs the tests it writes and fixes failures before finishing. Pick the Right Model
BYOK models are free for everyone (bring your own API key/cost). Gemini Flash Lite and Ollama are also always free. Pro adds Agent mode (multi-file edits, terminal, checkpoints) and unlimited cloud edits on Claude Haiku 4.5 — automatically falls back to Gemini if Anthropic is ever unreachable, so Pro never hard-fails. Using Freebird From Hong Kong or Mainland ChinaGoogle and Anthropic each independently restrict API access from Hong Kong and mainland China as their own policy — this isn't something Freebird can route around, and in Hong Kong's case it isn't related to local network censorship either (Hong Kong isn't behind mainland China's firewall; Google and Anthropic simply don't serve API traffic from the region). In practice: the free tier's default Gemini backend and Pro's default Claude backend may not work reliably, or at all, from either location, even with a valid subscription. If you're in Hong Kong or mainland China, skip the cloud tier and use BYOK with DeepSeek or Qwen instead — both are Chinese-origin providers with no regional restriction, and DeepSeek in particular is priced competitively for what it offers. Ollama (fully local, nothing ever leaves your machine) also works everywhere, regardless of any provider's regional policy. Getting StartedOption 1 — Just Install (Recommended)
Option 2 — Ollama (Unlimited Free, Local)
Option 3 — Anthropic Claude (BYOK, free)
Option 4 — OpenAI (BYOK, free)
Option 5 — DeepSeek (BYOK, free)
Option 6 — Qwen 2.5 (BYOK, free)
Option 7 — Kimi K3 (BYOK, free)
Option 8 — Custom Provider (BYOK, free)Point Freebird at any OpenAI-compatible API — OpenRouter, Together, Groq, Fireworks, a self-hosted vLLM/LM Studio server, or anything else that speaks the
Commands
Chat Commands
How the Agent Works (Pro)
Nothing is modified silently. You stay in full control. Settings
Privacy
Supportsupport@ten-labs.com.au — payments, license activation, or anything else. ContributingOpen source (MIT). Issues and PRs welcome at the GitHub repository. LicenseMIT — Copyright © 2025 Ten Labs Pty. Limited |




