Visual interface for HTFlow CLI commands - manage HTFlow projects with buttons instead of terminal commands. Supports all HTFlow CLI operations including init, validate, audit, build, dev, and MCP integration.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A powerful VS Code extension that provides a visual interface for HTFlow CLI commands, making it easy to manage HTFlow projects without terminal commands.
🚀 Features
Visual CLI Interface: Run all HTFlow commands through buttons and menus
Project Validation: Instant HTML, CSS, and JavaScript compliance checking
Project Audit: Comprehensive analysis with detailed reports
Project Management: Initialize, build, and manage HTFlow projects
Real-time Dashboard: Monitor project health and status at a glance
Smart Port Handling: Automatic port management for dev and production servers
Running Servers Tracking: Visual display of active HTFlow servers
📦 Installation
Open VS Code
Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
Search for "Htflow Html to Webflow"
Click Install
Reload VS Code
🎯 Quick Start
Open any folder in VS Code
Click the HTFlow icon in the Activity Bar
Use the visual interface to run HTFlow commands
No terminal knowledge required!
⌨️ Keyboard Shortcuts
Ctrl+Shift+H / Cmd+Shift+H: Open HTFlow panel
🛠️ Supported Commands
Package Management
htflow install - Install HTFlow CLI globally
htflow update - Update to latest version
htflow uninstall - Remove HTFlow CLI
htflow version - Display version info
Project Management
htflow init - Initialize new HTFlow project
Development
htflow dev - Start development server (with smart port handling)
Validation & Audit
htflow validate - Validate code compliance
htflow audit - Comprehensive project audit
htflow audit html - HTML-specific audit
Build
htflow build - Build production-ready code
MCP Integration
htflow mcp-install - Install MCP integration
htflow mcp-uninstall - Remove MCP integration
🌐 What is HTFlow?
HTFlow is a development framework that creates Webflow-compatible HTML, CSS, and JavaScript. This extension provides a visual interface to all HTFlow CLI commands, making it easy to:
Initialize HTFlow projects
Validate code compliance
Run project audits
Start development servers
Build production-ready code
Perfect for developers who want to create Webflow-compatible websites without learning complex terminal commands.