@aifabrix/builder
v2.8.0
Published
AI Fabrix Local Fabric & Deployment SDK
Maintainers
Readme
AI Fabrix - Builder SDK
Local development infrastructure + Azure deployment tool.
Install
npm install -g @aifabrix/builderQuick Start
aifabrix up # Start Postgres + Redis
aifabrix create myapp # Create your app
aifabrix build myapp # Build Docker image
aifabrix run myapp # Run locally
# Stop the app (optionally remove its data volume)
aifabrix down myapp
# aifabrix down myapp --volumesWhat You Get
- Local Postgres + Redis infrastructure - Runs in Docker
- Auto-generated Dockerfiles - TypeScript and Python templates
- Environment variable management - Secret resolution with kv:// references
- Azure deployment pipeline - Push to ACR and deploy via controller
Optional Platform Apps
Want authentication or deployment controller?
# Keycloak for authentication
aifabrix create keycloak --port 8082 --database --template keycloak
aifabrix build keycloak
aifabrix run keycloak
# Miso Controller for Azure deployments
aifabrix create miso-controller --port 3000 --database --redis --template miso-controller
aifabrix build miso-controller
aifabrix run miso-controllerDocumentation
- Quick Start - Get running in 5 minutes
- Infrastructure - What runs and why
- Configuration - Config file reference
- Building - Build process explained
- Running - Run apps locally
- Deploying - Deploy to Azure
- CLI Reference - All commands
How It Works
- Infrastructure - Minimal baseline (Postgres + Redis)
- Create - Generate config files for your app
- Build - Auto-detect runtime and build Docker image
- Run - Start locally, connected to infrastructure
- Deploy - Push to ACR and deploy via controller
Requirements
- Docker Desktop - For running containers
- Node.js 18+ - For running the CLI
- Azure CLI - For deploying to Azure (optional)
License
© eSystems Nordic Ltd 2025 - All Rights Reserved
@aifabrix/builder is part of the AI Fabrix platform.
