FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Vercel Cloudflare migration + admin dashboard + AI news automation
How-ToDevOps

Vercel Cloudflare migration + admin dashboard + AI news automation

via Dev.tojidong6h ago

Moved portfolio site infrastructure from Vercel to Cloudflare Pages, built an admin dashboard, and set up an AI news auto-generation pipeline. 20+ commits over 3 days. Vercel → Cloudflare migration Vercel's cron requires the Pro plan. Needed twice-daily AI news generation but couldn't use cron on the free tier. Moved to Cloudflare Pages and separated cron into GitHub Actions . Migration checklist Change adapter to @astrojs/cloudflare in astro.config.mjs Add wrangler.toml Register environment variables in Cloudflare dashboard Disable Preview builds (deploy main branch only) Set up 3 GitHub Actions cron jobs # .github/workflows/cron-ai-news.yml on : schedule : - cron : ' 0 0,12 * * *' # UTC 0, 12 = KST 9AM, 9PM Cloudflare Pages has fast builds and a generous free tier. However, SDKs using node: built-in modules won't work. AI news auto-generation Generates AI news automatically twice daily (KST 9AM, 9PM). Source collection Crawls 5 sources for AI-related news: Google Custom Search — "AI"

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

How-To

The Hidden Magic (and Monsters) of Go Strings: Zero-Copy Slicing & Builder Secrets

Medium Programming • 1h ago

Why Watching Tutorials Won’t Make You a Good Programmer
How-To

Why Watching Tutorials Won’t Make You a Good Programmer

Medium Programming • 4h ago

The Code That Makes Rockets Fly
How-To

The Code That Makes Rockets Fly

Medium Programming • 4h ago

Spotify tests letting users directly customize their Taste Profile
How-To

Spotify tests letting users directly customize their Taste Profile

The Verge • 6h ago

How to Add Face Search to Your App
How-To

How to Add Face Search to Your App

Dev.to Tutorial • 6h ago

Discover More Articles