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

Open-source Claude Code reimplementation patched for local model compatibility
A developer patched the open-source Claude Code reimplementation to work with Ollama and local models by removing hardcoded Anthropic client dependencies. The CLI now auto-detects providers from model names and environment variables.

Mengram AI: Auto-Memory Tool for Claude Code Sessions
Mengram AI automatically maintains context between Claude Code sessions by loading cognitive profiles, injecting relevant past context into prompts, and saving new knowledge. It stores semantic, episodic, and procedural memory that evolves based on failures.

Auto-optimize: A Claude Code Plugin for Autonomous Performance Optimization
A developer built auto-optimize, a Claude Code plugin that autonomously runs profile → plan → benchmark loops to optimize code performance. In one test, it achieved a 27% faster hash table across all benchmark scenarios in about 3 hours.

Claude-Code v2.1.76 adds MCP elicitation, worktree optimizations, and numerous fixes
Claude-Code v2.1.76 introduces MCP elicitation support for structured input mid-task, adds worktree.sparsePaths for monorepo efficiency, and fixes 20+ issues including deferred tool schema loss, slash command problems, and Remote Control session stability.