Skip to content

GeekonomicsSelf-hosted or cloud — your choice.

Track income and expenses, sync Square and Stripe, run payroll, and close your books. Deploy it yourself or sign up at books.geekonomics-app.com.

Works with your tools

Square
·
Stripe
·
Plaid
·
Claude AI

Run it yourself.

Geekonomics runs as a Docker container on any Linux server — including Unraid, a home lab, or a cloud VPS. Your financial data lives in a SQLite file on your hardware, backed up on your schedule. No subscription. No vendor lock-in. No data leaving your premises.

1git clone && docker compose up
2Complete the setup wizard
3Start booking
Read the install guide →
docker-compose.yml
services:
  bookkeeping:
    build: .
    ports:
      - "3001:3001"
    volumes:
      - ./data:/app/data
      - ./uploads:/app/uploads
    env_file: .env
    restart: unless-stopped
  cloudflared:
    image: cloudflare/cloudflared
    command: tunnel run
    volumes:
      - ./cloudflared:/etc/cloudflared

Or let us run it.

Sign up at books.geekonomics-app.com and get a fully managed instance. Same app, same features — no server required.

  • Managed hosting
  • Automatic updates
  • Your data, isolated per account
Get started →

Geekonomics — bookkeeping for small businesses