Powerful features designed to streamline your invoice management workflow
Whether you're a freelancer, business owner, or accountant
Built with the latest and most reliable technologies
Complete control over your data. Deploy to your own infrastructure or any cloud provider.
Get started with a simple git clone command
Set up your database and storage credentials
Launch with Docker, Vercel, or traditional hosting
# Clone repository
git clone https://github.com/hetref/invoicegen.git
cd invoicegen
# Install dependencies
npm install
# Set up environment
cp .env.example .env
# Edit .env with your settings
# Run migrations
npx prisma migrate deploy
# Start application
npm run devDocker
Vercel
Railway
DigitalOcean