Build for GO4IT

Create apps for the GO4IT marketplace and help small businesses thrive

Get the Developer Kit

Download the GO4IT developer kit — includes the app template, pre-built components, and the full playbook with build rules.

Download Developer Kit

Quick Start with Claude

After downloading, open the kit folder in Claude Code and paste this prompt:

I want to build a GO4IT marketplace app. I've downloaded the GO4IT developer kit zip — extract it and follow these steps: 1. Read CLAUDE.md in the kit root for the quick start guide 2. Read playbook/CLAUDE.md for all build rules, component library, and constraints 3. Copy everything from template/ into a new project directory 4. Run npm install and npx prisma generate 5. Build the app based on my description below App idea: [describe your app here] Follow the playbook rules exactly — use the pre-built AppShell, semantic color tokens, and component library. Make sure every data model has full CRUD (create, read, update, delete). Generate the go4it.json manifest when done. Test with npm run dev before finishing.

How It Works

1. Build Your App

Download the developer kit above, then build your app following the included playbook and template

2. Zip & Upload

Zip your project (excluding node_modules, .next, and .env) and upload it below

3. Get Published

We'll review your submission and publish it to the GO4IT marketplace

Upload Your App

Zip your finished project (excluding node_modules, .next, and .env) and upload it here.

Loading...

go4it.json Manifest

Your project root must include a go4it.json file with these fields:

{
  "name": "My App",
  "description": "A short description (10+ chars)",
  "category": "CRM / Sales",
  "icon": "🚀",
  "tags": ["keyword1", "keyword2", "keyword3"]
}

Valid categories: CRM / Sales, Project Management, Invoicing / Finance, Internal Chat, HR / People, Inventory, Scheduling / Bookings, Customer Support, Marketing / Analytics, Business Planning, Compliance / Legal, Document Management, Other