MCPcopy Create free account
hub / github.com/simstudioai/sim / Image

Function Image

apps/sim/app/(landing)/integrations/(shell)/opengraph-image.tsx:17–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15const TRIGGER_INTEGRATION_COUNT = integrations.filter((i) => i.triggerCount > 0).length
16
17export default async function Image() {
18 return createLandingOgImage({
19 eyebrow: 'Sim integrations directory',
20 title: 'Integrations',
21 subtitle: `Connect ${integrations.length} apps and services to AI agents in Sim's workflow builder, visually, conversationally, or with code.`,
22 pills: [
23 `${integrations.length} integrations`,
24 `${TOTAL_TOOL_COUNT}+ tools`,
25 `${OAUTH_COUNT} OAuth apps`,
26 `${TRIGGER_INTEGRATION_COUNT} with real-time triggers`,
27 ],
28 domainLabel: 'sim.ai/integrations',
29 })
30}

Callers

nothing calls this directly

Calls 1

createLandingOgImageFunction · 0.90

Tested by

no test coverage detected