Build Elevate

Applications

Complete overview of production applications - Next.js web, Express API, email service, database UI

Applications in the Monorepo

This section describes each application and its purpose. Applications are user-facing services that can be deployed independently.

Available Applications

Quick Start: Running Applications

All applications can be started with a single command:

npm run dev

See Development Workflow in the Getting Started guide for:

  • Running individual applications
  • Custom port configuration
  • Other common development commands

For a complete list of application URLs and ports, see the Ports Reference below.

Ports Reference

All applications run on the following ports:

ServicePortURLPurpose
Web3000http://localhost:3000Next.js frontend application
API4000http://localhost:4000Express REST API server
Email3002http://localhost:3002Email template preview
Studio5555http://localhost:5555Prisma database UI

If a port is already in use, see Troubleshooting: Port Already in Use for solutions.

Detailed Documentation

See individual application documentation for features, setup, and configuration:

On this page