Skip to main content
The fimo CLI is where you and your coding agent build and manage a Fimo site. Your teammates use Fimo Studio to edit the same project without working in code.

Build your first site

Run the CLI with npx fimo@latest. You do not need a global installation.
1

Create a project

The setup signs you in, asks whether to create a new project or link an existing one, asks which package manager to install with, creates the project, and can install Fimo skills for your coding agent. New projects use the Next.js App Router unless you pass --framework.
2

Open the project

Use the development command for the package manager you selected. Your coding agent can now build the site with Fimo content, forms, media, and labels.
3

Check the project

Validation checks the project configuration and generates the clients your site uses.
Ask your coding agent to read the project’s AGENTS.md before it starts. That file points the agent to the Fimo skills it needs.

Common build tasks

The docs use fimo for brevity. For a one-off command outside a project, use npx fimo@latest. Inside a project, use the package runner that matches its lockfile, such as pnpm exec fimo or npm exec fimo. For every command and option, see the CLI reference.

What’s next

Create or connect a project

Choose a framework and package manager, or link an existing site.

Add content

Define editable content and connect it to your pages.

Choose a framework

Compare the current Fimo integrations.