Marketplace / saas-invoicer
Invoicer Cloudsaas-invoicerv3.2.0

Full multi-tenant SaaS invoicing app: auth, billing, PDF export, Stripe-ready.

WebsiteTSNextPostgresedition of 1
live demo
Invoicer Cloud
forkit.run/saas-invoicer
Live website · runs in a sandbox, no installLaunch live demo →
README.md

An entire, running invoicing business: accounts, teams, invoices, payments and PDFs. Buy it, rebrand it, launch it.

Overview

Invoicer Cloud is a complete multi-tenant SaaS built on Next.js + Postgres. Organisations sign up, invite teammates, create and send invoices, and get paid. Stripe billing is wired but keyed to your account on handover.

What’s included

The whole repo: marketing site, authenticated app, admin, database migrations, email templates and deploy config. No missing pieces.

Quick start

bun install, copy .env.example, point DATABASE_URL at any Postgres, run bun run db:migrate then bun run dev. One-click deploy configs for Vercel and Railway included.

Handover

No lock-in: every third-party key (Stripe, email, storage) is documented and swapped to your own on purchase.

Requirements

  • Bun 1.x
  • Postgres database
  • Stripe account (your own)
  • SMTP / email provider

Stack

TSNextPostgres

Pinned dependencies, no lock-in to the seller's accounts. Deploy scripts included.

How it works, end to end

1. ingest → stream events from source
2. process → parse, score, decide
3. act → submit transaction / render output
4. log → record outcome + metrics

What it has

  • Multi-tenant auth + teams
  • Invoice builder + PDF export
  • Stripe billing wired
  • Admin dashboard
  • DB migrations + seed
  • Transactional emails

Can be improved

  • Test coverage ~40%
  • Only English locale