cloudwerk-config

Installation
SKILL.md

Cloudwerk Configuration

Reference for cloudwerk.config.ts — the main configuration file for Cloudwerk applications.

When to Apply

Reference these guidelines when:

  • Creating a new Cloudwerk project
  • Choosing between hono-jsx and react renderers
  • Configuring Vite plugins (Tailwind CSS, etc.)
  • Setting up path aliases
  • Troubleshooting build or rendering issues

Configuration File

Every Cloudwerk app has a cloudwerk.config.ts at the project root:

import { defineConfig } from '@cloudwerk/core'
Related skills
Installs
6
First Seen
Feb 22, 2026