← Back to Projects
Automation

Japanese Daily Automation System

Fully automated social media content pipeline (Instagram, LinkedIn, X, FB) powered by Make.com, DeepSeek, and Canva.

The Challenge

Manually researching vocabulary, designing carousels in Canva, writing captions, and posting to Instagram/LinkedIn daily took 10-15 hours/week. Inconsistency killed growth.

The Solution

Built a Make.com orchestration that watches a content database (Google Sheets), uses DeepSeek/GPT for advanced Japanese context generation, auto-creates carousels via Canva API, and publishes to all platforms automatically.

Demo

Japanese Daily Automation System

Key Results & Impact

  • Grew to 10k+ followers in 3 months
  • 100% posting consistency (365 days)
  • Saved 15 hours of manual work per week

Under the Hood

json
{
  "name": "CarouselSocial Media Manager Using Deepseek",
  "modules": [
    { "service": "google-sheets", "action": "watchRows" },
    { "service": "deepseek-ai", "action": "generateCaption" },
    { "service": "canva", "action": "createCarousel" },
    { "service": "instagram", "action": "publishPhoto" },
    { "service": "linkedin", "action": "createShare" }
  ]
}

My Role

  • Workflow Architecture
  • Make.com Logic
  • Prompt Engineering

Tools Used

  • Make.com
  • DeepSeek AI
  • Canva API
  • Google Sheets
  • Instagram/LinkedIn/FB APIs

Tech Stack

Make.comMake.com
DeepSeek AIDeepSeek AI
CanvaCanva

Key Features

  • Multi-platform publishing (Instagram, LinkedIn, X, FB)
  • DeepSeek RAG for accurate Japanese grammar/nuance
  • Dynamic Canva Template generation via API
  • Automated approval workflow via Google Sheets