Documentation
Everything you need to know to get started with QuoteCraft.
Getting Started
Learn the basics of QuoteCraft and create your first quote.
Quotes
Create, customize, and send professional quotes to your clients.
Invoices
Convert quotes to invoices and manage payments.
API Reference
Integrate QuoteCraft with your existing tools and workflows.
Self-Hosting
Deploy QuoteCraft on your own infrastructure with Docker.
FAQ
Find answers to commonly asked questions.
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:3000For detailed installation instructions, see our GitHub repository.
Need more help?