About this build
What OpportunityGrid is today.
OpportunityGrid is RoyalGrid Technologies' flagship platform. This build runs the full discover-verify-match-qualify-prepare-track pipeline end to end against two kinds of data, always visibly labeled: a fixed set of clearly fictional demonstration opportunities, and one real, live African source.
What is real and live today: the "Live"-tagged procurement opportunities on the Opportunities page are genuine, current Nigerian government tenders — fetched directly from the Bureau of Public Procurement's official open-contracting data (published under the Open Contracting Data Standard). No API key, no scraping: it is bulk open government data, fetched from its official publisher on every page load. Every field OpportunityGrid cannot verify from that data — an eligibility summary, a document requirement — is left null rather than guessed, exactly as it is for demo records.
Why demo data still exists alongside it: Nigeria's official procurement feed does not (yet) cover grants, accelerators, export programs, or the other opportunity classes RoyalGrid intends to support — those remain clearly labeled demonstration records until a real source for each is integrated. The source-adapter architecture (lib/adapters/) is built so each new class plugs in behind the same interface as procurement did.
What is not yet built: there is no live database. Your business profile and pipeline are stored only in this browser's local storage. Multi-tenant accounts, a real Supabase-backed schema with row-level security, and institutional/API access are designed (see the repository's supabase/migrations/ and docs/product/) but not yet deployed.