Serverless console By SoftGate (custom FaaS). Built with Next.js + Tailwind CSS + shadcn/ui to visualize the async queue and isolation architecture.
softgate/– Next.js app sourcesoftgate_development_plan.md– 10-phase delivery plan and acceptance criteria
- Project scaffolded with Next.js (App Router), TypeScript, Tailwind CSS (v4), shadcn/ui (neutral theme)
- Baseline components installed: Button, Input, Card
- Responsive 3-panel layout (20/50/30 split) with placeholders for Monaco editor and run panel
- Prereq: Node 18+
- Install deps:
cd softgate && npm install - Run dev server:
npm run devthen open http://localhost:3000 - Lint:
npm run lint
- App metadata set to “SoftGate Console”
- Monaco editor and state management land in later phases (see plan)