UltraciteUltracite
UltraciteZed

Ultracite for Zed

Zed uses a native Ultracite setup with `.zed/settings.json` for editor behavior and an appendable `.rules` file for repo guidance, making it a strong fit for teams that want speed without config drift.

$

Setup files for Zed

Ultracite uses these Zed settings, rules, and hooks files to keep editor behavior and AI output aligned with your repo standards.

Workspace settings

This native settings file keeps Zed's formatter, code actions, and language tooling aligned with Ultracite.

.zed/settings.json
JSON config
{  "format_on_save": "on",  "formatter": "language_server",  "lsp": {    "typescript-language-server": {      "settings": {        "typescript": {          "preferences": {            "includePackageJsonAutoImports": "on"          }        }      }    }  },  "languages": {    "JavaScript": {      "code_actions_on_format": {        "source.fixAll.biome": true,        "source.organizeImports.biome": true      },      "formatter": {        "language_server": {          "name": "biome"        }      }    },    "TSX": {      "code_actions_on_format": {        "source.fixAll.biome": true,        "source.organizeImports.biome": true      },      "formatter": {        "language_server": {          "name": "biome"        }      }    },    "TypeScript": {      "code_actions_on_format": {        "source.fixAll.biome": true,        "source.organizeImports.biome": true      },      "formatter": {        "language_server": {          "name": "biome"        }      }    }  }}

Why Zed teams choose Ultracite

A high-performance, multiplayer code editor built in Rust with built-in AI assistance.

Native configuration for a native editor

Zed uses its own native settings file, so Ultracite can tailor the setup to Zed instead of pretending every editor is a VS Code clone.

Append-mode rules fit iterative teams

Ultracite's `.rules` file works well with Zed's append-mode workflow, letting you keep existing instructions and add standards incrementally.

Keeps Zed's performance-focused workflow intact

The setup supports fast local editing, multiplayer sessions, and AI assistance without forcing a separate VS Code compatibility layer.

Workflow tips for Zed

Keep Ultracite present in the day-to-day Zed workflow with a few editor-specific habits, not just a one-time setup.

1

Generate .zed/settings.json so Zed handles formatting, code actions, and TypeScript behavior the way Ultracite expects.

2

Append Ultracite guidance into .rules so Zed keeps any existing repo instructions and gains a shared coding standard layer.

3

Use the native Zed files as the source of truth instead of trying to mirror a VS Code setup in a different editor model.

Zed FAQ

Editor-specific answers for teams rolling out Ultracite in Zed.

Trusted by top companies

And used by thousands of open source projects.

OpenAI
Vercel
Profound
Adobe
Clerk
Alan Turing Institute
Prisma
VA
French Government
Tencent
Posthog
Axiom
Resend
Workday
ElevenLabs
Mintlify
Sentry
Raycast
Moonshot
Augment Code

What the community is saying

Here's what some of the most innovative and forward-thinking developers in the React ecosystem have to say about Ultracite.

Install in seconds. Run in milliseconds.

Install Ultracite and start shipping code faster in seconds.

$