Nudge: A local-first app that surfaces Claude-generated plans via contextual triggers

A Reddit user built Nudge with Claude Code after repeatedly losing workout routines, study plans, and weekly schedules generated by Claude in chat history. The app is local-first, requires no account, and is free.
What Nudge does
- Paste any markdown — from Claude/ChatGPT exports, Notes, or anywhere
- Attach contextual triggers: time, location, Wi-Fi, inactivity, or one-time
- Surfaces the right plan at the right moment via local notifications
- Everything stays on-device — no account, no server
Platforms
- iOS: App Store
- Android: Google Play
For developers using AI coding agents to generate plans, schedules, or routines, Nudge solves the forgetfulness problem by tying plans to real-world context — no more digging through chat history.
📖 Read the full source: r/ClaudeAI
👀 See Also

NERF Open Source AI Security Engineering Platform Enters Public Beta
NERF is an open source AI security engineering platform and autonomous coding agent that covers offensive, defensive, and privacy security techniques across 117 domains. It features 9 auto-detected operating modes, 26 LLM provider support, and compliance automation for 39 frameworks.

Am I OpenAI Compatible: Tool & Docs for Unified API Signatures
A new tool and documentation page documents OpenAI compatibility across open-source AI engines like vLLM and llama.cpp, including official and unofficial signatures.

Agents Observe: Real-time Dashboard for Monitoring Claude Code Agent Teams
Agents Observe is a local dashboard that provides real-time observability for Claude Code agent sessions using hooks instead of OTEL. It captures every tool call, agent hierarchy, and event with filtering and search capabilities, running as a Docker container that auto-starts with Claude sessions.

Depct tool collects runtime data to help Claude debug production issues
Depct is a tool that collects runtime instrumentation from Node.js apps, builds graphs from the data, and feeds it to Claude via AWS Bedrock to help debug intermittent production failures. It also generates architecture diagrams and dependency maps from runtime behavior.