Skip to content

Getting Started

Welcome to Vercube! This guide will help you set up your first project in just a few minutes.

Before diving into installation, you might want to learn more about what Vercube is and why you should use it.

Play Online

If you just want to play around with Vercube without setting up a project, you can use one of our online sandboxes:

Prerequisites

Before you begin, make sure you have one of the following environments:

TIP

We recommend using the latest stable versions of these runtimes for the best experience.

Quick Start

The easiest way to get started with Vercube is to use the official project generator:

bash
$ pnpm create vercube@latest
bash
$ npx create-vercube@latest
bash
$ yarn create vercube
bash
$ bun create vercube

Once the installation is complete, you can start the development server:

bash
$ cd your-project-name
$ pnpm dev

Visit http://localhost:3000 in your browser, and you should see your Vercube application running!

Hot Reload

The development server includes hot-reloading, so your changes will be reflected immediately without needing to restart the server.