Developer Download Kit
Everything you need to integrate, sync, and manage configurations across your stack. SDKs, CLI, templates, and guides.
Template
Docker Compose Config
v1.4.0 β’ YAML/JSON
git clone https://github.com/appconfig/docker-template
Beta
K8s Operator Manifest
v0.9.3 β’ Helm Chart
helm repo add appconfig https://charts.appconfig.json
Quick Start Terminal
$ npm install @appconfig/sdk
added 1 package in 420ms
$ appconfig init --env production
β Connected to App Config.json v3.0
β Fetched 14 keys for production
β Ready. Real-time sync enabled.
$ appconfig push ./config.json
Validating schema... β
Pushed successfully. Deploying to 3 regions...
Done in 0.84s
added 1 package in 420ms
$ appconfig init --env production
β Connected to App Config.json v3.0
β Fetched 14 keys for production
β Ready. Real-time sync enabled.
$ appconfig push ./config.json
Validating schema... β
Pushed successfully. Deploying to 3 regions...
Done in 0.84s
Recent Kit Updates
2025-05-12
SDK v3.2.1 & CLI v3.0.2
featfixperf Improved WebSocket reconnection logic, fixed env var parsing edge cases, reduced initial handshake latency by 40%.
2025-04-28
K8s Operator v0.9.3
featfix Added Helm chart support, fixed secret mounting in restricted namespaces, improved rollout validation.
2025-04-15
v3 Migration Guide
fix Published official PDF guide covering breaking changes, config schema updates, and automated migration scripts.