
phoenix
The text editor designed to make coding as simple and fun as playing a video game
The Lens
Phoenix is a browser-based code editor built on Adobe's discontinued Brackets. It runs from a static web server, keeps full Brackets extension compatibility, and is positioned for web development specifically. AGPL-3.0, free.
No installer; it's a webapp. That means you can run it anywhere a browser runs, including locked-down corporate machines that won't let you install VS Code. The trade-off is that an uncompromised local development experience without complex build steps is the explicit goal, so it's lighter than VS Code by design.
Pick this if you teach web development, work in restricted environments, or already have a Brackets workflow you want to keep alive. Solo: free, install nothing. Small teams: same. Large teams doing serious engineering: VS Code, Zed, or Cursor are still better picks.
The catch: a browser-based editor is not a desktop IDE. No remote dev containers, no local file system access without an extension shim, no Copilot-grade integrations yet. Phoenix exists because Brackets shouldn't have died, not because the world needs another VS Code competitor.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
Free vs Self-Hosted vs Paid
fully free**Free tier:** AGPL-3.0, fully free. Run from a static server.
**Self-hosted:** Self-host as a static web app. Trivial.
**Paid:** No paid version exists.
Completely free and open source.
License: GNU Affero General Public License v3.0
Must share source even for SaaS/network use. Strongest copyleft.
Commercial use: ✓ Yes
About
- Owner
- Phoenix Code (Organization)
- Stars
- 2,910
- Forks
- 193