Atlas adapter index

Parallax Atlas ships 120+ built-in adapters across languages, frameworks, tooling, and deployment surfaces. Maturity is honest: stable / beta / experimental / scaffold / parse-only.

Browse live inventory:

plx adapters              # grouped by kind
plx adapters --json       # machine-readable
plx adapters info <id>    # manifest + capabilities
plx analyze <path>        # detect stack for a project

Adapter kinds

KindExamplesCLI group
Source / target languageTypeScript, Python, Rust, GoLANGUAGE ADAPTERS / TARGET ADAPTERS
FrameworkExpress, FastAPI, NestJS, Axum, QuarkusFRAMEWORK ADAPTERS
Web frontendReact, Vue, Svelte, AngularWEB FRONTEND
Build systemnpm, Cargo, pnpm, uv, Poetry, sbtBUILD ADAPTERS
Test frameworkJest, Vitest, pytest, cargo testTEST ADAPTERS
Database / ORMPostgreSQL, Prisma, SQLAlchemy, SeaORMDATABASE / ORM ADAPTERS
Deployment / CIDocker, Fly.io, GitHub Actions, LambdaDEPLOYMENT
RuntimeNode, CPython, WASMRUNTIME
CLI frameworkclap, commander, click, typerCLI FRAMEWORKS
Validation / serializationZod, Pydantic, SerdeVALIDATION / SERIALIZATION
FormatterPrettier, rustfmt, Black, Ruff, BiomeFORMATTERS
LinterESLint, Clippy, Ruff, mypy, golangci-lintLINTERS
CodegenOpenAPI/Swagger, Protobuf, GraphQL CodegenCODEGEN
Desktop GUITauri, Electron, WailsDESKTOP GUI
Pair profileTypeScript→Rust, Python→RustPAIR PROFILES

Stack demo fixtures

Under examples/stacks/:

FixtureStack signal
nest-prisma/NestJS + Prisma + Vitest + ESLint/Prettier
fastapi-sqlalchemy/FastAPI + SQLAlchemy + Ruff + mypy
tauri-desktop/Tauri desktop shell + TypeScript
plx analyze examples/stacks/nest-prisma --to rust
plx analyze examples/stacks/fastapi-sqlalchemy --to rust
plx analyze examples/stacks/tauri-desktop

Dependency mappings

Transmute uses DependencyMapDb for npm / PyPI / Maven / Go → multi-target equivalences:

plx mappings express
plx mappings prisma
plx mappings @tauri-apps/api

See Dependencies for confidence scoring and manual-review rules.