About

Web3Scout is a curated directory of APIs, tools, recipes, grants, and ecosystems for Web3 builders.

What we list

  • Free tools with no paywall for core functionality
  • Freemium products with a usable free tier
  • Open-source projects with public repositories
  • Web3, fintech, AI, and general developer tooling

What we exclude

  • Paid-only products without a free tier
  • User accounts or authentication requirements
  • Enterprise-only platforms with no self-serve access
  • Affiliate or sponsored placements

Tech stack

Built with Next.js App Router, React, TypeScript, Tailwind CSS, shadcn/ui, Neon PostgreSQL, and Drizzle ORM. The app works offline with seed data when no database is configured, and connects to Neon when DATABASE_URL is set.

Getting started

cp .env.example .env.local

npm install

npm run db:push

npm run db:seed

npm run dev