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.
- Host: GitHub
- URL: https://github.com/dhannusch/claudeflare
- Owner: dhannusch
- License: mit
- Created: 2025-08-22T16:43:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T18:07:17.000Z (6 months ago)
- Last Synced: 2025-08-22T19:12:55.274Z (6 months ago)
- Topics: claude-code, cloudflare, cloudflare-workers, workflow-automation
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.