Skip to content

FrancescoAloe91/AI-Comparison

Repository files navigation

QVAC Local AI Lens

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 site — Vercel

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

What it shows

  • 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.


Why this exists (thesis)

  • 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.

Local development

npm install
npm run dev

Open http://localhost:3000.

npm run build
npm start

Deploy

Production 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.

Vercel CLI (from this folder)

npx vercel@latest login
npx vercel@latest
npx vercel@latest --prod

GitHub → Vercel (continuous deployment)

  1. Push this repository to GitHub (main).
  2. Vercel → New Project → import the repo → framework Next.js, root repository root.
  3. Optional: Settings → Git on Vercel to confirm automatic builds on push.

Push to GitHub (if you clone fresh)

git remote add origin https://github.com/<you>/<repo>.git
git push -u origin main

GitHub repository settings (optional)

Paste 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/


Disclaimer

This repository is a design and narrative prototype. Nothing here is financial, legal, or investment advice. Mock numbers are not sourced from live APIs.

License

MIT — use freely for portfolios and demos; attribute if you fork publicly.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors