Free VS Code Extensionv0.22.0 on Marketplace

The AI workspace
for backend teams.

Build backend systems with AI that knows your workspace. Start with intent or a live issue, run guided AI actions, and validate safely with context-aware fix and impact guidance directly inside VS Code.

Uses your existing GitHub Copilot — no extra subscription needed
Free foreverNo credit card
27 modulesRapidKit ecosystem
4 stacksFastAPI · NestJS · Go
Workspai — Visual Studio Code
Workspai···

Quick Actions

Dashboard
Health
Docs

Workspaces

billing-platform

python-only · 4 mod · 2m ago

saas-auth-api

python-only · 3 mod · 1h ago

admin-dashboard

node-only · 5 mod · 3h ago

Projects

billing-platform

billing-api

:8000

FastAPI

payments-worker

FastAPI

Available Modules

billing-platform
auth_core
db_postgres
stripe_payment
email_service

Doctor Report

ENV vars
Dependencies
Port 8000
Kit config
87%✓ 3 ⚠ 1

AI Incident Studio

Ready
Detect
2Diagnose
3Plan
4Verify
5Learn
Live Diagnosis3 msgs

Latest diagnosis

14:23

stripe.init() not called before lifespan — payments-worker POST /charge

Architecture impactMEDIUM · 78%

Modules: auth_core · stripe_payment

Files: billing/deps.py · payments/api.py

Tests: test_charge_endpoint

Do this next

Preview safe fix

Check blast radius

Save incident pattern

Proof this worked

pytest -k stripe_lifespan

/debug · /impact · /verify

Built by RapidKit

Everything inside Workspai

A complete backend workspace platform — from project scaffolding and module management to context-aware AI actions, all inside VS Code.

Workspace platform

Free · No AI required

Workspace Explorer

Dedicated sidebar tree showing every workspace, project, and RapidKit module. Expand, right-click, or run quick actions without leaving VS Code.

Workspaces · Projects · Modules

Project Scaffolding

One command creates a production-ready project. Pick FastAPI, NestJS, Go/Fiber, or Go/Gin and Workspai generates the full directory structure, config, and entry point.

FastAPI · NestJS · Go/Fiber · Go/Gin

Module System

Browse 27 free RapidKit modules for FastAPI and NestJS, install with a click, and manage per-project dependencies. Each module ships with migrations, schemas, and usage docs.

auth_core · db_postgres · stripe_payment · …

Health Doctor

Automated workspace and project health checks on demand. Detects missing env variables, broken dependencies, misconfigured kits, and port conflicts.

ENV · Deps · Ports · Kit config

Dev Server Control

Start, stop, and restart backend dev servers from the VS Code sidebar without switching to a terminal. Works with all supported frameworks.

One-click run · Live status · Logs

Workspace Dashboard

Rich webview panel showing project tree, health status, module inventory, and quick-launch AI flows — the single pane of glass for your backend workspace.

Status · Navigator · AI entry points

AI capabilities

Free · Powered by Copilot

AI Create

Describe your product in plain language. Workspai plans the workspace, proposes the kit and modules, and scaffolds on confirmation.

"Build a SaaS billing API with auth, Stripe, and Postgres"

Project Assistant

Context-aware Q&A grounded in your actual project files, modules, and architecture. Answers that fit your specific codebase.

"What breaks if I change this settings model?"

Workspace Brain

AI inline on every item in the workspace explorer — workspaces, projects, and modules. Ask, explain, or navigate without leaving the sidebar.

"Explain the auth module in this project"

@workspai in Chat

Native VS Code Chat participant. /ask for architecture questions, /debug for a structured Root Cause → Fix → Prevention response using live diagnostics.

"@workspai /debug Why does this endpoint return 500?"

AI Debug Actions

Editor lightbulb powered by Workspai AI. Appears on files with errors — select broken code and get a targeted fix with full project context.

"Why does this endpoint return 422 Unprocessable Entity?"

Doctor Fix with AI

Each Doctor health item surfaces a context-rich AI debug flow — not a generic error message, but a scoped fix path for the exact problem detected.

"Fix missing environment variable in billing-platform"

Fix Preview Lite

Request a smallest-safe fix preview before any code changes. Returns root cause, candidate file edits, and patch-style guidance without auto-apply.

"Preview the safest fix for this 500 error"

Change Impact Lite

Analyze what could break before making a change. Get likely impacted files/modules, risk level, and required test targets for safer refactors.

"If I change this auth middleware, what might break?"

Terminal → AI Bridge

Send terminal output, stack traces, or failing test logs to Workspai AI and get structured root-cause + fix guidance grounded in your project.

"Analyze this pytest failure and suggest the fastest safe fix"

Workspace Memory

Write team conventions once in .rapidkit/workspace-memory.json — stack decisions, naming rules, module boundaries. Injected into every AI prompt automatically.

"Always use async SQLAlchemy and avoid sync session in routes"

Memory Wizard

Guided setup for workspace memory. Capture project overview, conventions, and architecture decisions with step-by-step prompts.

"Set API naming conventions and architecture decisions"

AI Recipe Packs

Reusable AI workflows for fast root-cause analysis, endpoint planning, safe refactors, test-gap checks, and ship-readiness reviews.

"Run ship-readiness recipe for this workspace"

Module Advisor

AI scoped to each RapidKit module — install guidance, usage patterns, and config tips. Suggests the right modules during project creation.

"How do I wire up db_postgres with auth_core?"

Telemetry Insights

Inspect AI usage with 24h/7d/all windows, top commands, and onboarding experiment stats so product decisions stay evidence-based.

"Show telemetry summary for the last 7 days"

Coming soon

SoonPro

Module Generator

Add feature slices to any existing project. Routes, services, schemas, migrations, and tests — all in one step with a preview diff.

"Add OTP login with Redis rate limiting and tests"

SoonPro

AI Debugger (Advanced)

Paste logs, traces, or test failures. Workspai analyzes root-cause patterns and proposes a concrete fix path in context.

"Why is this endpoint returning 500 in staging?"

SoonPro

Test Generator

Generate unit and integration tests for existing code, covering happy paths, edge cases, and missing surfaces.

"Generate tests for the booking cancellation endpoint"

SoonPro

DevOps Assistant

Generate Docker configs, CI pipelines, env validation, and deploy checklists from your actual project structure.

"Generate a production-ready Compose file for this API"

SoonPro

Architecture Advisor

Architecture guidance grounded in your workspace — caching, queue systems, modularisation, and scale tradeoffs.

"How should I scale this service for 10x traffic?"

SoonTeam

Team AI Memory

Shared workspace conventions, code style, and architecture decisions remembered by Workspai across your whole team.

"Enforce our naming conventions across all new modules"

How it works

From detection to learning in five phases

Workspai runs a structured incident loop — not a chat box. Each phase has a clear job and a clear exit condition before moving forward.

Detect
2
Diagnose
3
Plan
4
Verify
5
Learn
01
Detect

Surface the problem or intent

Workspai reads your workspace — framework, modules, doctor evidence, git diff, and memory — so every analysis starts from real context, not guesswork.

Kitfastapi.standard
Modulesauth_core · db_postgres · stripe_payment
Doctor1 warning — STRIPE_WEBHOOK_SECRET missing
Git diff+routes/payments.py · +tests/
02
Diagnose

Root-cause the issue with evidence

Incident Studio analyzes the detected signals and returns a scoped diagnosis — probable root cause, affected files, and confidence level. No generic guesses.

Diagnosing
Root causeSTRIPE_WEBHOOK_SECRET absent in staging env
Affectedroutes/payments.py · stripe_payment module
ConfidenceHigh — doctor evidence + import trace
03
Plan

One safe next action

Workspai proposes the smallest correct next step — not a list of options, but one scoped action with explicit impact context and a preview before any change.

Recommended action

Add STRIPE_WEBHOOK_SECRET to .env.staging

·Preview fix before apply
·Scope: staging env only
·Risk: low — config change, no code mutation
04
Verify

Prove the fix worked

Every action that touches code or config has an explicit verify path. Run the suggested check and Workspai confirms whether the issue is resolved or escalates.

Terminal
$pytest tests/test_payments.py::test_webhook_signature
1 passed in 0.42s
Verify: passed — incident resolved
05
Learn

Retain what worked

Resolved incidents and architectural decisions are written to Workspace Memory — so repeated issues are handled faster and the team's conventions are never forgotten.

.rapidkit/workspace-memory.json

Patternstripe_payment: always verify STRIPE_WEBHOOK_SECRET in staging before deploy
ConventionUse async SQLAlchemy — no sync sessions in routes
Resolved2026-04-28 — billing route 500 via missing env var
VS Code Chat Participant

@workspai lives inside VS Code Chat

No extra window. No copy-paste into a browser. Type @workspai in the native VS Code Chat panel and get answers grounded in your full workspace — project structure, installed modules, git diff, and memory.

/askArchitecture Q&A

Project-aware answers grounded in your actual files and modules — not generic LLM output.

e.g.What breaks if I change the settings model?
/debugRoot Cause → Safe Fix

Structured debug flow: Root Cause · Safe Fix · Prevention. Reads your live VS Code diagnostics as context.

e.g.payments route returning 500 in staging
/contextWorkspace Context Dump

Inject full workspace snapshot — project structure, installed modules, kit config — into any chat prompt.

e.g.Show context for billing-platform
Full chat participant docs
Chat
Copilot Edits
Context:billing-platform workspacebilling-api

@workspai /debug payments route returning 500 in staging

W

Reading workspace context...

Root causeSTRIPE_WEBHOOK_SECRET missing in staging env
FixAdd key to .env.staging, redeploy
Verifypytest tests/test_payments.py::test_webhook
PreventionAdd env var check to Doctor config

Full context from billing-api · stripe_payment module · .env.example

Ask
@workspai /ask ...

Why Workspai

Why not just use Copilot or Cursor?

Copilot and Cursor make you a better line writer. Workspai makes you a better project builder. They live comfortably side by side.

Workspai
Copilot
Cursor

Backend project scaffolding

Go from plain-English intent to a runnable workspace in seconds

Framework module system

Install and manage 27 free RapidKit modules for FastAPI and NestJS with AI setup guidance

Workspace Brain

Persistent AI memory of your architecture decisions across sessions

AI health diagnostics

Doctor command detects project-level issues and proposes fixes

Dedicated backend sidebar

VS Code panel built around your workspace — not a generic chat box

Context-aware AI chat

Inline code completion

Free tier

Workspai is purpose-built for backend project creation, not general-purpose line completion. Pair it with Copilot or Cursor for the full stack.

Pricing

Start free with guided actions. Upgrade when advanced generation depth and team workflows become core to your daily backend process.

Free

$0forever

Everything you need for action-oriented AI backend workflows — no credit card required.

  • AI Createworkspace + project from a prompt
  • Project Assistantcontext-aware Q&A
  • Workspace ExplorerAI inline on every sidebar item
  • AI Debug Actionseditor lightbulb quick fixes
  • Fix Preview Lite + Change Impact Lite
  • Terminal to AI Bridge for logs and test failures
  • Doctor Fix with AIhealth issues to AI with context
  • Memory Wizard + AI Recipe Packs
  • Telemetry Summary + Onboarding A/B Stats
  • Module Advisor for every RapidKit module
  • @workspai in Chat/ask and /debug with workspace context
  • FastAPI · NestJS · Go/Fiber · Go/Gin
  • Powered by GitHub Copilot
Install Free

Pro

Popular
$15/month

Advanced AI workflows for serious backend engineers.

  • Everything in Free
  • Module Generatormulti-file feature generation
  • AI Debugger (Advanced)deeper root cause analysis
  • AI Test Generator
  • AI DevOps Assistant
  • Priority support
Join Waitlist

Team

$49/5 seats

Shared intelligence and policies for engineering teams.

  • Everything in Pro
  • Shared team workspace memory
  • Naming and code conventions
  • AI Architecture Advisor
  • Centralized billing
  • Dedicated support channel
Contact Us

Roadmap

Launch today with action-oriented AI workflows. Next, we are deepening orchestration, advanced generation, and team leverage.

MVP

Available now — Free action-first baseline

  • AI Create

    Describe → AI plans workspace + project → scaffold in one flow. FastAPI, NestJS, Go/Fiber, Go/Gin.

  • Project Assistant

    Context-aware Q&A grounded in your actual project files, modules, and architecture.

  • Workspace Explorer

    Visual workspace tree with AI inline on every workspace, project, and module item.

  • Module Advisor

    AI help scoped to each RapidKit module — install guidance, usage patterns, config tips.

  • Fix Preview + Change Impact Lite

    Free safety rails before code changes: patch preview guidance and impact/risk analysis from selected context.

  • Terminal → AI Bridge

    Turn terminal output or failing test logs into structured root-cause and fix guidance inside the AI modal.

  • AI Recipe Packs

    Reusable AI workflow templates for root-cause, endpoint planning, refactor safety, test gaps, and ship readiness.

  • Telemetry + Onboarding Insights

    Built-in telemetry summary, reset flow, and onboarding A/B experiment stats for evidence-based product iteration.

  • @workspai Chat Participant

    Native VS Code Chat with /ask and /debug slash commands. Full project context injected automatically — /debug detects and absorbs active editor diagnostics.

Pro

In development

  • Module Generator

    Generate full feature slices from a prompt — routes, services, schemas, tests, preview diff.

  • AI Debugger (Advanced)

    Advanced contextual log and trace analysis with concrete fix-path suggestions. Basic free Debug Actions are already shipped in the current free surface (v0.20 baseline).

  • AI Surface Orchestration

    Route users to the best AI surface by context (diagnostic-first vs ask-first) to improve repeat action success.

  • Deep Context + Workspace Memory

    AI reads your actual files, git diff, and team-defined conventions on every prompt.

  • Test Generator

  • DevOps Assistant

Team

Coming later

  • Architecture Advisor

  • Shared Team Memory

  • PR Insight Summaries

  • Multi-repo Brain

Start building with AI today

Build backend systems with AI that knows your workspace. Install the free extension and run your first guided AI action in minutes.

No account needed · Action-oriented AI flows · FastAPI · NestJS · Go · Free forever