Free VS Code Extensionv0.29.1 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 in the shipped free scope, 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
5 stacksFastAPI · NestJS · Go (Fiber/Gin) · Spring Boot · Guided support by shipped scope
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
GuidedStandardExpert
Auto Learn OnGPT-5.3
Detect
2Diagnose
3Plan
4Verify
5Learn
Live Diagnosis3 msgs

Latest diagnosis

14:23

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

Architecture lensMEDIUM · 78%

System graph: 42 nodes · 118 edges

Modules: auth_core · stripe_payment

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

Tests: test_charge_endpoint

Gate state: scope known · verify ready · rollback ready

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

Built around one safe backend loop

Workspai focuses on Detect → Diagnose → Plan → Verify → Learn. New capabilities are shipped only when they improve uncertainty reduction, verification clarity, or repeatable team learning.

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 guided starter project for supported backend stacks. Pick FastAPI, NestJS, Go/Fiber, Go/Gin, or Spring Boot and Workspai generates the core directory structure, config, and entry point for you to review.

FastAPI · NestJS · Go/Fiber · Go/Gin · Spring Boot

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, while keeping execution user-controlled.

"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 deploy-ready Compose starter 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 shipped guided 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

Execution discipline

Readiness before promises

Workspai follows a strict claim policy: do not market a capability as stable or retention-driving until it passes flow-level evidence, KPI thresholds, and release-stop gates.

Dimension
Grade
Current state
Required for green
Stability readiness
Yellow
Incident Studio baseline and disposable sandbox verification are shipped, but full stress and cross-project guarantees are incomplete.
Complete stress gates for workspace switching and enforce verify/sandbox evidence for high-risk flows.
User utility readiness
Yellow
Diagnose -> Plan -> Verify works, but architecture depth is still maturing for complex backend systems.
Expand system graph depth and architecture impact reasoning before mutation.
Retention readiness
Red
Retention moat behavior is not fully proven by production KPI evidence yet.
Ship predictive + architecture-aware + sandboxed verification slice with KPI-backed outcomes.
Trust/commercial readiness
Yellow
Verify-first direction is strong, but rollback and scope evidence are not complete for every risky path.
Require visible affected scope, verify path, and rollback path for all high-risk actions.

Non-negotiable principle

Workspai must reduce backend uncertainty, not generate more of it.

Wave 2 release gate

  • Capability lives inside the core product loop (not a disconnected surface).
  • Affected scope is inspectable before risky execution.
  • High-risk actions expose verify path and safe recovery path.
  • Claim text in docs/UI matches real shipped behavior and supported scope.
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
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 for supported backend stacks. Upgrade when advanced generation depth and team workflows become core to your daily backend process.

Free

$0forever

Everything you need for guided, verify-first AI backend workflows in the currently shipped free scope — 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 fix guidance
  • 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 · Spring Boot
  • Powered by GitHub Copilot
Install Free

Pro

Popular
$15/month

Deeper generation depth and architecture-aware flows — currently in active development, not yet GA.

  • 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

Wave 2 is executed as vertical slices, not feature count. We prioritize predictive debugging, architecture-aware reasoning, and sandbox proof before broadening surfaces.

MVP

Shipped baseline — core loop in production

  • Incident loop baseline

    Detect -> Diagnose -> Plan -> Verify workflow is available in the current extension baseline.

  • Workspace + module platform

    Explorer, scaffolding, module advisor, and health doctor are available in the free baseline.

  • Telemetry and release-gate foundations

    Flow telemetry, KPI snapshots, and release-stop automation are active for shipped slices.

  • Contract hardening baseline

    Key payload contracts and flow-level checks are already enforced in current release gates.

Pro

Wave 2 in progress — moat-forming slices

  • F15 System Graph Indexer

    Route -> controller -> service -> model -> datastore graph baseline with incremental updates for impact reasoning.

  • A08 + C11 Architecture Lens

    Impact navigator and blast-radius scoring before mutation with confidence and affected scope.

  • B08 Predictive guidance

    Pre-failure warnings with scoped confidence and one safe next action with verify checklist.

  • AI Debugger (Advanced)

    Basic free Debug Actions are already shipped; this advanced layer adds deeper structured diagnosis with confidence, scope evidence, and prevention guidance.

  • F14 Sandbox verification

    Disposable simulation path for high-risk actions before apply, with evidence surfaced in Incident Studio.

  • Claim-control parity

    Docs/UI/release claims are constrained to evidence-backed shipped scope only.

Team

After first vertical slice is proven

  • Cross-repo architecture intelligence

  • Advanced recovery automation

  • Portfolio-level reliability scoring

  • Shared policy memory at scale

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, with explicit verify paths for shipped safety-critical flows.

No account needed · Action-oriented AI flows · Supported backend stacks only · Free forever