Publish AI-written articles into Framer CMS
AutoInk publishes articles into a Framer CMS collection using Framer's official server API — mapping title, content, description, and date onto your collection's fields, which you can rename to match your setup.
What AutoInk publishes to Framer
- → Title and content (HTML or Markdown) mapped to your collection fields
- → Description and date when your collection has them
How to connect Framer
- 01 Get a Framer API key
Generate an API key for your Framer project.
- 02 Add project + collection
Enter the API key, your Framer project URL, and the collection ID in the project's publishing settings.
- 03 Provision the bridge host
Framer publishing runs through Framer's official JS bridge, so the host needs
nodeorbunwith theframer-apipackage available.
Uses Framer's official server API via a JS bridge — the one adapter that needs a Node or Bun runtime on the host.
One pipeline, not just publishing
Publishing is the last step. AutoInk also discovers keywords, drafts the article, and tracks daily whether AI engines cite it — so a post on Framer is measured, not just shipped. See pricing or browse every integration.
Which collection fields does AutoInk fill? +
Markdown or HTML? +
content_format to html (default) or markdown for the content field.Why does Framer need Node or Bun? +
framer-api package), so the host machine needs a Node or Bun runtime — unlike the REST-based adapters.