Moneygun
Moneygun is a ready‑to‑run Rails 8 boilerplate that gives you SaaS‑style multitenancy (users, memberships, organizations) with row‑level scoping based on URL parameters.
- •You need to launch a new B2B SaaS product and want a full Rails app with multitenancy already wired.
- •You want to avoid building the user‑organization‑membership data model and tenant switching logic from scratch.
- •You prefer a row‑based (single‑database) multitenancy approach that works out‑of‑the‑box with sub‑paths like `/myco/dashboard`.
Open a new tenant in your browser: `open http://localhost:3000/acme/dashboard` (replace `acme` with the slug of an existing Organization record). This URL triggers Moneygun’s `set_current_tenant` callback and scopes all queries to the `acme` row‑level tenant.
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/moneygun && curl -fsSL https://workflowstacks.com/api/skills/moneygun/claude-skill -o ~/.claude/skills/moneygun/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Moneygun is a medium Ruby project (~12k lines across 292 code files, plus 98 test files). Setup is light: runs with Docker — add your API keys to .env. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2CLAUDE.mdThe instructions the AI actually follows
- 3bin/jobsWhere the program starts running
- 4.env.exampleThe API keys and settings you must provide
- 5app/javascript/controllers/index.jsInside app/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/moneygun && curl -fsSL https://workflowstacks.com/api/skills/moneygun/claude-skill -o ~/.claude/skills/moneygun/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More saas-starter tools founders pair with this one.