Getting Started

Quick Start Guide

Get up and running in 5 minutes with this quick start guide.

Quick Start Guide

Get started with our platform in just 5 minutes!

Prerequisites

Before you begin, make sure you have:

  • A valid email address
  • A modern web browser (Chrome, Firefox, Safari, or Edge)
  • Basic understanding of web applications

Step 1: Sign Up

  1. Go to https://yourdomain.com/signup
  2. Enter your email and password
  3. Click “Create Account”
  4. Verify your email address

Step 2: Complete Your Profile

  1. Navigate to Settings
  2. Add your name and profile picture
  3. Set your preferences
  4. Choose your timezone

Step 3: Create Your First Project

# If using CLI
npm install -g our-cli
our-cli init my-project
cd my-project
our-cli dev

Step 4: Invite Your Team

  1. Go to Team Settings
  2. Click “Invite Members”
  3. Enter email addresses
  4. Assign roles

Step 5: Explore Features

Now that you’re set up, explore:

  • Dashboard: Overview of your projects
  • Projects: Create and manage projects
  • Analytics: View insights and metrics
  • Integrations: Connect your tools

Common Tasks

Creating a Workspace

// Using the API
const workspace = await api.workspaces.create({
  name: 'My Workspace',
  description: 'Description here',
});

Configuring Settings

Navigate to Settings > General to configure:

  • Workspace name
  • Default permissions
  • Notification preferences
  • Integration settings

Need Help?

Next Steps

Congratulations! You’re all set up! 🎉