News
May 2026

What AI Can Build: One Toggle. One Click. Your Blog Post Now Speaks

This article was brought to you by

Lauri Post

Founder of Xfiner

Read bio
Listen to the narrated audio version
See how we made it
What AI Can Build: One Toggle. One Click. Your Blog Post Now Speaks
0:00
0:00
https://audio.xfiner.com/what-a-i-can-build-01-one-toggle-one-click-your-blog-post-now-speaks.mp3

There is a content task a lot of teams keep postponing: audio narration for blog posts.

Not because it is a bad idea. Because the workflow usually sucks.

You export the article, clean the text, generate the voice in another tool, upload the file somewhere else, update fields manually, test the player, and hope nothing breaks on publish. By the time you have mapped all that out, the feature is already losing the argument.

Most teams do the sensible thing and leave it alone.

We wanted to remove that excuse completely.

So we built a Webflow CMS workflow where the editor does one tiny thing: turn on Add audio and click publish.

A few moments later, the post has AI narration attached to it.

No extra tool dance. No manual file handling. No support ticket to engineering.

One toggle. One click. And the post starts speaking.

The interesting part is not the MP3.

The interesting part is everything the editor no longer has to think about.

No exporting. No copy-pasting. No uploading. No weird operational side quest just to add one useful layer to a post.

That is what good internal tooling feels like. It does not ask the team to become more technical. It just removes friction that should not have been there in the first place.

Why this kind of feature usually dies before launch

A lot of automation ideas sound great in a meeting and fall apart the moment they touch a real workflow.

The problem is rarely the feature itself. The problem is the extra process wrapped around it.

If the team has to leave the CMS, learn another tool, remember six brittle steps, and involve engineering every time they want to publish audio, the feature is effectively dead on arrival.

That is why we kept this native to Webflow CMS. The editor experience had to stay familiar. If the workflow felt foreign, adoption would drop immediately.

What the editor actually does

For the person publishing the post, the workflow is very small.

Step one: open the CMS item in Webflow.

Step two: turn the Add audio field on.

Step three: click publish.

That is it.

From there, the system cleans the content, generates the AI voiceover, uploads the audio file, updates the CMS item, and activates the player on the live post.

If something fails, the team gets notified. If it works, the editor simply gets the result.

__wf_reserved_inherit

What happens after publish

The quiet part of the system does most of the work.

When the CMS item goes live, a webhook kicks off the automation in n8n. The workflow first checks two things: whether Add audio is enabled and whether the current audio field is empty. That prevents pointless regeneration and avoids overwriting audio that already exists.

Then the rich text gets cleaned before it is ever spoken. That step matters more than it sounds. CMS content often carries awkward spacing, formatting leftovers, and structural junk that make text-to-speech sound stiff or broken. Cleaning the text first makes the result noticeably better.

Once the content is ready, ElevenLabs generates the narration as an MP3. The file is uploaded to Cloudflare R2, the delivery URL comes back, and the Webflow item is updated automatically. The player appears on the live post without anyone touching the page again.

From the editor's point of view, they published a post. The rest just happened.

__wf_reserved_inherit
Screenshot of the workflow in n8n

Regeneration is simple too

This was important.

A workflow is not really useful if it only works on the happy path.

If the editor wants a fresh version of the narration, they do not need a second dashboard or a special admin flow. They can remove the current audio URL, leave Add audio enabled, and republish.

The automation sees the missing file and creates a new version on its own.

That kind of simplicity is easy to underestimate. It is also the difference between a system people trust and one they quietly avoid.

The stack behind it

The editor never needs to think about the stack, but it is worth showing what is happening underneath.

Webflow CMS handles the publishing experience. n8n runs the orchestration. ElevenLabs generates the narration. Cloudflare R2 stores and serves the audio. ntfy sends lightweight alerts when something needs attention.

What made this build especially interesting was how much faster the implementation moved with AI-assisted development in the mix.

The workflow logic, Webflow integration, audio generation path, upload handling, safe field updates, and recovery logic all came together faster because humans defined the system and AI agents helped execute it. The team still set the structure, priorities, and quality bar. AI simply removed a lot of the grind from the build process.

I think this is where things get genuinely exciting. Not because AI magically replaces product thinking, but because it makes custom operational tooling much more reachable than it used to be.

This is not really about audio

Audio is just the visible example.

The bigger point is that custom internal tools are no longer reserved for huge budgets, long timelines, or teams willing to suffer through bloated software projects.

That shift matters.

It means more companies can stop forcing their workflows into systems that were never designed for them. Instead, they can build smaller, sharper tools around the way their team already works.

And those tools often create the most value when they solve something unglamorous: a recurring friction point that quietly wastes time every week.

The human side is still the point

None of this is about replacing the content team.

It is about helping the team do more without dragging them through unnecessary process.

People still decide what gets published, what quality sounds like, what tone fits the brand, and what deserves to go live. The system just removes repetitive coordination work around that decision.

That is the part I keep coming back to. Good internal tools do not make people less important. They make human effort more useful.

Reliability matters more than the demo

Plenty of automations look good when everything behaves.

Production is where the real test starts.

That is why this workflow was built with safeguards from the start. Credentials live in secure environment variables and n8n credentials, not in CMS content. Update payloads are limited to safe fields. Alerts surface failures quickly. Recovery logic is part of the workflow, not something you promise to add later.

None of that looks flashy in a screenshot. It is still the difference between a nice idea and a system a team can rely on.

What A(I) can build

If there is one thing this project makes obvious, it is that AI is useful in two places at once.

It helps create the end feature, in this case the narration itself.

And it helps build the system around the feature much faster than before.

That combination is powerful. It means very specific workflows, the kind businesses used to dismiss as too custom or too expensive, are suddenly much more realistic.

One toggle and one click sounds small.

It is small. That is exactly why it matters.

Small, repeatable workflow improvements are often the ones teams feel every single week.

FAQ

How does AI audio narration work inside Webflow CMS?

An editor turns on the Add audio field and publishes the post. The automation cleans the text, generates narration through ElevenLabs, uploads the file to Cloudflare R2, updates the Webflow CMS item, and makes the audio player available on the live post.

Why build this as a custom internal tool instead of using a separate content workflow?

Because the value comes from removing friction. If the team has to leave Webflow, open more tools, or remember a fragile process every time, the feature usually gets ignored. Keeping the workflow native to the CMS makes it much more likely that the team actually uses it.

Why is this kind of workflow more realistic now than before?

Modern infrastructure, automation tools, and AI-assisted development have changed the economics. Workflows that used to feel too technical, too slow, or too expensive can now be built much faster and with much less overhead.

One last thought

The nicest thing about this project is how ordinary it feels once it is working.

An editor publishes a post the same way they normally would. A short moment later, the post can speak.

No extra operational mess. No awkward workaround. No second workflow to babysit.

Just a better publishing system, quietly doing its job in the background.

If your team has repetitive work that keeps getting postponed because the process around it is too clunky, that is usually a strong signal. A custom internal tool or automation may now be much more realistic than it was even a year ago.

Want to explore what that could look like for your team? See how AI-powered internal tools and automation can help, or book a discovery call.

Published on
May 6, 2026
Updated on
June 2, 2026
Mis on Xfiner Makeover Series?
Kes on Xfiner?
Kuidas Xfiner mind aidata saab?

About the author

Lauri Post

Founder of Xfiner

Lauri Post is the founder of Xfiner, an award-winning designer and systems practitioner with 10+ years of experience helping businesses across 29+ countries improve digital experiences, operational workflows, interfaces, and business-critical systems. His work has earned 11+ international design awards, including European Design Awards (Silver) and multiple German Design Awards, while supporting global brands, commerce businesses, and operational teams.

Google invited Lauri seven times to train thousands through the Grow with Google program, reflecting creative and operational expertise built through real-world execution. Lauri combines deep hands-on expertise in project management, UX/UI design, system and product design, automation, AI, and modern operational workflows. Today, he helps businesses reduce operational friction through intelligent integrations, AI-assisted workflows, internal tools, and modern operational systems.

Through Duct Tape Files and Xfiner, Lauri explores the hidden operational realities most companies quietly struggle with every day.

Read the longer story

Xfiner always delivers, which amplifies your business operations and return on investment

Viis tärni

What leaders like you think about Xfiner

People with high standards choose Xfiner because we deliver uniqueness and results at speed. We evolve, adapt, deliver and guide you through the fast-paced digital world.

Vaata edasi

xfiner has contributed with several excellent trainings to our SMB digital skills training program in Estonia. The great knowledge and detail-oriented approach to design and usability has shone through both the content and delivery. It has been a joy to work with xfiner!

Inimese pilt

Tom Pruunsild
Project Manager for Grow with Google trainings

I have worked together with Lauri and xfiner with several different projects and this has always been a pleasure. Got many good ideas how to improve Tele2.ee average order value! Keep up the good work!

Inimese pilt

Urmas Piik
eCommerce Product Owner @Tele2

Maruf Hasan
GigaLegal, London

Working with Xfiner was an excellent experience. They delivered everything promised, and the final web design exceeded our expectations. That’s why we wholeheartedly recommend Xfiner as a collaboration partner.

Inimese pilt

Marko Krist
Voltride, Sales & Marketing

Working with Lauri and Franz was a real eye-opening experience. So things can actually be done in high quality, super-fast speed and fair pricing? Sign me up for more! The professionalism, positive vibes and a somewhat rare ability to keep meetings short and productive is a real treat. They listen, guide and form even the most difficult ideas into usable interfaces with care. 10/10!

Inimese pilt

Silver Ernesaks
CTO @Zave Group

Collaboration with Xfiner is very good and things go fast. They are professionals in their field, and have mastered the latest eCommerce trends. We re-designed the entire eCommerce site with their team and design system.

Inimese pilt

Taavi Laeks
Board Member of Weekend

I had no idea a website could be built this fast! But beyond the speed, Lauri and the Xfiner team were incredibly professional, solution-oriented, and friendly. As a bonus, we also received a beautiful design – our website truly looks great now. An absolutely incredible experience – I 100% recommend them!

Inimese pilt

Anu Ernits
Creative Europe Estonia,
Head of MEDIA Desk

xfiner is a top-class partner in their field. Every project has been a joyable, yet really constructive and a successful ride which has improved our UX remarkably!

Inimese pilt

Mari-Liis Medar
Brand Manager

Working with xfiner is really easy – they provide a clear roadmap and everyone speaks the same language so that non-designers can also follow the complex processes.

Inimese pilt

Keit Kiissel
Head of International Marketing

The Team at xfiner gives tremendous support to Bring Hope Humanitarian Foundation on a weekly basis. The service is outstanding, fast, and precise. They are sincere!

Inimese pilt

Johanna Richardsson
Board of Directors

Talk to us

Tell us about your operations, goals, or challenges

Hi, I’m Lauri, founder of Xfiner. Over the past decade, I’ve helped businesses across 29+ countries improve digital experiences, operational workflows, and business-critical systems through design, technology, and modern execution.

Along the way, the work has earned 11+ international design awards and led to collaborations with global brands, growing commerce businesses, and operational teams.

Over time, one pattern became clear: most growing businesses already have systems and tools, but operations still become slower, more fragmented, and harder to manage as complexity grows.

That is why Xfiner exists today. We help businesses simplify operational work through intelligent integrations, AI-assisted workflows, operational tools, and modern execution built around how teams actually operate.

I’d be glad to learn more about your workflows, goals, and operational challenges on our discovery call.