Skip to content

The IDE

Membrane’s primary interface is the Membrane Web IDE. The IDE is where you write and deploy programs, set up cron jobs, inspect logs, and more. We built our own IDE to tightly integrate all our features and provide a great developer experience.

Visit membrane.io/ide to get started.

Orienting yourself

When the IDE starts up, you’ll see:

  1. Program Navigator (left sidebar)
  2. Membrane Logs (bottom bar)
  3. Program Details (right sidebar)
  4. Welcome instructions & open program file, hello-world/index.ts

Membrane Web IDE

There are four Membrane programs pre-installed in your workspace:

  1. http
  2. email
  3. sms
  4. hello-world

We’ll cover each of these in subsequent sections. For now, continue to the next section to create your first program.