Skip to main content

4 posts tagged with "Live Preview"

View All Tags

Brackets Editor in 2026: Phoenix Code Picks Up Where It Left Off

· 7 min read
Charly P Abraham
Co-Founder, Phoenix Code

If you've used Brackets, Phoenix Code will feel immediately familiar.

Built by the same team behind Brackets, Phoenix Code keeps Live Preview and fast visual front-end development at its core — now rebuilt on a modern foundation.

Phoenix Code isn’t a tribute or a spiritual successor. It’s the natural continuation of the ideas that started with Brackets.

Here’s what’s changed — and how to switch.


Brackets vs Phoenix Code: What's New

Phoenix Code includes everything Brackets offered — Live Preview, lightweight workflow, web-first focus — plus built-in Git, a browser edition, visual CSS editing, and an active extension marketplace. Here's the full comparison.

FeatureBracketsPhoenix Code
Live PreviewBasic (view only)Full live preview (editing in preview with Pro)
Visual EditingLimitedColor pickers, number dials, gradient editors, drag-and-drop
Git IntegrationRequired third-party extensionBuilt-in
Browser VersionNoYes — phcode.dev, no install needed
Chromebook / Tablet SupportNoYes
Extension MarketplaceNo longer maintainedActive and growing
Active DevelopmentIn maintenance mode since 2021Regular releases, active team
Open SourceYesYes (AGPL-3.0)
Built-in Image LibraryNoYes — stock photos you can drag into projects
PriceFreeFree (Pro from $9/mo for Live Preview Edit)

The free version of Phoenix Code covers everything Brackets did and more — Git, the browser edition, visual editing tools, all included. Phoenix Pro adds Live Preview Edit, and exists to help sustain full-time development by a small indie team.


What Happened to the Brackets Editor?

Brackets was created at Adobe and built on CEF (Chromium Embedded Framework) — a technology choice that made sense in 2014 but became increasingly difficult to maintain. Security patches, OS compatibility, performance work — it all got harder every year. In 2021, we took over Brackets from Adobe, continuing its development under the community we founded and now lead.

Rather than keep patching an aging foundation, we modernized the platform so it can run anywhere — in browsers, on desktop with Electron or Tauri, pretty much any modern system. One codebase that works everywhere, from phcode.dev in your browser to a native desktop app.

The architecture changed. The team didn't. The design philosophy didn't. We named it Phoenix Code — Brackets, reborn.


What Carried Over from Brackets

If you're wondering whether Phoenix Code will feel familiar — it will.

Live Preview is still the core of the experience. Edit HTML or CSS and watch the browser update in real time, no manual refresh. This is the feature that defined Brackets, and it's still front and center.

The lightweight workflow is intact. Open a folder, start editing. Everything just works out of the box.

Web-first focus. HTML, CSS, JavaScript — that's the sweet spot. Phoenix Code is purpose-built for front-end work, not trying to be a general-purpose IDE.

Keyboard shortcuts and UI layout are familiar. If you had muscle memory in Brackets, most of it still applies.


What's New in Phoenix Code

These are the features the Brackets community asked for — and we finally built them.

Edit Directly in the Live Preview (Pro)

Brackets' live preview was view-only. You could see changes reflected in real time, but you always had to make edits in the code. With Phoenix Pro, you can click on any element in the live preview and edit it right there — change text, swap images by dragging, rearrange elements visually. The source code updates automatically.

Phoenix Code live preview modes for editing HTML and CSS visually

Visual CSS Editing

Brackets had inline color pickers — Phoenix Code keeps those and adds number dials you can scrub to adjust CSS values like margins, padding, font sizes, and more. Hover over a number, drag to adjust, and see the result update in live preview instantly.

Phoenix Code CSS number dial for adjusting margins and padding

Built-in Git

Phoenix Code ships with native Git support based on the familiar Brackets Git extension, addressing many of its earlier limitations with a simpler UX and improved reliability. Commit, push, pull, diff, and branch management, all built in.

Built-in Git integration in Phoenix Code — commit and push

Runs in Your Browser

Open phcode.dev and start editing — no install or admin privileges needed. Works on Chromebooks, tablets, shared computers, anywhere you have a browser. The web app runs the same core as the desktop app, so for website editing and live preview it's just as capable. For Git, AI features, and the full experience, grab the native app.

Measurement and Inspection Tools

Inspect spacing between elements, measure distances, and check alignment directly in the live preview. If you work from design mockups, this replaces the constant back-and-forth between your editor and a separate design tool.

Phoenix Code measurement and inspection tools in live preview


How to Switch from Brackets

Short version: open your project folder in Phoenix Code. That's it.

No migration needed. Your project files work as-is. No config conversion, no import wizard. Just open the folder.

Extensions. The most popular Brackets extensions are now built into Phoenix Code: Emmet for abbreviations, Git for version control, Beautify/Prettier for code formatting, and a Tab Bar for managing open files. The extension marketplace is active and growing for anything else you need.

Learning curve. Minimal. The UI layout is familiar, the shortcuts are similar, and all the new features are additive — nothing you relied on was removed. You'll be productive in minutes.


Frequently Asked Questions

What happened to the Brackets code editor?

Brackets was created at Adobe and actively developed until 2021. The Phoenix Code project took over the development of Brackets, and rather than keep patching an aging foundation, we rebuilt it to run in browsers and as a desktop app. Brackets, reborn.

Is Phoenix Code the same as Brackets?

Phoenix Code is built by the same team and carries forward the same design philosophy — Live Preview, lightweight workflow, and a focus on HTML, CSS, and JavaScript. The codebase was rewritten on modern web technologies, but the experience is familiar. If you used Brackets, you'll feel at home.

Is Phoenix Code free?

Yes. The free version includes everything Brackets had and more — Git, the browser edition, visual editing tools, and the extension marketplace. Phoenix Pro adds Live Preview Edit starting at $9/month and helps sustain full-time development.

Is Brackets still safe to use?

Brackets runs on an outdated version of Chromium that no longer receives security patches. For active web development, Phoenix Code is the maintained alternative with regular updates and security fixes.

Does Phoenix Code work on Chromebook?

Yes. Open phcode.dev in any browser — no install or admin privileges needed. It works on Chromebooks, tablets, and shared computers.


Try Phoenix Code

Phoenix Code was built for the Brackets community by the team behind Brackets. If you've been waiting for the update Brackets deserved, this is it.

HTML Workflows and stability Release (September-2024, V-3.9) is now Live

· 4 min read
Arun Bose
Co-Founder, Phoenix Code
Charly P Abraham
Co-Founder, Phoenix Code
Kiran Bose
Community Contributor
Devansh Agarwal
Founding Engineer, Phoenix Code
Jozsef
Community Contributor
acemi1
Community Contributor
Phoenix Code Bot
Our little elf who keeps the whole place together

September release(3.9) of Phoenix Code is now available for download at phcode.io.

This month's core theme is App robustness and stability improvements. We have also added several HTML and Text Editing workflow improvements.

Now Available on ChromeOS

All new native ChromeOS app is now available on the Google Play Store. The ChromeOS app is a highly requested feature and is specially made for education and student use.

google play icon (1)

Auto rename start and end of HTML/XML/SVG tags

Automatically rename paired HTML/XML/SVG tags as you type at the start or end of the tag. Read more...

tag sync

Auto Tab and Spacing detection

Phoenix Code can now automatically detect and apply the indentation style (tabs or spaces) based on the existing code in the file. Read more...

image

UX Improvements

Stability Improvements

Update on Release Schedule

In the past, we've released Phoenix Code updates on a monthly basis. However, last month we encountered an issue with our release that led to stability problems for our users.

To address this, we've taken a step back to reevaluate our release process and make improvements to ensure greater robustness and reliability going forward.

As a result, we've decided to slow down the desktop release schedule to once every two months. This will allow us to thoroughly test each update and deliver a more stable experience.

We apologize for any inconvenience caused by the previous release and appreciate your patience and understanding as we work to improve the quality of Phoenix Code.

We look forward to bringing you new features and improvements in a more controlled and reliable manner.

A Request from the Phoenix Team:

With gratitude,

The Phoenix Team

Critical Update + HTML Helpers Release (June-2024, V-3.8) is now Live

· 2 min read
Arun Bose
Co-Founder, Phoenix Code
Charly P Abraham
Co-Founder, Phoenix Code
Phoenix Code Bot
Our little elf who keeps the whole place together

June release(3.8) of Phoenix Code is now available for download at phcode.io.

This update addresses a critical issue where Phoenix Code crashes in M1 Macs at app start after a recent macOS update. Also fixes app start issues in some newer Linux distributions with latest webkitGTK.

This month's theme is all about HTML assistance, Drag and Drop and ESLint. We've also addressed numerous feature requests and bug reports, along with improving app UX and stability.

HTML Validation

We have added HTML Validator to help you find errors like duplicate IDs, unrecognized tags, and more. Read more here.

HTML validate

Drag and Drop Files and Folders in Desktop Apps - Experimental

Drag files from Explorer (Windows) or Finder (Mac) and drop them into Phoenix Code to open individual files. Drop a folder to open it as a project.

Note: This feature is currently disabled on Linux due to UI issues in some Linux distributions. To enable it, select menu Debug -> Experimental Features -> Drag And Drop Files.

This feature is not yet available in the browser version @ phcode.dev

drag and drop

ESLint Support

All new and simplified ESLint experience that displays all ESLint errors in a file. Fix one or all errors with a single click. To enable, open a project that uses ESLint in Phoenix Code. Read more here.

image

UX Improvements

  • Non-Intrusive Automatic Updates: Updates are now installed in the background with no more distracting dialogs when an update is available.
  • Case-Sensitive File Renaming: Renaming files to a different case, such as a.txt to A.TXT, is now supported.
  • File > New Project is now renamed to Start Project.
  • Increased stability and app startup experience.

A Request from the Phoenix Team:

With gratitude,

The Phoenix Team

Little Things Release (May-2024, V-3.7) is now Live

· 2 min read
Arun Bose
Co-Founder, Phoenix Code
Charly P Abraham
Co-Founder, Phoenix Code
Phoenix Code Bot
Our little elf who keeps the whole place together

May release(3.7) of Phoenix Code is now available for download at phcode.io.

This month's release is all about Live previews and the little things that make your work just a bit easier. We've also addressed numerous feature requests and UX bug reports, along with improving app UX and stability.

Live CSS Class and Style Code Hints

Interactively edit CSS styles and classes using the up/down arrow keys in code hints. This is available in CSS files and inline CSS styles/class names in HTML files. This provides an instant boost to your HTML and CSS workflows.

classLiveHints

CSS/HTML Code Hints improvements

Improved relevance of suggestions in CSS and HTML code hints. For E.g., typing b in a CSS file will prioritize background-color. Typing between will bring up relevant CSS property-value combinations like align-content: space-between; (see image below), so you don't have to remember which value is under which CSS property.

image

Move to trash/bin when deleting files

Deleting files from the files panel in desktop apps will move the file/folder to trash/recycle bin instead of permanently deleting it.

UX Improvements

  • Deleting the Phoenix Code folder in user Documents directory is now supported.
  • Increased stability and app startup experience.
  • Copy Error Message button is now available in the problems panel.

image

A Request from the Phoenix Team:

With gratitude,

The Phoenix Team