Early access terms
Beta: you test —I fix
Run /gridfin on a real idea and tell me where you stumbled — the box is yours forever, with all future updates, free.
I'm in — give me access
After the beta — starter prices that will only go up: Gridfin Landing — $— · Gridfin App — $—
FAQ
ProductStackBeginnersRequirementsBuying
Why not just Claude Code?
Plain Claude Code writes code but doesn't give you a stable engineering process. Without Gridfin, every session re-decides how to build the project; with Gridfin the agent works by specs, rules, hooks, tests and quality gates that can't be silently bypassed. The full story: why AI development needs engineering rules.
How is this different from boilerplate — ShipFast and the others?
Boilerplates sell pre-assembled code that you customize. Gridfin is an agent-native starter kit: a thin skeleton plus a process that specs, builds and tests your product specifically. You don't strip down someone else's dashboard — you grow your own.
What is an Application Skeleton?
An Application Skeleton is the architectural foundation on which Claude Code builds your specific product. It's not just a project template: the engineering decisions about the stack, the structure, the tests and CI are already made, and further development runs through specs, skills and quality gates. The full breakdown: what is an Application Skeleton.
How is this different from MakerKit and Supastarter?
MakerKit and Supastarter are feature-rich SaaS boilerplates with agent instructions and testing support. Gridfin solves a different problem: it starts with your product idea and runs a spec-driven delivery process whose hooks block known violations, whose tests must be proven able to fail, and whose gate ledger records whether the whole change is ready. Choose them for prebuilt SaaS features; choose Gridfin for an enforced build process around a focused product.
Why is the stack fixed?
Because the whole process — rules, hooks, tests, gates, playbooks — is proven on exactly this stack: Next.js + TypeScript, Tailwind + shadcn/ui, Postgres. Freedom to pick a stack is another forty decisions you'd have to make without the experience.
Can I use my own stack?
No — and that's deliberate. Gridfin is not a pick-your-own-stack kit: remove the fixed stack and everything built on it disappears — the proven rules, tests and gates. If you need a different stack, the honest answer is: Gridfin is not your tool.
What do I need to run Gridfin?
You need Claude Code, Git, a terminal and the supported Node.js/pnpm toolchain. Gridfin runs locally as a git repository and does not require a hosted Gridfin account or a proprietary runtime.
What if the project stops being developed?
Nothing terrible: the repository is yours, the code and the process work locally and don't depend on Gridfin existing as a product. Updates would stop coming — everything else stays.
Is it right for a beginner?
If you're ready to work with a terminal, git and Claude Code by step-by-step instructions — yes: the box carries the architecture, the testing strategy and the quality control for you. If you're seeing a terminal for the first time — start with Lovable or Bolt.
How does Gridfin keep AI from breaking the project?
Gridfin makes a mistake visible before the merge: every change passes lint, tests, e2e and build, and the rules are enforced by hooks and quality gates. The agent can write code fast, but it can't ship a change without the checks.