惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

AI
AI
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
N
News and Events Feed by Topic
O
OpenAI News
W
WeLiveSecurity
S
Secure Thoughts
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Heimdal Security Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Schneier on Security
Schneier on Security
Cloudbric
Cloudbric
T
Threatpost
T
Troy Hunt's Blog
T
Tenable Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
V
Vulnerabilities – Threatpost
Google Online Security Blog
Google Online Security Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
The Hacker News
The Hacker News
Know Your Adversary
Know Your Adversary
Forbes - Security
Forbes - Security
Cyberwarzone
Cyberwarzone
C
CXSECURITY Database RSS Feed - CXSecurity.com
P
Privacy & Cybersecurity Law Blog
L
Lohrmann on Cybersecurity
博客园 - 司徒正美
腾讯CDC
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
D
Docker
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
I
InfoQ
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
A
Arctic Wolf
L
LINUX DO - 热门话题
The Cloudflare Blog
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件

Flavio Copes

Better Auth: an introduction Cloudflare Artifacts: Git storage built for AI agents Workers Cache: a cache in front of your Cloudflare Worker Cloudflare Drop: drag a folder, get a live site Temporary Cloudflare accounts: agents can now deploy without signing up Moondream 3.1 on Workers AI: fast vision at the edge inferencecost.dev: what will AI inference cost you at 10k users? Sitebase: all the features your website needs, in one place StackPlan: figure out where to deploy your app, and what it How the Cloudflare Pages build cache works How I generate an Open Graph image for every post New: 90 free tools for developers How I added search to my static site with Pagefind How to rebuild a Cloudflare site on a schedule Cloudflare Email Workers: run code when an email arrives Cloudflare Turnstile: stop bots without annoying CAPTCHAs Cloudflare Workers: secrets and environments Cloudflare Workers observability: logs and traces Cloudflare Analytics Engine: store and query metrics The AI Workshop (July 2026 cohort) Cloudflare Cron Triggers: run a Worker on a schedule Cloudflare Durable Objects: state that lives in one place Cloudflare Queues: run work in the background Cloudflare R2: object storage without egress fees Cloudflare KV: a key-value store for your Workers Cloudflare D1: a SQL database for your Workers Serving a website with Cloudflare Workers static assets Wrangler: the Cloudflare Workers command line tool Executor: one gateway to connect your AI agent to every tool Cloudflare Workers: your first serverless function Vercel eve: an open framework for building AI agents Flue: the open framework for building AI agents Val Town: write and deploy code in seconds A hands-on guide to The Agency, a collection of AI agents The AI Workshop (June 2026 cohort) The AI Workshop (May 2026 cohort) The AI Workshop (Apr 2026 cohort)
The Summer of Code
Flavio Copes · 2026-07-08 · via Flavio Copes

By Flavio Copes

July and August: no new courses, no launches, just building. A recap of the first week: StackPlan, 140+ free tools, Sitebase, the bootcamp platform, and a new 30 Days of Code course.

~~~

I’m calling it The Summer of Code.

July and August, for me, are not about planning new courses or launches. I just code what I want. Build things, follow ideas, see where they go.

The first week has been one of the most productive stretches I’ve ever had. I shipped work across four different projects, all built with Cursor and AI agents. I want to recap it here, partly to share what’s new, partly because looking back at a week like this still feels a bit unreal.

Here’s what happened.

StackPlan: a new product, from zero to production in 6 days

The big one. On July 2nd I scaffolded a brand new project. On July 7th it was live in production at stackplan.dev.

StackPlan is a deployment stack advisor. You describe your app — through a questionnaire or just a free-text prompt — and it recommends a hosting stack with real cost estimates, based on a curated knowledge base of provider pricing.

In 6 days it got:

  • A recommendation engine: a curated pricing knowledge base plus a deterministic cost model, with an LLM rationale layer on top
  • A Railway-style interactive canvas where you drag service nodes and watch costs recompute live
  • An “engineering dial” that morphs your stack from Duct Tape to Overkill, with animations
  • A GitHub repo scanner that detects your stack from manifests and prefills the intake
  • 23 case studies of real indie businesses and their stacks (Plausible, Bear Blog, Nomad List, Lichess…)
  • A free tools hub: database chooser, serverless-vs-serverful decision tool, Roast My Stack, and more
  • Auth, billing with Polar, transactional email with Resend, an admin curation UI, and a daily AI agent that verifies provider prices and files update proposals

The whole thing runs on Cloudflare Workers with the AHA stack: Astro SSR, HTMX, Alpine.js, plus D1 and Drizzle.

Last week I launched the tools section with 90 free, browser-only tools for developers. No signup, no ads, your data never leaves your machine.

Since then I kept going. Another 57 tools landed: hosting and deployment utilities, converters, generators, and more browser-only helpers. The collection is now at over 140 tools, all at flaviocopes.com/tools.

I also cross-linked tools with related blog posts, so if you land on a tutorial about JWTs you’ll find the JWT decoder right there, and vice versa.

Sitebase: repositioned for AI builders

Sitebase is my “features for your website” product: waiting lists, newsletter signups, testimonials, analytics — small embeddable features you drop into any site.

This week I repositioned it around a simple idea: your coding agent should be able to install it for you.

  • Agent-legible docs at /llms.txt and /llms-full.txt
  • A remote MCP server, so agents can manage your sites directly
  • A public management API with per-workspace API keys
  • “Install with your agent” prompt blocks next to every embed snippet
  • Outbound webhooks (Zapier, Make, Slack, Discord) and a weekly digest email

It’s now deployed to production with a waiting list — and yes, the waiting list on the homepage is a Sitebase widget. Dogfooding from day one.

The bootcamp platform

The AI-first Web Development Bootcamp platform got some love too, in preparation for the next cohort, planned for 2027: student progress tracking with per-week badges on the dashboard, downloadable project files on every week page, and theory reading links connecting each week to the relevant tutorials here on the blog.

A new course: 30 Days of Code

I’m also working on something new: 30 Days of Code, an email-based course with a companion website.

The idea: the full bootcamp is 16 weeks. This distills the core of it into 30 daily sessions, 1-2 hours each. Every day you get an email, and each day has its own page on the site. Every day has two threads: web development fundamentals (theory plus a hands-on exercise, done without AI) and a daily AI skill (an assignment done with AI).

You learn to code, and you learn to work with AI, at the same time. More on this soon.

How this was possible

All of this was built with Cursor.

Not “Cursor helped me write some functions”. I mean the agents did the heavy lifting: planning, implementing, testing, deploying. My job was direction, review, and taste — deciding what to build, catching what’s off, and keeping the quality bar where I want it.

A week like this would have been a quarter of work a couple of years ago. Probably more, because honestly I would have never attempted to build something like StackPlan’s interactive canvas by hand.

This is the workflow I teach in the bootcamp, and weeks like this one are why I’m so excited about it.

The Summer of Code is just getting started. More soon.

~~~

Related posts about news: