Build the app in Lovable with Synorb MCP connected so the agent can discover Streams and inspect real cited Manifests. Ship it with a Supabase Edge Function or backend route that calls Synorb REST using server-side secrets. The browser should receive only feed rows, citations, pagination, and quota state.
Get an MCP token plus a REST api-key and secret from /keys. The MCP token belongs in Lovable's connector. The REST pair belongs only in backend secrets.
Use Lovable with Supabase Edge Functions or another server route. A published frontend cannot keep Synorb credentials secret, even if variables are hidden in the editor.
Pick a topic, source group, domain, or list of tags. Lovable can use synorb-stream-search and synorb-manifests to discover the right scope before it writes code.
The same app can use both paths, but for different jobs. MCP helps Lovable reason during development; REST gives your deployed app a stable server-owned contract.
SYNORB_API_KEY + SYNORB_SECRET as server secretsCredential safetyDo not put Synorb credentials in VITE_ variables, browser code, or a public repo. The browser calls your backend. Your backend calls Synorb.
For a content feed, most apps call POST https://api.synorb.com/streams/query from the backend and render the returned rows. Exact fields vary by story type, but the app should expect this shape:
Use this after you have added the Synorb MCP connector. It tells Lovable to use MCP for discovery and REST for the deployed feed.
Scaffolds the UI, Supabase Edge Function, Synorb REST call, citations, pagination, loading states, and credential handling.
Connector setup, token placement, and Supabase Edge Function guidance for Lovable.
Read the REST docs and pricing page before choosing cadence, cache policy, and quota display.
Use Synorb for repeatable source-grounded data, then search only for gaps outside the tracked scope.
No. Use Synorb MCP in Lovable while designing. The shipped app should call Synorb from a backend route or Supabase Edge Function so credentials stay server-side.
Use the canonical Lovable setup guide for connector and Supabase Edge Function details.
The REST API returns data and usage. Feed rows usually come from data.briefs[] or data.signals[] and include a headline, summary, date, stable IDs, and source_url for citation.
Use web search for gaps outside Synorb's tracked sources or very narrow facts. Use Synorb first when you need source-grounded, repeatable feed items with citations.
The same Synorb MCP connects to major MCP-capable coding agents. The deployed app should still use REST from a backend.
Generate credentials, connect Lovable, and ship a feed that cites its sources.