The marketing site for TinyRFP — an open-source, agentic toolkit for mid-complexity B2B purchasing: the deals too important to wing and too small for a formal RFP.
This repo contains only the public marketing site. It describes what TinyRFP is, who it's for, and the problems it solves. The product tools themselves (the buyer skills, research agent, and reference MCP server) live in separate repos and are coming soon.
- Next.js 16 (App Router) + TypeScript
- Tailwind CSS v4
- Self-hosted Google Fonts via
next/font(Inter for body, Fraunces for display) - Statically rendered — deploys to Vercel with zero config
npm install
npm run dev # http://localhost:3000npm run build # all routes prerender as static
npm run lintsrc/app/ routes (home + /buyers, /solution-providers,
/how-it-works, /open-source, /faq) + sitemap, robots, OG image
src/components/ SiteHeader, SiteFooter, shared UI primitives, tables, legend
src/lib/content.ts shared site config and marketing copy
public/ brand logos (sourced from the tinyrfp-branding repo)
Marketing copy lives in src/lib/content.ts so it isn't duplicated across pages.
Push to a Git repo connected to Vercel; the framework is auto-detected and no
environment variables are required. Point www.tinyrfp.com at the deployment.
Code in this repo is MIT licensed.