Charts the Smart Yield rates available on SwissBorg, updated daily via scheduled jobs. Live at yield-borg.vercel.app.
| Layer | Tech |
|---|---|
| Frontend | Next.js · Recharts · Tailwind CSS · shadcn/ui |
| Backend | Next.js API routes · postgres |
| Database | Neon (PostgreSQL) |
| Hosting | Vercel |
| Scheduling | GitHub Actions |
| Analytics | GoatCounter |
cp .env.development.local.example .env.development.local
# fill in POSTGRES_URL and CRON_KEY (use "dev" for CRON_KEY locally)
pnpm install
pnpm dev # http://localhost:3000- Architecture — data pipeline, API routes, cron jobs