What it is in one line
A single-page clock that renders UTC time in every format a program can ask for —
15+ formats, one click to copy, plus a no-auth, no-rate-limit JSON API on the side.
Who built it
A solo project by nadermx. Judging by the HN comments, the author added features the
same day they were requested (pick a date/time and get the Unix timestamp), and
conceded the UI looks like "a one shot vibe coded mess" and would be improved —
classic solo ship-then-iterate.
Read: a small, complete tool project. The highlight is not feature count, it is
positioning — it has defined itself as the worldtimeapi.org replacement.
What it actually does
- 15+ time formats, one-click copy → ISO 8601, RFC 3339/2822/1123/850, Unix
seconds/milliseconds, ATOM, ISO week date, custom strftime, and more
- City as URL → utctime.app/nyc, /lax, /tokyo, /est, /asia/kolkata all resolve to
the offset, the identifier, and the next DST change
- Pinned timezone cards → added by shortcut key, stored in the browser, no account
- Code snippets in 14 languages → the correct way to get UTC time in each
- Free JSON API → no key, open CORS, published rate limits, URL-shape compatible
with worldtimeapi.org, with a migration guide
- Device clock drift detection → estimates your machine's clock skew using
round-trip calibration
What old behavior it replaces
Three old paths. First, developers looking up Unix timestamps — opening a terminal and
running date, or visiting a timestamp converter. Second, jumping between multiple
format converters. Third, and most concretely: projects bitten by worldtimeapi.org's
repeated outages — ESP32, CircuitPython, and Power BI projects that hard-coded its
address go down wholesale when it does.
utctime.app picks up those refugees with "the same URL shapes, compatibility aliases,
and a migration guide" — the only place where it has a real migration-cost advantage.
It does not replace "looking at the time"; it replaces "the unreliability of the public
world-time infrastructure."
Business model
Free, no account, no ads, no pricing. The site exposes a JSON API for anyone to
call, with no paid path at all.
Read: a tool with no business model. The only plausible long-term value is traffic and
reputation accumulated from API dependency. This category usually ends as a stable free
public utility, or gets acquired.
Hard numbers
- HN Show HN: 24 points / 7 comments (2026-08-13) — on the higher end among this
batch of small tools
- No account system, no user data
- Free JSON API, open CORS, claims no rate limits
- The site claims millisecond-level device clock drift detection
- Tech stack and maintenance cost: not disclosed
Four-way read
| Dimension |
Call |
| Founder-product fit |
A single person maintaining a public clock tool — fit is high, ceiling is low |
| Product insight |
The "world time replacement" positioning is smart; API compatibility is an acquisition shortcut |
| Execution quality |
Feature-complete and responsive to feedback the same day, but reviewers called it "a one-shot vibe coded mess" |
| Timing |
worldtimeapi.org's instability is a real opening, but the market is tiny |
The call
Most of those 24 points came from the "replacement" positioning. A clock page has
no news value by itself; HN clicked because it precisely hits the pain left by
worldtimeapi.org's outages — API compatibility plus a migration guide is the standard
play for capturing existing users. That is the most worth-learning part of this thread.
But it is a good knife with too small a market. The real users of a clock tool are
developers, and a developer's need to convert formats is met by a one-line terminal
command or a library. utctime.app is not competing with other clock websites; it is
competing with the muscle memory of typing date in a terminal. Its value anchor is
"being depended on" — an API user who migrates halfway keeps coming back.
Having no retention mechanism is this category's fate. No account, no state, no
personalized data — users have no reason to stay, only a chance of returning when
needed. Retention does not show up in metrics; it shows up in "has anyone hard-coded
this API into their code."
Maintenance is the only lifeline. Once a public clock tool stops updating and its
DNS dies, everyone who migrated here becomes the second batch of refugees. Its
differentiation today is "more stable than worldtimeapi.org," and that promise must be
paid for with ongoing operations.
What to watch next
① Whether anyone actually migrates from worldtimeapi.org after the migration guide
lands — URL-shape compatibility is only step one; real migration cases are the proof
② The API's availability record — for a public clock tool, stability is the lifeline
③ Whether the author keeps maintaining it — HN often peaks at launch; one week of
commits will tell
What you can take from it
Product logic: give your tool a "replacement" positioning. Find an unstable but
widely depended-upon public resource and inherit its users by being compatible with its
URLs and behavior — far cheaper than educating a market from zero. The
"compatibility aliases plus migration guide" play against worldtimeapi.org is an
acquisition posture any developer tool can copy.
Pricing structure: none. Free, no account.
Verdict
Unproven. Small, complete, and smartly positioned, but no business model and no
retention mechanism — its value is in "being depended on," not "being used." Track the
migration cases and the stability record.