raw-app

Scaffold raw apps connecting React, Svelte, or Vue frontends to Windmill backends.

17.5k|1.1k|Updated May 5, 2022
One-click install
npx skills add https://github.com/windmill-labs/windmill --skill raw-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: raw-app
Source: https://github.com/windmill-labs/windmill/tree/main/system_prompts/auto-generated/skills/raw-app
Command: npx skills add https://github.com/windmill-labs/windmill --skill raw-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Raw apps let teams rapidly build custom frontends that connect to Windmill backends and datatables, reducing integration friction and UI boilerplate.

Core Features & Use Cases

  • App scaffolding: Generate a complete raw app skeleton that includes frontend (React, Svelte, or Vue) and backend runnables.
  • Backend integration: Automatically wire frontend UI with Windmill backend runnables and configured datatables.
  • Use Case: Rapidly prototype internal tools like dashboards, admin panels, or micro-frontends for workflows.

Quick Start

Run wmill app new to scaffold a new raw app. Choose a frontend framework (React, Svelte, or Vue) and complete the app structure including backend runnables and datatable configuration.

Frequently Asked Questions about raw-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a custom frontend connected to Windmill backends?

Raw apps let you rapidly build custom frontends by scaffolding a complete app structure with React, Svelte, or Vue and automatically wiring it to Windmill backend runnables and datatables. Use `wmill app new` to generate the skeleton and configure frontend-backend integration without boilerplate.

Can I scaffold a React app that connects to Windmill?

Yes. Raw apps support React, Svelte, and Vue scaffolding templates. The `wmill app new` command generates a complete raw app structure including your chosen frontend framework pre-wired to Windmill backends and configured datatables for immediate use.

What frameworks do raw apps support for building internal tools?

Raw apps support React, Svelte, and Vue frontends. Each framework scaffolds with pre-configured backend runnables and datatable integration, letting you rapidly prototype dashboards, admin panels, and micro-frontends without manual wiring.

Do I need the Windmill CLI to create a raw app?

Yes. The Windmill CLI (`wmill`) is required to scaffold raw app structures and configure frontend-backend integration. Run `wmill app new`, select your frontend framework, and the tool generates a complete, ready-to-use app skeleton.

What's the fastest way to prototype an internal dashboard with a custom frontend?

Raw apps eliminate UI boilerplate by generating a complete app skeleton with your frontend framework and pre-wired Windmill backend runnables. Use `wmill app new` to scaffold, choose React, Svelte, or Vue, and your dashboard is immediately connected and ready to customize.