Comparative dashboard for local-first AI stacks — radar, ranking, matrix, and per-entity dossiers. Built as a static Next.js app: no database, no auth.
| Live URL | https://ai-comparison-lx2e.vercel.app/ |
| Stack | Next.js 16 (App Router), Tailwind v4, Recharts, Lucide |
| Data | Illustrative mock scores for narrative comparison — not audited metrics or live feeds |
- Thesis block — framing for QVAC (Tether) vs cloud APIs, OSS runtimes, desktop tools, OS bundles, and incentive networks.
- Radar + legend — five normalized axes (0–100) and composite ranking.
- Matrix — short operational snapshot per stack with links to full dossiers.
- Simulator (
/simulator) — UX-only flow lab: tags drive a P2P-style animation; no chain, no real payments. - Sources — curated link-outs; optional RSS refresh via GitHub Actions (
scripts/fetch-rss.mjs).
Company and product names are used for comparative illustration only.
- Autonomous agents need fast, machine-sized settlement — card rails and monthly SaaS billing are a poor fit; stablecoins (e.g. USDT in the narrative) are framed as a plausible “gas” layer for agent-to-agent value.
- Contrast matters: a local-first, programmable-value story sits next to centralized APIs and decentralized incentive networks so trade-offs read at a glance.
npm install
npm run devOpen http://localhost:3000.
npm run build
npm startProduction is hosted on Vercel at the URL above. Source lives on GitHub; pushes to main can trigger new deployments when the Vercel project is connected to this repo.
npx vercel@latest login
npx vercel@latest
npx vercel@latest --prod- Push this repository to GitHub (
main). - Vercel → New Project → import the repo → framework Next.js, root repository root.
- Optional: Settings → Git on Vercel to confirm automatic builds on push.
git remote add origin https://github.com/<you>/<repo>.git
git push -u origin mainPaste these into github.com → your repo → ⚙ Settings → General (or edit on the repo main page via the gear / “About”):
Description (short, ~350 characters max):
Interactive comparison lens for local-first AI stacks (QVAC vs cloud, OSS, desktop, OS, incentives). Next.js app with radar, matrix, dossiers, and a UX-only agent-flow simulator. Live: https://ai-comparison-lx2e.vercel.app/
Topics / tags (suggested):
nextjs react vercel tailwindcss local-ai ai-comparison tether qvac stablecoins dashboard
Website (homepage field):
https://ai-comparison-lx2e.vercel.app/
This repository is a design and narrative prototype. Nothing here is financial, legal, or investment advice. Mock numbers are not sourced from live APIs.
MIT — use freely for portfolios and demos; attribute if you fork publicly.