Show Dev: I built a fast offline calculator hub with Next.js & Cloudflare

Published: (February 10, 2026 at 04:17 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Introduction

Hi everyone! I’m a full‑stack engineer and, like many of you, I’m tired of “utility” websites that are bloated with ads, cookies, painfully slow, and overloaded with trackers.

So I decided to build qalc.ai — a clean, lightning‑fast hub for calculators and practical tools that actually respect the user experience. It works fully offline after the first load, has no intrusive pop‑ups, and only a single small banner ad that can be closed for the entire day without interrupting anything.

Originally, I built most of these tools for myself — things I was constantly calculating or Googling while working with finance, crypto, and everyday conversions. Over time, it turned into a growing collection of calculators and productivity tools that I now keep expanding.

The Tech Stack 🛠️

  • Frontend: Next.js (App Router) for SSR + ISR
  • Styling: Tailwind CSS with shadcn UI
  • Edge & SEO: Cloudflare caching + IndexNow for instant indexing
  • Logic: Pure TypeScript (no heavy backend)

UX Philosophy

  • Works offline
  • No clutter
  • No annoying ads
  • No tracking
  • Just input → result

I’d Love Your Feedback 🎤

I’d really appreciate a technical roast or constructive feedback:

  • Performance: Does it feel instant?
  • UI/UX: Is navigation clear?
  • Features: What calculator or tool do you Google most often?

Thanks for checking it out — happy hacking! 🚀

0 views
Back to Blog

Related posts

Read more »

Server Components aren't SSR!

SSR vs. React Server Components In the dev world, React Server Components RSC are often mistaken for just another form of Server‑Side Rendering SSR. While both...

A Beginner’s Guide to ThreeJs

markdown ! https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2...