Documentation

Everything you need to go from installation to a fully automated test environment in your IDE.

VS Code Quickstart

Install the TekWeave extension, authenticate, and provision your first AI-generated environment in under 5 minutes.

Read guide →

JetBrains Quickstart

Install the plugin from the JetBrains Marketplace and connect it to your TekWeave account. Works across all JetBrains IDEs.

Read guide →

tekweave.json Reference

Full reference for every field in the environment definition file — runtimes, ports, seed scripts, AI prompts, and resource limits.

Read reference →

CLI Reference

Use tekweave from the terminal or in CI pipelines. Covers all commands: up, down, snapshot, restore, push, pull.

Read reference →

Team Library

Publish environments to your org's registry, manage access control, and set up branch-linked environment specs.

Read guide →

CI/CD Integration

Configure the GitHub Actions action, GitLab CI template, or CircleCI orb to run TekWeave environments in your pipelines.

Read guide →

5-Minute Setup

# 1. Install the CLI
brew install tekweave-dev/tap/tekweave

# 2. Authenticate
tekweave login

# 3. Initialize a project (AI generates tekweave.json for you)
tekweave init

# Analyzing project dependencies...
# Detected: Node 20, PostgreSQL, Redis, Jest
# Generated tekweave.json — review and run `tekweave up`

# 4. Start the environment
tekweave up

# ✓ postgres:16   running on :5432
# ✓ redis:7       running on :6379
# ✓ node:20       running on :3000
# Environment "my-api-tests" ready in 5.1s

# 5. Run your tests
npm test

Need help?

Our support team and community forum are available to all TekWeave users. Enterprise customers get a dedicated Slack channel.

Contact Support