Astro is an all-in-one web framework for building fast, content-focused websites. SSR support with the Node.js adapter is preconfigured.
You can optionally add a PostgreSQL DB to your project.
Connect via CLI:
psql "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB"