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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog RSS Feed
W
WeLiveSecurity
I
InfoQ
L
Lohrmann on Cybersecurity
Simon Willison's Weblog
Simon Willison's Weblog
腾讯CDC
S
Schneier on Security
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Threat Research - Cisco Blogs
P
Palo Alto Networks Blog
Attack and Defense Labs
Attack and Defense Labs
I
Intezer
Recent Commits to openclaw:main
Recent Commits to openclaw:main
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
Cisco Talos Blog
Cisco Talos Blog
T
The Exploit Database - CXSecurity.com
S
Securelist
T
Tailwind CSS Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
T
Tor Project blog
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
Project Zero
Project Zero
C
Cybersecurity and Infrastructure Security Agency CISA
Apple Machine Learning Research
Apple Machine Learning Research
V
Visual Studio Blog
Know Your Adversary
Know Your Adversary
T
The Blog of Author Tim Ferriss
N
News and Events Feed by Topic
小众软件
小众软件
G
Google Developers Blog
F
Full Disclosure
O
OpenAI News
The Last Watchdog
The Last Watchdog
G
GRAHAM CLULEY
TaoSecurity Blog
TaoSecurity Blog
U
Unit 42
Jina AI
Jina AI
S
SegmentFault 最新的问题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
P
Proofpoint News Feed
Y
Y Combinator Blog
N
News and Events Feed by Topic
K
Kaspersky official blog

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: