---
title: "Getting Started with ClaudeFlow"
description: "Learn how to set up ClaudeFlow and supercharge your Claude Code workflows in minutes."
source: "https://claudeflow.so/docs/getting-started/"
---

Welcome to ClaudeFlow! This guide will walk you through everything you need to get started.

## What is ClaudeFlow?

ClaudeFlow is a toolkit of workflow templates, context playbooks, and tools designed to help developers get the most out of [Claude Code](https://claude.ai/code). Whether you're building a SaaS product, a CLI tool, or an internal app, ClaudeFlow has the templates and guides to help you ship faster.

## Prerequisites

Before you begin, make sure you have:

- Claude Code installed and configured
- A terminal (ClaudeFlow runs entirely through Claude Code in your terminal)
- Node.js 18+ (for web project templates)

## Quick Setup

1. **Browse the templates**

   Visit the [tools section](/tools/) to find workflow templates for your stack.

2. **Download your starter**

   Pick a template and download the CLAUDE.md file to your project root.

3. **Customize the context**

   Edit the template to reflect your project's specific requirements, tech stack, and coding standards.

4. **Start coding with Claude**

   Open Claude Code in your project and start building. The context file will guide Claude to work exactly the way you want.

## Next Steps

- Read the [installation guide](/docs/installation/) for detailed setup instructions
- Explore the [workflows section](/docs/workflows/) for advanced patterns
- Check out the [blog](/blog/) for tips and case studies
