The web app for RobinCompute — AI without gatekeepers, receipts for everything.
RobinCompute is an open inference network on Robinhood Chain (an Ethereum L2). Providers host open-weight models and get paid in USDG for every job they serve; clients pay per job with prepaid units; and each settlement is a public transaction anyone can pull up on Blockscout. No account, no logs, no filters — and nothing that asks to be taken on faith.
This repository holds the browser-facing app: the homepage, the chat surface, the provider dashboard, and the account pages.
- Next.js 16 using the App Router, the Turbopack dev server, and standalone output
- React 19 under strict TypeScript
- Tailwind CSS v4, with design tokens defined in oklch
- shadcn/ui as the base component library
You need Node.js 24 or later.
npm install
npm run devnpm run check chains lint, typecheck, the test suite, and a production build.