Business automation / Used in practice

Social content automation

A pipeline supporting source acquisition, content generation and transformation, video preparation and social media publishing.

Technology selection, workflow and deployment

What this demonstrates

The automation was created during a GRYC LTD internship and independently deployed to the company Linux server.

Raw Animals: from idea to scheduled publishing

In Raw Animals I treated AI as part of a complete production line. One topic or file in Google Drive could start scripting, generation, assembly, copy and publishing, with a human checkpoint where it mattered.

Preview of the Raw Animals content automation workflowFIELD NOTE

ORCHESTRATION

n8n connects many small responsibilities

The workflow read from Drive or Sheets, passed context to AI agents, called external APIs, stored task identifiers and checked statuses. Delays, conditions and retries were necessary because video generation is not immediate.

PRODUCTION

From short clips to a finished format

I built variants for videos, AI image posts and Explained by Emoji with a custom Remotion renderer. A piece could pass through script, TTS narration, a safe 9:16 or 16:9 frame and final render before reaching Postiz.

RELIABILITY

The queue remembers what happened

For larger batches PostgreSQL stored topics, statuses, attempt counts, history and content fingerprints. This made it possible to resume after failure, route difficult cases to review and limit duplicates.

OPERATIONS

Containers are part of the solution

On a Linux server I operated n8n, Postiz, PostgreSQL, Redis, the renderer and helper services in Docker. I handled volumes, connections, schedules, file cleanup and safe API key storage.

NEXT ITERATION

Need a system with similar capabilities?

Tell me what you are trying to improve and we can map the next practical step.

I WANT A FREE DEMO