Skip to main content
JavaScript backends often need three things when adopting Forst: generated client types, calling Forst functions over HTTP, and testing and security controls.
Install @forst/cli first. Add a postinstall script that runs forst generate .. Run generate once before you import @forst/gen. Details are on the Installation page.

Start here

Installation

@forst/cli, postinstall, and first generate.

Mix with Go packages

Forst compiles to Go — import stdlib and third-party packages.

Dev server

forst dev HTTP contract for local iteration.