Application shell
Next.js 16 App Router with a clean root layout and production build checks.
A self-hosted Next.js starter for a trading application, prepared for its first public commit with Docker, Drizzle, BullMQ, and a safer GitHub Actions pipeline.
Next.js 16 App Router with a clean root layout and production build checks.
Drizzle configuration is wired and ready for the first schema and migration files.
A dedicated worker entry point is included so background processing can evolve separately.
Docker and GitHub Actions are configured for image publishing and manual deploys.
Before the first push
The repository now builds cleanly, keeps its migration folder in version control, and documents the GitHub secrets required for container publishing and manual deployment.
Quick start