GitFred validation sample

api-fastapi-nixpacks · Python / FastAPI · Nixpacks

The same minimal FastAPI service as api-fastapi-docker — but with no Dockerfile. GitFred detected Python and built the image with Nixpacks. If you can read this over HTTPS, the no-Dockerfile path works end to end.

What's in the repo (note: no Dockerfile)

🐍 main.py
FastAPI app
📄 requirements.txt
fastapi + uvicorn

How it gets to your browser

📦GitHub repoPython app, no Dockerfile
🧙Nixpacksauto-detects Python, generates the image
🟢uvicorn podlistens on injected $PORT
🔒HTTPSauto TLS at <slug>.gitfred.com

What this proves

Live runtime values

$PORT (injected by GitFred)8080
Pod hostnameweb-548f86b8db-mrtdp
Buildernixpacks