⚡ Self-Hosted · Flask

Your Flask app
is live.

Edit app.py and your Jinja2 templates — changes reload automatically while HomeHost is watching.

Browse endpoints ↓ Flask docs →

API Endpoints

Click any endpoint to fetch it live.

GET /

Serves this Jinja2 template — your app's front page.

GET /api/hello

Returns a JSON greeting — good starting point for your API.

GET /api/status

Runtime status — Python version, platform info.

Response Preview

// Click an endpoint above to see the response here.