Build the app in Lovable with Synorb MCP connected so the agent can discover Streams and inspect real cited Manifests. Ship it with a server-side function or backend route that calls Synorb REST using server-side secrets. The browser should receive only feed rows, citations, pagination, and quota state.
Use the Content Feed App one-shot prompt to have Lovable build a fresh niche feed with search, filters, bookmarks, detail views, a secure backend, and scheduled refresh. Synorb supplies structured Manifests with rich Briefs, Signals, claims, entities, citations, and source links.
Get an MCP token plus a REST api-key and secret from /connect. The MCP token belongs in Lovable's connector. The REST pair belongs only in backend secrets.
Use Lovable with server-side 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:
Connector setup, token placement, and server-side 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 server-side function so credentials stay server-side.
Use the canonical Lovable setup guide for connector and server-side 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.