Get Started

Launch your first Sigment app in seconds using our CLI tool.

🚀 Create a New Project

In your terminal, run the following command to scaffold a new Sigment app:

npx create-sigment-app my-app

This will create a new project in the my-app folder and install all dependencies automatically.

🧠 What Happens Next?

After the project is created, the CLI will ask you:

You can answer yes or no to each prompt.

▶️ Start Manually (If You Skipped)

If you chose not to start the server or open VS Code during setup, you can do it later:

cd my-app
npm run dev

📚 Learn More

Explore the documentation at sigment.dev to learn about components, routing, signals, and more.