Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/content-images/apps/questbook/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/content-images/apps/questbook/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions scripts/shared-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ const ALLOWED_HOSTS = [
"raw.githubusercontent.com",
"objects.githubusercontent.com",
"avatars.githubusercontent.com",
"ipfs.io",
"arweave.net",
"i0.wp.com",
"i1.wp.com",
"i2.wp.com",
"wp.com",
"githubusercontent.com",
];
const MAX_REDIRECTS = 5;
const MAX_FILE_SIZE = 10 * 1024 * 1024; // 10 MB for images
Expand Down
81 changes: 81 additions & 0 deletions src/content/apps/questbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
id: '1779314246008'
slug: questbook
name: "Questbook"
shortDescription: "Grant management platform that helps web3 ecosystems run builder grant programs with structured applications, review workflows, and crypto-native payouts."
banner: /content-images/apps/questbook/banner.jpg
logo: /content-images/apps/questbook/logo.jpg
tags:
- "grants"
- "grant-management"
- "public-goods"
- "dao"
- "ecosystem-funding"
- "builders"
lastUpdated: '2026-05-20'
authors:
- "devjason41"
relatedMechanisms:
- direct-grants
- milestone-based-funding
relatedApps:
- gitcoin-grants-stack
- karma-gap
relatedCaseStudies:

relatedResearch:

relatedCampaigns:

---

**Questbook** is a grant management platform for web3 ecosystems and community funding programs. It combines public grant discovery, builder intake, reviewer workflows, and program administration into one operating surface for grant managers and applicants.

From Questbook's public site, the platform reports more than **60K builders**, **7K proposals**, and **10M+ paid out**. It positions itself as infrastructure for "transparent and fast grants for builders in web3" and maintains a public grant explorer alongside tools for starting new grant programs.

- **Category**: Platform
- **Status**: Active
- **Website**: https://www.questbook.app/
- **Funding Volume**: 10M+ paid out
- **Social Links**:
- X: https://twitter.com/questbookapp
- Discord: https://discord.gg/tWg7Mb7KM7
- GitHub: https://github.com/questbook
- Medium: https://medium.com/questbook

## What This Platform Does

Questbook is designed for grant operators that need more structure than a shared spreadsheet or forum thread. In practice, it gives ecosystems a way to:

- publish active grant programs publicly
- collect standardized applications from builders
- organize reviewer and grant manager workflows
- manage proposal review and program operations in one interface
- keep a public-facing grant discovery layer for builders looking for relevant opportunities

For builders, the product is oriented around discovering open programs, submitting proposals, and getting surfaced to grant managers. For ecosystem operators, it is infrastructure for running repeatable funding programs instead of one-off rounds held together by ad hoc tools.

## Strengths

- **Operational focus:** Questbook is strongest as grant-program infrastructure. It is built around the real workflow of sourcing builders, reviewing proposals, and administering grants.
- **Visible scale:** The public builder, proposal, and payout figures suggest meaningful usage rather than a thin demo surface.
- **Open builder funnel:** The homepage keeps grants discoverable and explicitly encourages builders to connect and be referred to grant managers.
- **Community-facing posture:** Questbook presents itself as open-source and community-driven, with public GitHub, Discord, and writing channels.

## Limitations And Tradeoffs

- **More operations platform than research layer:** Questbook helps run grant programs, but it is less of a canonical public-goods knowledge layer than something like Gitcoin's funding directory.
- **Program quality varies by ecosystem:** As with most grant tooling, the applicant experience depends heavily on how each ecosystem configures review quality, selection criteria, and communication.
- **Discovery is still program-dependent:** Public discovery exists, but builders still depend on grant managers actually publishing and maintaining good opportunities inside the system.

## Why It Matters For Public Goods Funding

Questbook matters because public goods funding often fails operationally before it fails philosophically. Many ecosystems want to fund builders, but struggle with intake quality, reviewer coordination, and repeatable program execution. Questbook turns that operational layer into a reusable product, which makes grant programs easier to launch and easier to run at scale.

That makes it relevant to the broader Ethereum funding landscape even when a specific program is ecosystem-scoped. It sits in the part of the stack where funding intent becomes actual workflow.

## Sources

- [Questbook homepage](https://www.questbook.app/)
- [Questbook about page](https://www.questbook.xyz/about)
- [Questbook GitHub](https://github.com/questbook)
3 changes: 3 additions & 0 deletions src/data/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,8 @@
},
{
"name": "Gitcoin"
},
{
"name": "devjason41"
}
]