Quickstart
Spin up the Resonance stack, stream live phase and latency metrics, and deploy updates confidently with this end-to-end checklist.
git clone https://github.com/stringerc/resonance-runtime-landing.git
cd resonance-runtime-landing
npm installCreate .env.local with the required configuration:
NEXTAUTH_URL=https://resonance.syncscript.app
NEXTAUTH_SECRET=generate-a-random-secret
DATABASE_URL=postgres://...
RESONANCE_AGENT_URL=https://syncscript-backend.onrender.com
RESONANCE_AGENT_VERSION=v1.0.0
RESONANCE_RELEASE_CHANNEL=stable
RESONANCE_API_KEY=your-agent-key
NEXT_PUBLIC_INTERCOM_APP_ID=...npx prisma migrate deploy
npx prisma db seednpm run devVisit http://localhost:3000, sign in, and follow the onboarding checklist to enable adaptive mode, stream phase samples, and report latency percentiles.
main for Vercel to rebuild the frontend.git tag agent-v1.0.0 && git push --tags) to trigger GitHub Actions for desktop binaries./dashboard/canary for live R(t) and compliance./dashboard/resonance-calculus for deep analysis and AI insights.