The Next.js, TypeScript, and Tailwind CSS website for the Singularity open control stack.
npm ci
cp .env.example .env.local
npm run devOpen http://localhost:3000.
/— product-family overview with the animated matrix hero/parallax— CLI coding-agent installation and usage guide/aether— infrastructure-agent architecture and Docker guide
npm run lint
npm run typecheck
npm run build
npm run startBefore deploying, set NEXT_PUBLIC_SITE_URL to the final HTTPS origin. This
keeps the canonical URL and social-preview image correct on any hosting
provider.