Bypass `localhost:3000`. Map custom local domains, auto-generate secure HTTPS certificates, and instantly preview development directories natively on Windows 10.
Download VixVix automatically safely edits your system's `hosts` file on the fly. Enter a domain, pick a folder, and your browser instantly resolves it locally.
Stop dealing with blocked resources or browser warnings. Vix automatically generates trusted certificates and binds directly to Port 443.
Package your environments into a `.vix` archive. Anyone can import your configuration and instantly launch your project with zero setup.
Want to ship a pre-configured project environment to a client or team
member? Package your files into a .vix file. Vix
automatically unpacks it, reads the configuration, and launches the
site.
vix.json file to dictate
your target domain:
{
"domain": "example.com"
}
public folder right next to your json file.
Place your frontend application inside this
public directory.
vix.json and the
public folder, right-click, and compress them into a
standard zip archive.
.zip to
.vix.
When a user clicks Import .vix inside the client, the application will auto-fill the requested domain and securely serve the payload.