Skip to content
GitHub

Getting Started

Welcome to Orion Kit! This guide will get you from zero to a running SaaS application in under 10 minutes.

Prerequisites: Node.js 20+ and pnpm

# 1. Clone and install
git clone <your-repo-url>
cd orion
pnpm install

# 2. Start with minimal setup
pnpm dev

That’s it! Visit http://localhost:3001 to see your app running.

Choose your path based on what you want to do:

β†’ Customization Guide

β†’ Deployment Guide

β†’ Feature Integration

β†’ Architecture Overview


Ready to build something amazing? Let’s go! πŸš€