Ship a full stack product in one config file.
This YC demo shows a production-grade Next.js dashboard, a FastAPI service, and managed Postgres + Redis. Hostess wires everything together, generates URLs, and gives you framework-aware dashboards out of the box.
Deployment health
100%
Deploy time
82s
Request latency
18ms
Data freshness
Live
Services
The four core services in this demo deployment.
FrontendHealthy
Next.js
https://yc-demo-frontend-jiidlzxs.hostess-local.run
APIHealthy
FastAPI
https://yc-demo-api-bj1swank.hostess-local.run
DatabaseHealthy
Postgres
postgresql://***@yc-demo-database-e2xayvvb.pg.hostess-local.run:5432/database
CacheHealthy
Redis
redis://***@yc-demo-redis-rkkbvdfc.rd.hostess-local.run:6379/0
Auto-generated URLs
Hostess injects deployment-ready URLs at runtime.
Frontendhttps://yc-demo-frontend-jiidlzxs.hostess-local.run
API stablehttps://yc-demo-api-bj1swank.hostess-local.run
API deploymenthttps://yc-demo-api-49cf87b.hostess-local.run
Postgrespostgresql://***@yc-demo-database-e2xayvvb.pg.hostess-local.run:5432/database
Redisredis://***@yc-demo-redis-rkkbvdfc.rd.hostess-local.run:6379/0
hostess.yml in action
Minimal config that powers the full deployment.
version: "1.0"
name: yc-demo
services:
frontend:
type: nextjs
env:
NEXT_PUBLIC_API_URL: ${api.external_url}
api:
type: fastapi
env:
POSTGRES_URL: ${database.url}
REDIS_URL: ${redis.url}
database:
type: postgres
redis:
type: redisLaunch activity
Pre-populated, demo-ready timeline.
Next.js deployed to stable URL2m agoAutopilot
FastAPI release promoted6m agoAutopilot
Postgres credentials rotated12m agoAutopilot
Redis snapshots finalized18m agoAutopilot
Hostess Studio dashboards
Each service type ships with a tailored dashboard view.
Next.js insights
FastAPI runtime
Postgres operator
Redis cache