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

推荐订阅源

G
Google Developers Blog
S
Schneier on Security
The Hacker News
The Hacker News
P
Proofpoint News Feed
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
I
Intezer
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Schneier on Security
Schneier on Security
Security Latest
Security Latest
AWS News Blog
AWS News Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
O
OpenAI News
月光博客
月光博客
Hacker News: Ask HN
Hacker News: Ask HN
阮一峰的网络日志
阮一峰的网络日志
S
Security @ Cisco Blogs
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Latest news
Latest news
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
PCI Perspectives
PCI Perspectives
博客园 - 聂微东
SecWiki News
SecWiki News
宝玉的分享
宝玉的分享
Forbes - Security
Forbes - Security
H
Heimdal Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
罗磊的独立博客
WordPress大学
WordPress大学
D
Darknet – Hacking Tools, Hacker News & Cyber Security

Flavio Copes

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 The Summer of Code How I generate an Open Graph image for every post 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)
New: 90 free tools for developers
Flavio Copes · 2026-07-07 · via Flavio Copes

By Flavio Copes

I launched a new tools section on the site: 90 free calculators and utilities for developers, running entirely in your browser. No signup, no ads.

~~~

I just launched a new section on this site: flaviocopes.com/tools.

It’s a collection of 90 free tools for developers. Calculators, utilities, little helpers for things I kept doing by hand or with random sites full of ads.

Why build them? To be useful. I’ve been writing tutorials for years to help people learn. Tools are the same idea in a different shape: instead of explaining something, I give you something you can use right away.

A few principles I followed:

  • Free, no signup. Open the page, use the tool, done.
  • Everything runs in your browser. Your data never leaves your machine. Paste a JWT in the decoder or a prompt in the token counter, and nothing gets sent to a server.
  • No ads, no tracking, no dark patterns.

The tools are grouped by category. Some highlights:

AI and LLMs: an inference cost calculator to estimate your monthly LLM bill, a token counter that shows what a prompt costs on every major model, a subscription vs API break-even calculator, a context window fit checker, and an AI agent cost visualizer that shows why multi-step agent runs get expensive.

JavaScript and TypeScript: a regex tester with a plain-English explainer, a JSON formatter, a JWT decoder, a JSON to TypeScript converter, and an event loop visualizer that steps through microtasks vs macrotasks.

CSS and HTML: a flexbox playground, a CSS grid generator where you paint named areas, a color converter with WCAG contrast checking, and a clamp() calculator for fluid typography.

Git: a command finder where you describe the goal and get the command, and a “Git oh no” recovery tool for when things go wrong.

Databases: a database chooser, a SQL formatter, and a SQL to Prisma to Drizzle schema converter.

Web platform: a CORS debugger, a Cache-Control header builder, a cron expression builder with next-run preview, and a timestamp converter.

Business and writing: a freelance rate calculator, a SaaS MRR calculator, and a payment platform fee comparison for Paddle, Stripe, Gumroad, Polar, and Lemon Squeezy.

And a lot more: the full list is on the tools page, organized by category.

One small exception to the “browser only” rule: the app idea generator has an optional AI mode that calls a small model on the server. It’s rate limited so it stays free, and the curated ideas work without it.

If there’s a tool you’d love to have, let me know. If it’s useful to you, it’s probably useful to a lot of people.

Check them out at flaviocopes.com/tools.

~~~

Related posts about news: