Self-hosted, cost-effective content generation pipeline using OpenAI-compatible APIs on Cloudflare Workers. Transform GitHub events into multi-platform content with zero hosting costs.
Perfect for developers and organizations looking to showcase their journey, share knowledge, and build their digital presence through automated content creation.
Transform your daily GitHub activities into engaging blog content automatically.
Create a centralized hub for your organization's technical content and updates.
Build and grow your technical community with automated content distribution.
Deploy on Cloudflare Workers for complete control over your infrastructure with zero hosting costs. Generate content and images using your own deployments.
Using DuckDuckGo AI Chat Service as a free OpenAI-compatible endpoint to automatically enrich and summarize your GitHub activities into engaging content.
Create beautiful cover images and visuals using self-hosted Flux deployment on Cloudflare Workers - no external API costs.
Works with all major static site generators and their themes - from Gatsby and Next.js to Hugo and Jekyll. Your content, your way.
Experience our AI-powered content generation in action. Check out this minimalist, Apple-inspired developer blog automatically generated from GitHub activities.
View Live Demogit clone https://github.com/wanghaisheng/github-daily-event-to-blog-update
cd github-daily-event-to-blog-update
This repository contains the main content generation pipeline.
Set up DuckDuckGo AI Chat Service as your OpenAI-compatible endpoint:
# Deploy DuckDuckGo AI Chat Service
git clone https://github.com/mumu-lhl/duckduckgo-ai-chat-service
cd duckduckgo-ai-chat-service
npm install
wrangler deploy
This provides free AI capabilities for content enrichment without OpenAI API costs.
Choose one of these open-source Flux implementations:
# Deploy using Wrangler
git clone https://github.com/snakeying/flux-api-worker
cd flux-api-worker
npm install
wrangler deploy
# Update config.yml with your settings
site:
url: your-site-url
stack: gatsby|hugo|jekyll
theme: your-theme-name
deployment:
worker_url: your-flux-worker-url
openai_endpoint: your-duckduckgo-endpoint # DuckDuckGo AI Chat Service URL
image_worker: your-flux-deployment # For cover image generation
Configure your GitHub repository settings and secrets in the Actions tab.
Automatically transform your GitHub activity into engaging social media posts for Twitter, LinkedIn, and more.
Convert your development stories into short-form videos optimized for platforms like YouTube Shorts and TikTok.
Transform your technical content into podcast episodes with AI-powered text-to-speech and automatic show notes.
Auto-generate professional slide decks from your technical content and GitHub activities.
The content generator runs on Cloudflare Workers, which offers a generous free tier. You can deploy your own OpenAI-compatible API or use existing open-source alternatives, making it completely cost-free to run.
We support all major static site generators including Gatsby, Next.js, Hugo, Jekyll, Astro, VitePress, and more. The content is automatically formatted to match your stack's requirements.
The generator automatically detects your theme structure and formats content accordingly, including front matter, components, and styling conventions specific to your chosen theme.