Solo Status

Next.js 14Tailwind CSSshadcn/uiDrizzle ORMNeonVercel

Foundational deployment

Status infrastructure for small software teams, stripped back to the essentials.

This repository now contains the Solo Status skeleton app, the initial Drizzle schema for Neon Postgres, and the deployment path Vercel expects from the root of the project.

Runtime snapshot

Framework
Next.js 14 App Router
Database
Neon Postgres
ORM
Drizzle
Deployment
Vercel auto-deploy

Table 01

users

id, email, name, created_at

Table 02

projects

id, user_id, name, slug, stripe_api_key_encrypted, github_repo, created_at

Table 03

incidents

id, project_id, title, description, status, source, severity, detected_at, resolved_at

Table 04

status_pages

id, project_id, slug, custom_domain, is_public, created_at