How-To Guides¶
Problem-oriented guides for specific tasks
How-to guides provide step-by-step instructions for accomplishing specific goals. They assume basic knowledge and focus on results.
Available Guides¶
Core Deployment¶
- Build and Deploy Applications - Build containers and deploy to Airbase
- Manage Environments - Create and manage staging, production, and feature environments
- Iterative Development - Use staging for testing before production
Security & Content Security Policy (CSP)¶
Critical Requirement
Airbase enforces strict CSP. All applications must comply.
- Write CSP-Compliant Code - Learn the rules and best practices for CSP compliance
- Troubleshoot CSP Violations - Debug and fix CSP errors in your applications
Coming Soon¶
- Set Environment Variables - Configure per-environment settings with .env files
- Iterative Development - Use staging for testing before production
- Undeploy Applications - Remove deployments when done
- Deploy Node.js Apps - Framework-specific Node.js deployment guide
- Deploy Python Apps - Framework-specific Python deployment guide
- Deploy Static Sites - Deploy Figma Make and other static applications