Devflare Docs
First setup Quickstart

Build your first Devflare worker with the smallest safe setup

Best for
New packages and first-time Devflare users
Smallest safe shape
One config and one fetch handler
First commands
, then , then

Get started

  1. 1

    Run .

  2. 2

    Create with an explicit fetch entry.

  3. 3

    Add with one event-first handler.

  4. 4

    Run before guessing env types by hand.

  5. 5

    Run and make sure the smallest worker works before you add anything else.

Install Devflare and boot the worker

Code sample type: bash

Start with two files, not a framework maze

Open the config first, then the fetch handler. That is enough to run, test, and understand before you add anything bigger.

Start building

Pick the next thing you actually need once the first worker is running.