GritFlow
Back to Documentation
Getting Started

Quickstart Guide

Get up and running with GritFlow in under 5 minutes.

5 min setupBeginner friendly

Prerequisites

Before you begin, make sure you have these installed:

Node.js 18+

JavaScript runtime

Claude Code CLI

Anthropic's official CLI tool

Modern Browser

Chrome, Edge, or Firefox

1

Download GritFlow

Download the installer for your platform:

2

Install & Initialize

Run the installer and initialize GritFlow in your project directory:

Terminal
# Navigate to your project
cd your-project

# Initialize GritFlow
gritflow init

# Start all services
npm run dev

This creates the .gritflow/ configuration folder and starts the development services.

3

Open the Smart Console

Open your browser to localhost:4200. You'll see the Smart Console overlay — your mission control for AI development.

Smart Console
LoggerContextPlanPrompts

7 tabs for complete AI workflow management

4

Create Your First Context Bucket

Click the Context tab and add your first document:

  1. Click “Add Document”
  2. Paste your project's README or architecture doc
  3. Add a description: “Core project documentation”
  4. Watch the token count update

Tip: Start with your CLAUDE.md or README.md file. These typically contain the most important project context.

5

Run Your First Context-Aware Prompt

Now the magic happens. With context loaded:

  1. Click “Copy to Clipboard” in the Context tab
  2. Open Claude Code in your terminal
  3. Paste the context, then ask your question
  4. Watch Claude understand your project immediately
Example Prompt
[Your context is automatically included]

Add a new API endpoint for user preferences
that follows our existing patterns.

Notice: You didn't have to explain your architecture, coding standards, or file structure. The context did it for you.

Need Help?

Stuck? We're here to help you get unstuck.

Or email us at support@gritflowai.io

Quickstart - GritFlow Documentation | next-forge