Skip to content

Getting Started

Welcome to Sersi — the CLI-first scaffolding tool for building modern web apps, libraries, and developer workflows.

This guide shows how to install the CLI and create your first Sersi-powered project.

Install the CLI

Install the Sersi CLI with your preferred package manager:

pnpm add -g @sersi-project/cli

Verify installation

Run:

bash
sersi --help

You should see the CLI help output and the list of available commands.

Create a new project

Use Sersi to scaffold a new project:

bash
sersi create

What to do next

  • Open the generated project folder.
  • Review the created files and configuration.
  • Run sersi --help again to explore additional commands.
  • Check the rest of the docs for guides on project structure, templates, and customization.

Need help?

If you run into issues, the fastest way to get unstuck is:

bash
sersi --help

and then follow the recommended command syntax for your workflow.