# CODE-002: Visual Node Generator ## Overview The Visual Node Generator transforms Noodl's visual component tree (Groups, Text, Images, Buttons, etc.) into clean React components with proper styling. This is the most straightforward part of code export since visual nodes map directly to HTML/React elements. **Estimated Effort:** 1-2 weeks **Priority:** HIGH **Dependencies:** CODE-001 (@nodegx/core) **Blocks:** CODE-006 (Project Scaffolding) --- ## Node → Element Mapping ### Container Nodes | Noodl Node | React Element | CSS Layout | Notes | |------------|---------------|------------|-------| | Group | `
` | Based on multiline |
| Image | `` | With loading states |
| Video | `