An open API service indexing awesome lists of open source software.

https://github.com/dhannusch/claudeflare

A collection of specialized Claude Code setups for different automation and development tasks using Cloudflare's platform.
https://github.com/dhannusch/claudeflare

claude-code cloudflare cloudflare-workers workflow-automation

Last synced: 6 months ago
JSON representation

A collection of specialized Claude Code setups for different automation and development tasks using Cloudflare's platform.

Awesome Lists containing this project

README

          

# ClaudeFlare

A collection of specialized Claude Code setups for different automation and development tasks using Cloudflare's platform.

## Projects

### ClaudeFlare Automations
Build workflows and automations faster than n8n using Claude Code and Cloudflare's developer platforms.

**Location**: `claudflare-automations/`

**Quick Commands**:
- `/build [automation idea]` - Create workflows using Cloudflare Workers, D1, KV, etc.
- `/ui [styling preferences]` - Add React UIs to existing automations

**Technology Stack**: Cloudflare Workers, Hono, React + Vite, Tailwind CSS, shadcn/ui

## Getting Started

### Clone and Setup

1. Clone this repository:
```bash
git clone https://github.com/dhannusch/ClaudeFlare.git
cd ClaudeFlare
```

2. Navigate to your desired project directory:
```bash
cd claudflare-automations
```

3. Start Claude Code:
```bash
claude
```

### Usage

1. Navigate to the specific project directory
2. Follow the README.md instructions in that directory
3. Use the custom slash commands for rapid development

Each subdirectory contains its own specialized environment optimized for different types of development tasks.