PromoClock: Timezone Tracker for Claude's 2x Off-Peak Hours Built with Claude 4.6

A developer has built PromoClock.co, a free timezone tracker specifically for Claude's 2x off-peak promo hours. The tool solves the daily annoyance of manually converting the published "5-11am PT / 12-6pm GMT" windows into local time.
How It Works
The website automatically detects a user's browser timezone and displays whether the 2x limits are currently active. It provides a countdown to the next status change.
Technical Build with Claude 4.6
The developer used Claude Opus 4.6 to build the entire project. Key implementation details from the source include:
- Timezone Logic: Claude wrote complex JavaScript using the
Intl.DateTimeFormatAPI to accurately convert PT/GMT hours to local browser time, correctly accounting for recent US Daylight Saving Time changes. - Next.js 15 & i18n: Claude architected the Next.js 15 App Router setup, including a lightweight Server Component-based i18n middleware to support 10 languages without bloating the client bundle.
- UI & Logo: Claude generated pure SVG code for the logo and styled the interface using Tailwind CSS based on a "minimalist/calm" design prompt.
- API & Tools: Claude helped create a
/api/statusJSON endpoint for terminal users and a dynamic.icscalendar generator to sync the 2x windows with personal calendars.
The tool is completely free with no advertisements.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a Sub-500ms Voice Agent: Architecture and Performance Insights
A developer built a voice agent from scratch achieving ~400ms end-to-end latency with full STT → LLM → TTS streaming. Key insights include treating voice as a turn-taking problem, using semantic end-of-turn detection, and colocating all components for minimal latency.

Bypassing NemoClaw Sandbox Isolation for Local Nemotron 9B Agent
A developer bypassed NemoClaw's sandbox isolation to run a fully local agent using Nemotron 9B with tool calling on a single RTX 5090. The approach involved iptables configuration, a custom TCP relay, and real-time tool call translation.

Open-source SwiftUI testing skill for Claude Code uses Computer Use to visually test apps
An open-source Claude Code skill called /ios-test visually tests SwiftUI apps using Computer Use capability. The agent finds .xcodeproj files, builds the app in a Simulator, then navigates through every screen, tapping buttons and following links like a real user.

Multi-Agent Debate App Built with Claude, ElevenLabs, and Flux
A developer built a debate app where Claude generates arguments for two personas on any topic, with an AI judge scoring and picking a winner. The app adds voice via ElevenLabs and images via Flux to create a debate show experience.