Click or drag to insert elements into your HTML code.
FlexAssets
Upload assets using the "Upload Assets" button in the header. Drag them onto the preview or into the FlexHTML editor.
Drop element here to insert into HTML
×
Flex Code Development Interface - Key & Commands
Flex Code Core Functionality:
FlexHTML Editor: Edit your web page's structure.
FlexCSS Editor: Style your web page.
FlexJS Editor: Add interactivity to your web page.
Visual Editor: Drag and drop common HTML elements directly into your project.
Live Preview: See your changes instantly in the preview frame.
Flex Code Commands & Features:
Run Button: Manually refresh the preview with the latest code.
Fullscreen Button: View the preview in fullscreen mode.
Export Project: Download your entire project (FlexHTML, FlexCSS, FlexJS, and uploaded assets) as a .zip file.
Upload Assets: Add local files (images, audio, etc.) to be included in your exported project.
Toggle Theme: Switch between light and dark mode for the interface.
Drag & Drop Elements: Drag elements from the Visual tab palette directly onto the preview area to insert them into your FlexHTML.
Flex Code Naming Convention:
Many core functions in the JavaScript codebase are prefixed with flexCode (e.g., flexCodeUpdatePreview()) to signify their origin and importance within this development environment.
const variableName = value;, let variableName = value;: Declares variables.
Flex Code Exclusive Commands:
flexCodeConsoleLog('Your message here'): Logs a message to the browser console and displays it directly within the preview output area. This allows you to see debug messages within the rendered page itself without opening the developer console.