Skip to content

Repository files navigation

TinyRFP marketing site

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.

Stack

  • 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

Develop

npm install
npm run dev      # http://localhost:3000

Build & lint

npm run build    # all routes prerender as static
npm run lint

Structure

src/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.

Deploy

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.

License

Code in this repo is MIT licensed.

About

TinyRFP: Skill files and an MCP to make matching solution providers with interested buyers exponentially more efficient.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages