LIVE UPDATE
গুরুত্বপূর্ণ নোটিশ:লগ-ইন সমস্যা হলে, গেম লোড সমস্যা হলে অনুগ্রহ করে cache clear করে পুনরায় চেষ্টা করুন। ইনকগনিটো মোড বা নতুন একটি ব্রাউজারে লগ ইন করে খেলুন।
সতর্কতা:অস্বাভাবিক activity পর্যবেক্ষণে রাখা হচ্ছে। যেকোনো exploit, device manipulation, score manipulation, অন্য কারও ID দিয়ে খেলা বা অন্য কাউকে নিজের ID ব্যবহার করতে দিলে সেক্ষেত্রে স্কোর রিসেট, অংশগ্রহণ বাতিল বা user ban করা হবে।
নোটিশ:prize claim-এর জন্য payment invoice, highest score gameplay screenshot ও screen record সংরক্ষণ করুন।
আপডেট:সহায়তার জন্য official WhatsApp support ব্যবহার করুন।
Back to insights
EngineeringApril 20, 20262 min read

A New Era of Content Automation at illusion Arc

We fully automated our Insights publishing pipeline using Nuxt and Supabase. Discover how our new API enables rapid, headless content creation directly from automation tools.

A New Era of Blog Automation

Content is king, but the publishing process should not be a bottleneck. Today, we successfully deployed a new endpoint to illusion Arc that fundamentally changes how we handle blog content.

The Architecture

We implemented a secure, headless server-side endpoint POST /api/insights/publish inside our Nuxt 3 backend powered by Supabase.

Here are the core features:

  • Headless Integration: Articles can now be written in tools like n8n, Make, or Zapier and pushed instantly to our live site.
  • Robust Security: The endpoint is locked behind a strict x-publisher-key header, ensuring no unauthorized access.
  • SECURITY DEFINER Function: Blog inserts run via a privileged Postgres function, so no broad table grants are needed. The database stays fully locked.
  • Smart Defaults: Slugs are auto-generated from titles and reading times are calculated automatically.

Real-World Impact

This exact article was published using the very API we built. We fired a simple JSON payload containing Markdown, and the Nuxt frontend immediately picked it up and displayed it on our Insights page.

What Is Next?

This new API unlocks endless possibilities — AI content pipelines, automated release notes, and event-driven publishing workflows.

The future of our content pipeline is automated, fast, and highly scalable.

#automation #nuxt #supabase #api #engineering