Leadership App with 90+ Lessons from 20+ Books Runs in Claude

A developer has built a leadership application that runs as an artifact inside Claude, converting an unfinished reading list into a structured learning tool.
Key Details
The app contains 90+ lessons extracted from 20+ books across several categories: leadership, habits, discipline, influence, team culture, and wealth mindset.
Authors represented include: Maxwell, Goggins, Clear, Covey, Sinek, Carnegie, Cialdini, Cardone, Collins, Grover, Newport, Kiyosaki, Duckworth, Hardy, Gordon, Ferris, Deida, Blanchard, Berger, Lemov, and others.
Features
- Daily lessons: Each lesson breaks down a core principle and provides a specific action to apply that day
- Daily rotation: Users receive a new lesson every morning
- Streak tracking
- Journal feature for reflections
- Bookmarking capability
- Full searchable library
- Author spotlight section
- Progress tracking by category
The app is accessible as a Claude artifact at: https://claude.ai/public/artifacts/3a4c7b6e-9e72-486f-97d2-f4fee27c48ce
📖 Read the full source: r/ClaudeAI
👀 See Also

Foreman: Open Source Slack Bot for Remote Control of Local Claude Code
Foreman is a free, open source Slack bot that provides remote control for locally running Claude Code instances. It allows developers to send tasks to Claude from their phone while maintaining full local access to filesystem, tools, and environment.

Bifrost AI Gateway: Open-Source Tool Addresses AI Infrastructure Gaps
Bifrost is an open-source Go-based LLM gateway that provides automatic failover between providers, budget caps that reject requests, audit logging, and hooks for evaluation. Benchmarks show it's ~50x faster than LiteLLM at high throughput.

Bifrost LLM Gateway: 11 Microsecond Overhead, Single Binary in Go
Bifrost is an open-source LLM proxy written in Go that routes requests to OpenAI, Anthropic, Azure, and Bedrock with 11 microsecond overhead per request, handling 5,000 RPS on a $20/month VPS.

Log Reducer MCP Server Cuts Token Usage When Claude Code Reads Logs
Log Reducer is an MCP server that processes log files server-side before sending reduced output to Claude Code, avoiding raw logs in the context window. It applies 19 deterministic transforms that compress logs by 50-90%, with a 2000-line log representing 20,000+ tokens removed from sessions.