Welcome to our tutorials
List of hands-on guides to build, enforce, and automate workflows with nullplatform.
Run a scope locally
Build, run, and test a nullplatform agent-backed scope locally using Docker and Minikube.
Set up a production-ready Kubernetes environment
Install the agent, connect your scopes repository, and register a Kubernetes scope ready for production traffic.
Deploy a production-ready scheduled task scope
Configure a Scheduled Task (CronJob) scope, register it, confirm the channel, and ship your first scheduled task.
Create an SQS queue service
Model a reusable SQS service specification, generate IaC snippets, and wire it into your platform UI.
Automatically update application repositories on creation
Add custom files like CLAUDE.md automatically when new applications are created, keeping repos consistent.
Require stage deployment before production
Enforce progressive promotion so builds reach production only after a successful stage deployment.
Use build catalog to enforce production policies
Gate production deployments with coverage and vulnerability metrics, pausing non-compliant builds for approval.
Require approvals for production apps
Mark sensitive applications and require manual approvals before production deployments.
Enable custom Nginx settings on my scope
Enable custom Nginx behavior (WebSockets, gRPC, headers) for your scope while keeping nullplatform metrics compatibility.