VS Code + Robotron
Build & launch your website
From a blank folder to a live HTTPS URL — use Visual Studio Code to create your app, then ship it with the Robotron extension. No terminal deploy scripts required.
-
Download Visual Studio Code
VS Code is Microsoft's free code editor. Grab the installer for your operating system from the official site.
- Open code.visualstudio.com/download in your browser.
- Choose macOS, Windows, or Linux.
- Save the installer file (
.dmgon Mac,.exeon Windows, or your distro package on Linux).
-
Install VS Code
Run the installer, then open Visual Studio Code from Applications (Mac), the Start menu (Windows), or your app launcher (Linux).
macOS
- Open the downloaded
.dmgfile. - Drag Visual Studio Code into your Applications folder.
- Launch VS Code — allow it in Security & Privacy if macOS asks.
Windows
- Run the
UserSetupor.exeinstaller you downloaded. - Follow the setup wizard (defaults are fine).
- Open Visual Studio Code from the Start menu or desktop shortcut.
Linux
- Install via your package manager (
.deb,.rpm) or Snap, per the download page. - Launch Code from your applications menu.
- Open the downloaded
-
Create a new project
Robotron deploys the folder you have open in VS Code. Start fresh or open an existing site folder.
- In VS Code, choose File → Open Folder… (or Cmd+O / Ctrl+O).
- Create a new empty folder (e.g.
my-coffee-shop) and select it. - Optional: use File → New File to add
index.html— or create files in the next step.
Tip: Keep project files in one folder. Robotron pushes that workspace to hosting when you deploy.
-
Install the Robotron extension
The Robotron Deploy extension connects VS Code to Robotron hosting — same extension as Cursor.
- In VS Code, open Extensions (Cmd+Shift+X or Ctrl+Shift+X).
- Search for Robotron or open the marketplace link below.
- Click Install on Robotron Deploy (publisher: robotron-app).
- Reload the window if VS Code prompts you.
Requires git on your computer (
git --versionin a terminal). VS Code 1.85+ recommended. -
Build your site in VS Code
Write HTML, CSS, Laravel, or other files in your project folder — by hand or with an AI assistant extension such as GitHub Copilot.
- Create or edit files in the Explorer sidebar (Cmd+N / Ctrl+N for a new file).
- Optional: install GitHub Copilot and open Copilot Chat to describe the site you want.
- Be specific about layout, colors, and pages — review changes before saving.
- Preview in a browser (right-click
index.html→ Open with Live Server if you use that extension, or open the file directly).
Example prompt (Copilot Chat)Create a simple landing page for a coffee shop called "Bean & Brew" with a hero section, menu of three drinks, and a contact footer. Use warm brown tones and responsive CSS in index.html and styles.css.
-
Go Live!
One command ships your folder to a live HTTPS URL on Robotron. First deploy creates your account automatically.
- Run Go Live! from the Command Palette (Cmd+Shift+P), status bar, or Robotron sidebar.
- Shortcut: Cmd+Alt+D (Mac) or Ctrl+Alt+D (Windows).
- Wait for progress in the notification — Robotron provisions hosting and deploys your files.
- Click Open Website or copy the URL when deploy finishes.
Redeploy after edits with the same command, or use Update when you have new local changes. Manage all sites in My Apps.
Ready to go live?
Install VS Code, add Robotron, build your site, and deploy in minutes. Free hosting and extension deploys.