About

A sample Next.js 14 application deployed on MyServer via Railpack auto-detection.

Tech Stack

  • Next.js 14 — App Router with React Server Components
  • PostgreSQL — Notes CRUD via pg driver
  • Standalone output — optimized production build
  • Railpack — zero-config build & deploy

Pages

  • / — Home with dashboard cards
  • /notes — CRUD notes stored in PostgreSQL
  • /status — Server health & DB connectivity
  • /health — Simple health check (API route)