Skip to main content

Documentation

Everything you need to know to get started with Oreko.

Getting Started

1. Create Your Account

Sign up for a free account at oreko.app/register. You can also self-host Oreko using Docker.

2. Set Up Your Business Profile

Add your business information, logo, and branding in the Settings page. This information will appear on all your quotes and invoices.

3. Create Your First Quote

Click "New Quote" to open the visual quote builder. Drag and drop blocks to create a professional quote, then send it to your client for approval.

4. Convert to Invoice

When your client accepts the quote, convert it to an invoice with one click. No data re-entry required!

Self-Hosting with Docker

Oreko can be self-hosted on your own infrastructure using Docker.

# Clone the repository
git clone https://github.com/orekoapp/oreko.git
cd oreko

# Start with Docker Compose
docker compose up -d

# Oreko is now running at http://localhost:3000

For detailed installation instructions, see our GitHub repository.

Documentation | Oreko | Oreko