Cursor rule
This guide documents the complete tutorial infrastructure in Windmill's frontend, enabling developers to create new interactive tutorials without re-exploring the codebase.
51 tagged low code, measured the same way as everything else here.
Browse within: aspire 19full-stack 19agi 16gpt 16postgresql 15golang 13postgres 13rest-api 13
Cursor rule
This guide documents the complete tutorial infrastructure in Windmill's frontend, enabling developers to create new interactive tutorials without re-exploring the codebase.
Cursor rule
Windmill is an open-source developer platform for building internal tools, API integrations, background jobs, workflows, and user interfaces. It offers a unified system where scripts are automatically turned into sharable UIs and can be composed into flows or embedded in custom applications.
Cursor rule Cursor
A maintenance guide for interfaces built with Ant Design, a React component library, and antd-style, its styling companion. The description only says it applies to existing components.
Cursor rule Cursor
A guide for developing reusable software components, including their categories, file structure, code separation, and development process. Components are self-contained pieces of an interface or application.
Cursor rule Cursor
A set of rules for making interfaces adapt to phones and other screen sizes. Responsive design changes layout and sizing so a site remains usable on different devices.
Cursor rule Cursor
Database-specific features must be implemented in the specialized adapter only. Base adapters (postgres, mysql, etc.) must remain database-agnostic.
Cursor rule Cursor
Follow this loop on every development task in this repository. For full conventions, architecture, and examples, see @.github/copilot-instructions.md (source of truth). This rule distills the workflow; do not duplicate that document.
Cursor rule Cursor
Git commit safety — commits are human-only; AI suggests, never executes.
Cursor rule
Use n8n-as-code TypeScript workflow files and explicit sync discipline for n8n workflow work.
Cursor rule Cursor
A set of rules for developing AI features, including form filling, long-running tasks, and connections to large language models.
Cursor rule Cursor
A set of development rules for API controllers, the code that receives web requests and returns results. It covers controller attributes, routes, response formats, and operation attributes.
Cursor rule Cursor
A set of JavaScript development rules covering AMIS integration, module patterns, API requests, and token management. AMIS is a framework for building web interfaces from configuration.