BrowserPod
Instant, in-browser code sandboxes
Quick Start
Get started in seconds
1
Run our initializer
Our browserpod-quickstart NPM initializer will set up a basic project structure for you.
Loading editor...
npm create browserpod-quickstart
2
Select the 'Web Server' template
The quickstart initializer will ask you wich template to use. Select 'Web Server'.
3
Input your API key
The initializer will ask for your API key. If you don't have one already, go to Keys & Domains and create a new one.
4
Build the project
Enter the newly created project directory and run the development server
Loading editor...
cd <your project> npm install npm run dev
5
Visit the project's page
Visit the project's page at http://localhost:5173/ to see your first Pod up and running!
6
Next steps
Feel free to modify the code and build upon it. For a more detailed explanation of the file contents, go to the tutorial page in our docs.