Getting Started

Your first steps with the Tealslabs platform

Quick Start

Platform Overview

The Tealslabs platform consists of three core products that work together to help you build enterprise-grade applications at startup speed.

Prerequisites

  • Tealslabs platform access (contact us for credentials)
  • Node.js 18+ or Python 3.10+
  • Docker for local development
  • Cloud provider CLI (AWS, Azure, or GCP)

Installation

Install the Tealslabs CLI to get started:

$ npm install -g @tealslabs/cli

Authentication

Authenticate with your Tealslabs credentials:

$ teals auth login

Create Your First Project

Initialize a new project with the Tealslabs starter template:

$ teals init my-project --template starter
$ cd my-project
$ teals dev

Next Steps

Developer Guides

In-depth tutorials for each product

Browse Guides
API Reference

Complete API documentation

View Reference