A curated intelligence tool for banks and fintechs serving corporate treasury clients. Monitors RTP, FedNow, adjacent payment rails, regulatory developments, vendor announcements, and market activity.
→ See Success Criteria & Scope — Define mission, primary US focus (RTP/FedNow), secondary global scope, and repeatable monitoring cadence.
# Start the server
node server.js
# Visit http://localhost:3000PORT- Server port (default: 3000)
- index.html - Page structure with tabs and sections
- styles.css - Bank of America blue theme, responsive design
- app.js - Client-side rendering, filtering, tab navigation
- server.js - Minimal Node HTTP server with JSON APIs
- data/*.json - All data storage (no database needed)
- scripts/build-public-site.js - Static export for GitHub Pages
Content items include:
- Title, summary, source attribution
- Source tier (Tier 1 official, Tier 2 publications)
- Rails: RTP, FedNow, Adjacent
- Technical/Business/Treasury takeaways
- Importance score (0-100) and priority band
GET /api/content-items- All collected itemsGET /api/daily-feed- Today's itemsGET /api/summary/weekly- Weekly recapGET /api/summary/monthly- Monthly recapGET /api/approved-sources- Source libraryGET /api/expert-commentary- Expert analysisGET /api/watchlist- Entity watchlistGET /api/deep-dives- Strategic deep divesPOST /api/submissions- URL/content submissionPOST /api/run-monitor- Trigger source monitoring
- Latest items with filtering by keyword, rail, and priority
- Source attribution with tier badges
- Three-part takeaways (technical/business/treasury)
- Weekly and monthly recaps
- Top U.S. banks, treasury providers, fintechs, core providers
# Local: Start server
node server.js
# Public: Build static site
npm run build-publicLocal Mode (http://localhost:3000):
- Full access, operations section visible
- URL submission enabled
Public Mode (dist/):
- Read-only static site
- Email submission CTA visible
Built for lowest-cost Claude tier:
- Plain HTML/CSS/JS (no frameworks)
- Minimal dependencies
- Concise, simple code
- No runtime AI generation
- Never fabricate source content
- Preserve direct attribution
- Keep expert commentary separate
- Official sources primary, publications secondary
- Clean, executive design
- Shareable across teams