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

Sense: Go SDK for LLM-powered test assertions and structured text extraction
Sense is a Go SDK that uses Claude for two main functions: evaluating non-deterministic output in tests with plain English assertions, and extracting typed structs from unstructured text through reflection and forced tool_use.

Keyoku Plugin Replaces OpenClaw's Static Heartbeat with Memory-Driven Autonomy
Keyoku is a free OpenClaw plugin that changes the agent's heartbeat from reading a static HEARTBEAT.md file to scanning the agent's actual memory store for stalled work, dropped commitments, conflicting information, and quiet relationships. It uses a local Go engine with SQLite + HNSW and offers three autonomy levels: observe, suggest, and act.

Two Claude Code Skills for Managing CLAUDE.md Configuration
A developer built two Claude Code skills to handle CLAUDE.md configuration: /cc-init creates lean configs for new projects, and /cc-optimize analyzes existing projects for bloat and issues. Both aim to reduce context overhead and improve instruction following.
Claude Prototypes Real Estate Analysis App in 3 Hours Using Live Zillow Data via clawhub
A developer used Claude with the zillow-full clawhub tool to build a rental cash flow analysis app — pulling live Zillow API data, prototyping the UI around real JSON responses, and delivering a working prototype in one afternoon.