Show HN: Drag'n'drop OpenCode Config Generator
A drag-and-drop configurator tool for generating OpenCode configuration files has been published, allowing users to visually assemble settings through an intuitive interface.
Background
- OpenCode is a standardized format (YAML/JSON) for describing AI-coding-tool configurations — rules, instructions, and context that tools like Cursor, Windsurf, or Copilot can follow in a project.
- This is a free, browser-based drag-and-drop tool that generates OpenCode config files without requiring the user to hand-edit YAML.
- "Show HN" refers to Show Hacker News, a section of the Hacker News forum where makers share side projects for feedback; the post indicates this is a new, maker-built tool.
- The need arises because different AI coding tools use incompatible config formats (e.g., .cursorrules vs. .windsurfrules); OpenCode aims to be a universal standard, and this tool makes creating that config accessible to non-developers.