Skip to content

What is RFP Hub?

RFP Hub is an open, neutral aggregation platform for web3 funding opportunities — grants, RFPs, bounties, fellowships, and hackathons.

The Problem

Funding opportunities in web3 are scattered across dozens of ecosystem-specific platforms, forum posts, and Twitter threads. Builders waste hours searching for relevant grants, and many opportunities go undiscovered.

The Solution

RFP Hub aggregates funding opportunities into a single, searchable index with:

  • Automated ingestion from RSS feeds, DAOIP-5 endpoints, and web scrapers
  • Full-text search with filters by type, status, ecosystem, budget, and deadline
  • Community submissions with admin moderation
  • Open standard (RFP Object Standard v1.0.0) extending DAOIP-5
  • REST API + TypeScript SDK for building integrations

Architecture

┌─────────────────────────────────────────────────┐
│                  Frontend (Next.js)              │
└─────────────────────┬───────────────────────────┘

┌─────────────────────▼───────────────────────────┐
│                  REST API (Hono)                 │
│  Search · Filters · Auth · Rate Limiting · ETags│
└──────┬──────────────┬───────────────────────────┘
       │              │
┌──────▼──────┐ ┌─────▼──────┐
│ PostgreSQL  │ │   Redis    │
│ FTS + GIN   │ │ Rate Limit │
└─────────────┘ └────────────┘

Live

RFP Hub is deployed and running:

Quick Links