A template for building custom Fibery integrations using AI coding agents. This enables continuous one-way sync of data from external apps into Fibery.
Fibery integrations replicate part of an external app's domain model, creating Databases in Fibery from external data. While dozens of integrations are already available as built-in templates in Fibery, you may need a custom integration for a service not yet supported.
This template, combined with AI coding agents, dramatically speeds up the development of custom integrations.
- Node.js ^25.2.1
- pnpm 10.24.0
- An AI coding agent (e.g., Claude Code with Opus 4.5)
- ngrok (for local testing)
-
Start your integration server:
pnpm start
-
Expose it via ngrok:
ngrok http <your-port>
-
In your Fibery workspace, go to integrations and add a Custom Integration using the ngrok URL.