Notice: We are preparing for a major revamp of our documentation and product offerings in early January 2026. In the meantime, check out the Brilliant Beta. Our current priorities include launching the Splendor Cloud Platform and growing Statue.dev.

Getting Started

Learn how to get started with our platform

This guide will help you get started with our platform. Follow these simple steps to set up your environment and begin development.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (version 16 or higher)
  • npm or yarn
  • Git

Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/your-project.git
cd your-project
npm install

Configuration

Create a .env file in the root directory with the following variables:

API_KEY=your_api_key
BASE_URL=https://api.example.com

Running the Development Server

Start the development server with:

npm run dev

Your site should now be running at http://localhost:5173.