Intent-driven function editor
Each integration function has a single box where you describe, in plain words, what it should do. Save it and DontCode writes the code for you. Your description is the source of truth; change it and the code updates.
Details
Editing a function's description regenerates just that function; nothing else in your app changes. Refine the wording and save again any time to rebuild it.
Where to enable it
Toggle this feature in your project editor. No code required.
Inside the editor, head to Integrations.
Open in my projectRelated features
External integrations (outbound APIs + inbound webhooks)
Connect your app to outside services, for sending data out or receiving it in. Add a service once with its login keys, then describe in plain words what each action should do, and DontCode builds and wires up the code for you.
Outbound function (call an external API)
A named server-side action in your deployed app that calls an external service. Defined by an intent ("When called with { email, firstName }, send a welcome email via Resend"). The platform generates and updates the function file each time the intent changes.
Inbound webhook receiver
Get a private web address that outside services can send events to. DontCode checks that each message is genuine, records it, and passes it to your live app. You describe, in plain words, what should happen when an event arrives.