No AI wait. No API call. Deterministic parsing turns your infrastructure files into interactive diagrams in milliseconds.
Drop a file to see instant parsing
Architecture will appear here
DockerfileDockerBase image detection, exposed ports, env vars, multi-stage builds
Example output: Node.js App + PostgreSQL + Redis
docker-compose.ymlDockerServices, ports, depends_on, volumes, links, shared volumes
Example output: nginx + api + postgres + redis
main.tfTerraformAWS/GCP resources with type inference — RDS, Lambda, SQS, CloudFront
Example output: VPC + EC2 + RDS + S3
deployment.yamlKubernetesDeployments, Services, Ingress, ConfigMaps, Secrets, PVCs
Example output: Ingress + Service + Deployment + PVC
package.jsonNode.jsFramework, databases, queues, external APIs, auth from dependencies
Example output: Next.js + Prisma + Redis + Stripe
requirements.txtPythonDjango/Flask/FastAPI, Celery, PostgreSQL, MongoDB, AWS, Sentry
Example output: FastAPI + SQLAlchemy + Redis + Celery
go.modGoGin/Fiber/gRPC, pgx, kafka-go, AWS SDK, Elasticsearch
Example output: Gin + PostgreSQL + Kafka + gRPC
Cargo.tomlRustActix/Axum/Rocket/Warp, sqlx/diesel, redis, kafka, AWS, gRPC
Example output: Axum + PostgreSQL + Redis + Kafka
pom.xmlJavaSpring Boot/Quarkus/Micronaut, Hibernate, Kafka, Redis, Elasticsearch
Example output: Spring Boot + PostgreSQL + Kafka + Redis
GemfileRubyRails/Sinatra, Sidekiq, PostgreSQL, Redis, Stripe, Devise, Elasticsearch
Example output: Rails + PostgreSQL + Sidekiq + Redis
build.gradleKotlin/AndroidSpring Boot/Ktor/Android, Retrofit, Firebase, PostgreSQL, Kafka, gRPC
Example output: Ktor + PostgreSQL + Firebase + Kafka
composer.jsonPHPLaravel/Symfony, Eloquent, Redis, Horizon queue, Stripe, Pusher WebSocket
Example output: Laravel + MySQL + Redis + Stripe
.envUniversalDetect services from variable names — DATABASE_URL, REDIS_HOST, STRIPE_KEY, SENTRY_DSN
Example output: Database + Redis + Stripe + Sentry
Drag any supported file onto the page, or use the + menu to upload.
Deterministic YAML/JSON parsing — no AI, no network request, no wait.
Full interactive canvas with Chaos Mode, cost estimation, and exports.