Supported stacks

First-class AI support for backend teams.

Workspai is built backend-first — not a generic tool extended to cover every language. Each stack ships with a dedicated kit, scaffolding templates, compatible modules, and AI flows tuned to its idioms.

AI Create

From plain-English prompt to a runnable project in seconds.

AI Debug

Root cause → safe fix with full workspace context injected.

Change Impact Lite

Know what could break before you make any change.

Module Advisor

Compatible modules suggested, explained, and installed in one click.

FastAPIPython 3.11+

The standard AI stack for Python backends.

Workspai reads your FastAPI project structure, installed modules, and git state on every AI prompt — so you get answers specific to your codebase, not generic examples.

RapidKit

fastapi.standardfastapi.ddd

AI actions

  • AI Create — FastAPI project from a prompt
  • Add endpoint with schema + service layer
  • Debug route failures with full context
  • Fix Preview Lite for endpoint errors
  • Module Advisor for auth_core, db_postgres

Compatible modules

auth_coredb_postgresstripe_paymentemail_serviceredis_cache

Scaffold output

billing-api/
app/
main.py
routes/payments.py
schemas/payment.py
services/stripe.py
tests/test_payments.py
rapidkit.json

Generated from a single prompt via AI Create. Routes, schemas, services, tests — all wired together from the start.

NestJSNode.js · TypeScript

Production-grade TypeScript APIs, scaffolded with AI.

Workspai reads your NestJS project structure, installed modules, and git state on every AI prompt — so you get answers specific to your codebase, not generic examples.

RapidKit

nestjs.standard

AI actions

  • AI Create — NestJS module from intent
  • Generate controller + service + DTO
  • Debug dependency injection issues
  • Change Impact Lite for service changes
  • Terminal → AI Bridge for test failures

Compatible modules

auth_jwtdb_typeormemail_serviceredis_cachestripe_payment

Scaffold output

user-api/
src/
app.module.ts
users/users.module.ts
users/users.controller.ts
users/users.service.ts
test/users.e2e-spec.ts
rapidkit.json

Generated from a single prompt via AI Create. Routes, schemas, services, tests — all wired together from the start.

Go / FiberGo 1.21+

Fast HTTP APIs in Go, without the boilerplate.

Workspai reads your Go / Fiber project structure, installed modules, and git state on every AI prompt — so you get answers specific to your codebase, not generic examples.

RapidKit

go-fiber.standard

AI actions

  • AI Create — Go Fiber project from prompt
  • Generate handler + route + middleware
  • Debug runtime panics with context
  • Fix Preview Lite for Go errors
  • Module Advisor for Go modules

Compatible modules

db_postgres_goauth_jwt_goredis_cache_go

Scaffold output

payments-api/
cmd/server/main.go
internal/
handlers/payment.go
services/payment.go
models/payment.go
rapidkit.json

Generated from a single prompt via AI Create. Routes, schemas, services, tests — all wired together from the start.

Go / GinGo 1.21+

Lightweight and battle-tested Go HTTP framework.

Workspai reads your Go / Gin project structure, installed modules, and git state on every AI prompt — so you get answers specific to your codebase, not generic examples.

RapidKit

go-gin.standard

AI actions

  • AI Create — Go Gin API from intent
  • Generate route group + handler + model
  • Debug middleware chain issues
  • Workspace Memory for Go conventions
  • Change Impact for API breaking changes

Compatible modules

db_postgres_goauth_jwt_goredis_cache_go

Scaffold output

analytics-api/
cmd/main.go
internal/
api/routes.go
handlers/events.go
middleware/auth.go
rapidkit.json

Generated from a single prompt via AI Create. Routes, schemas, services, tests — all wired together from the start.

Start with your stack today.

Free forever. Install the VS Code extension and run your first AI Create in minutes. No account required — powered by your existing GitHub Copilot.