Skip to content

Editor

NextEpoch includes a VS Code-compatible editor that runs in your browser — no local setup required.

NextEpoch in-browser editor with size selector

How It Works

The editor runs in an isolated workspace managed by the platform. Each developer gets their own session with a dedicated terminal, debugger, and extension support.

Opening the Editor

  1. Navigate to your app in the portal
  2. Click Edit on the pipeline bar
  3. Choose a session size
  4. The editor opens in a new tab

Editor welcome screen

Session Sizes

Each editor session runs on its own container. Choose a size based on your workload:

SizeCPUMemoryBest for
Small1 vCPU2 GBLight editing, small projects
Medium2 vCPU4 GBMost development work
Large4 vCPU8 GBLarge codebases, heavy builds

Extensions

Install supported editor extensions from inside the workspace. This includes AI coding assistants:

  • Claude Code — Anthropic's AI coding assistant
  • GitHub Copilot — AI pair programming
  • Continue — Open-source AI coding with any model

Extensions persist across sessions for each developer.

Multiple Developers

Multiple developers can each have their own editor session on the same app. Each session is isolated — your own terminal, your own extensions, your own workspace state.

Git Integration

The editor connects to the app's Git repository. Use the built-in Git panel or terminal to:

  • Create and switch branches
  • Stage, commit, and push changes
  • Create pull requests
  • Resolve merge conflicts

NextEpoch Cloud Documentation