Use Lovable to scaffold the site and Synorb MCP to inspect real, cited news Manifests while the agent builds. For the published website, call Synorb REST from a backend and render cards from returned Briefs or Signals. That keeps credentials private and gives readers source URLs for every item.
Get credentials at /keys. Use the MCP token only in Lovable's connector. Use the REST api-key and secret only in backend secrets.
Choose a beat such as AI infrastructure, public companies, monetary policy, supply chains, or another topic Synorb can check through Streams and Source Channels.
Use a Supabase Edge Function or server route for all Synorb REST calls. The browser receives prepared news rows, not credentials.
Lovable can use MCP to learn the right filters and response shape. Your deployed news site should use REST because the backend owns credentials, caching, pagination, and error handling.
synorb-stream-search, synorb-manifestsPOST /streams/queryCredential safetyNever store Synorb credentials in frontend code, public environment variables, or a client-side Lovable component. Use server-side secrets only.
Ask the backend for Briefs when you want article-like cards. Render a source link for every card and expose a useful empty state when no on-topic Manifests match.
Builds a topic news homepage with source citations, backend fetch, filters, and no exposed credentials.
Check API details and plan cadence before choosing cache and refresh behavior.
Learn where Synorb fits as a structured, source-grounded news API for AI apps.
No. Synorb provides structured, source-grounded Manifests from watched Source Channels and Streams. Use web search only for gaps outside the tracked scope.
No. The frontend should call your backend or Supabase Edge Function. Store the Synorb REST api-key and secret as server-side secrets.
Each card should link to the Synorb row's source_url or canonical source URL and show enough date and source context for readers to verify the item.
The canonical setup page is /build/lovable-mcp.
The same Synorb MCP connects to major MCP-capable coding agents. The deployed website should still use REST from a backend.
Generate credentials, connect Lovable, and publish a cited news site.