Open developer tooling

The dev toolchain that gets out of your way.

Forgelane is a fast CLI, reproducible local environments, and CI building blocks, so your team spends time shipping instead of fighting tooling.

$ forge init my-service
# scaffolding service, fetching toolchain...
created  my-service/  (go 1.23, ci, devbox)

$ forge dev
watching 142 files  ready on http://localhost:3000  82ms

Tools that fit how you build

Composable pieces you can adopt one at a time, no rewrite required.

forge CLI

One command line for scaffolding, running, testing, and shipping any service.

Devbox

Reproducible local environments pinned per project, identical on every machine.

CI blocks

Drop-in pipeline steps for build, test, and release that run the same locally.

Secrets and config

Typed, versioned configuration with per-environment overrides and no plaintext.

Templates

Opinionated starters for services, libraries, and jobs that stay up to date.

Insights

Build times, flaky tests, and bottlenecks surfaced where you already work.

Up and running in three commands

Install the CLI, scaffold a project, and start developing.

1
brew install forgelane
Install the Forgelane CLI on macOS, Linux, or Windows.
2
forge init my-service
Scaffold a project with a pinned toolchain and CI ready to go.
3
forge dev
Start a hot-reloading dev environment that matches production.

Build with Forgelane

Open source core, free for individuals and small teams.

Install the CLI