The King Side

Deployment Monitor v1.0

SYSTEM TIME

11:37:16 PM

UPTIME

0h 0m 0s

✓ DEPLOYMENT LIVE

Website is running permanently with full functionality

Visit Site
ONLINE

Application Server

All systems nominal

ONLINE

PostgreSQL Database

All systems nominal

ONLINE

Redis Cache

All systems nominal

DEV

Build Status

Development mode

Deployment Configuration
Current runtime environment

framework

Next.js 14.2.22

runtime

Node.js 22

process Manager

nohup

port

3000

mode

Development

database

PostgreSQL 16

cache

Redis 7

season Mode

Free

prize Pool

$100

Quick Access
External resources
Live Website
GitHub Repo
Last Deploy

2/14/2026

Active Features
10 features operational
User authentication and profiles
Tournament management system
Chess gameplay (casual matches)
Admin dashboard
Support ticket system
Affiliate program management
Anti-cheat reporting
Real-time features (Redis)
Session management
API endpoints
Build Issues (Non-Critical)
11 TypeScript errors - running in dev mode
Affiliate seed route type mismatches
Admin tournament form syntax errors
Announcements panel event handler types
Health panel null checks
Season config serialization
KYC route type assertions
Stripe webhook type compatibility
Support ticket creation validation
Demo chess board time control types
Layout variant property types
Play client audio context compatibility
External Services Status
Optional integrations - not required for core functionality

Stripe

Payment processing

OPTIONAL

Lichess OAuth

Tournament integration

OPTIONAL

SendGrid

Email notifications

OPTIONAL

Sentry

Error tracking

OPTIONAL
Process Management
Server control commands

View Server Logs

tail -f /tmp/dev-server.log

Check Server Status

ps aux | grep "next dev"

Restart Server

pkill -f "next dev" && cd /home/ubuntu/thekingside && nohup pnpm dev > /tmp/dev-server.log 2>&1 &

Database Access

sudo -u postgres psql -d thekingside