Documentation

Everything you need to know to get started with QuoteCraft.

Getting Started

1. Create Your Account

Sign up for a free account at quotecraft.app/register. You can also self-host QuoteCraft 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

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

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

# Start with Docker Compose
docker compose up -d

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

For detailed installation instructions, see our GitHub repository.