System Requirements
Ensure your system meets these requirements before installing HTFlow:Minimum Requirements
VS Code
Version 1.99.0 or higherDownload from code.visualstudio.com
Node.js
npm
Version 8.x or higherIncluded with Node.jsOr use Yarn, pnpm
Storage
Minimum: 500 MB freeRecommended: 2 GB for projects
Recommended Specifications
For optimal performance:Operating System
Operating System
Supported:
- macOS 10.15 (Catalina) or later
- Windows 10/11 (64-bit)
- Linux (Ubuntu 20.04+, Debian 10+, Fedora 34+)
HTFlow works on all platforms that support VS Code and Node.js
Hardware
Hardware
Recommended:
- CPU: Quad-core processor or better
- RAM: 8 GB minimum, 16 GB recommended
- Disk: SSD for better performance
- Display: 1920x1080 or higher
Network
Network
Requirements:
- Internet connection for installation
- Download speed: 5 Mbps or higher
- Required for:
- Installing HTFlow CLI
- Updating packages
- Webflow deployment
Software Dependencies
Required
- Node.js
- npm/Package Manager
- VS Code / Cursor
Why needed: HTFlow CLI runs on Node.jsInstallation:Verify installation:
Optional but Recommended
Git
Modern Browser
For dev server testing
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
Browser Requirements
For testing and preview:- Development
- Webflow Conversion
Any modern browser:
- Google Chrome (recommended)
- Mozilla Firefox
- Safari
- Microsoft Edge
- Brave
Development server works with all modern browsers
HTFlow Components
Different components available for your workflow:HTFlow CLI
Core componentCommand-line interface for all HTFlow operations
VS Code Extension
Visual interfaceGUI for HTFlow commands in VS Code/CursorInstall from VS Code Marketplace
Chrome Extension
Conversion toolConvert HTML to Webflow directly in browserInstall from Chrome Web Store
MCP Integration
AI assistant supportEnable AI assistants to work with HTFlow
AI Tools Integration
HTFlow works with popular AI coding tools:- Cursor AI
- Claude
- GitHub Copilot
- Other AI Tools
Built-in AI assistantRequirements:
- Cursor IDE
- HTFlow extension
- MCP integration (optional)
- AI-powered code generation
- HTFlow standards compliance
- Automatic validation
Webflow Requirements
For deployment to Webflow:Webflow Account
Webflow Account
Plan Requirements
Plan Requirements
For custom code import:
- Webflow Site Plan or higher
- NOT available on free plan
Conversion Tools
Conversion Tools
Choose one:
- HTFlow Webflow App
- HTFlow Chrome Extension
Permissions
Required system permissions:File System
- Read/write in workspace
- Create/modify project files
- Access temp directories
Network
- npm registry access
- Download packages
- Connect to dev server
Process Execution
- Run Node.js processes
- Execute npm commands
- Start development servers
Port Access
- Bind to local ports
- Default: 3000-3010
- Configurable in settings
Firewall Configuration
For development server access:- macOS
- Windows
- Linux
Allow Node.js
Verification Checklist
Use this checklist to verify your setup:1
Check Node.js
Both commands should return version numbers
2
Check VS Code
Should show VS Code version 1.99.0+
3
Install HTFlow CLI
Should display HTFlow version
4
Install VS Code Extension
- Open VS Code Extensions
- Search “Htflow Html to Webflow”
- Install extension
HTFlow icon should appear in Activity Bar
5
Test Installation
- Open HTFlow panel (
Ctrl+Shift+H) - Click “Show Version”
Should display version information
Troubleshooting Setup
Node.js Not Found
Node.js Not Found
Issue:
node command not recognizedSolutions:- Reinstall Node.js
- Add Node.js to PATH:
- Windows: Edit System Environment Variables
- macOS/Linux: Add to
.bashrcor.zshrc
- Restart terminal/VS Code
Permission Denied
Permission Denied
Issue: Cannot install global packagesSolutions:
macOS/Linux
Windows
Extension Not Working
Extension Not Working
Issue: HTFlow extension doesn’t appear or workSolutions:
- Verify VS Code version:
code --version - Reload window:
Ctrl+Shift+P→ “Reload Window” - Check extension is enabled in Extensions panel
- Reinstall extension
- Check for conflicting extensions
Port Already in Use
Port Already in Use
Issue: Cannot start dev serverSolutions:
Performance Optimization
Tips for optimal HTFlow performance:Use SSD
Significant improvement in build and dev server performance
Increase RAM
8 GB minimum, 16 GB for large projects
Close Unused Apps
Free up system resources during builds
Update Regularly
Keep Node.js, VS Code, and HTFlow updated
Next Steps
Installation Guide
Install HTFlow extension and CLI
Quick Start
Create your first HTFlow project