ANTHONY.online

Small software.
Built like it matters.

Independent apps, field calculators, and embeddable tools for people who do real work. Each one is focused, documented, and maintained by the person who built it.

Tools for real work, made to be used.

Built for the jobPractical inputs and clear results.
Embeddable by designFocused components when a site needs them.
Transparent processDecisions documented in public build notes.

Useful on purpose.

Practical software for builders, makers, and small-business operators. No inflated suite, no feature theater.

The code is part of the product.

Useful software should explain itself, respect the person using it, and stay understandable after launch.

Static-first delivery
Pages are prerendered when they do not need request-time logic.
Accessible interfaces
Semantic structure, visible focus, readable contrast, and reduced-motion support.
Privacy-aware measurement
Collect only what helps operate and improve the product.
Documented decisions
Tradeoffs and implementation details live in public build notes.
Browserrequests a page Cloudflare edgeserves static assets App logiconly when needed VertaFlowCRM actions only
worker.tsBUILD NOTE
01 const url = new URL(request.url);
02
03 if (isStaticAsset(url)) {
04   return env.ASSETS.fetch(request);
05 }
06
07 return handleAppRequest(request, env);
Astro for static output · TypeScript for type safety · Cloudflare at the edge

Three domains. One accountable builder.

Different jobs, clear ownership, and shared technical standards. Follow the link that matches what you need next.

01designedbyanthony.online

Apps, calculators, widgets, and build notes

Useful small software and the technical documentation behind it.

Browse apps and tools →
03vertaflow.io

CRM, pipelines, and client operations

The flagship operating system for leads, follow-through, and client work.

Explore VertaFlow →

Start with a useful tool.

Explore the apps →

Need the website instead?

Start a build →

Apps and build notes

Get the occasional note when a useful app or technical write-up ships.