Projects¶
Each project lives in its own GitHub repository. This site indexes them and provides cross-project context — roadmaps, integration points, and architectural decisions that span repos.
Internal projects¶
| Project | Repo | Status | Description |
|---|---|---|---|
| MPowerUP | Big-Nerd-Idea/MPowerUp | Active — Phase 1 complete | P2P mutual aid mobile app for vulnerable populations |
| RlivN | Big-Nerd-Idea/rlivn | Planning | AI companion agent for elderly / dementia care |
| Toaster Chef | Big-Nerd-Idea/toasterchef | Active | 2D multiplayer community-kitchen game |
Toaster Chef IT has been folded into the Foundation and rebranded as Second Boot, a Mutual Digital Aid program — see Programs. Its
toaster-chef-itrepo is retained (stubbed) for later reconsideration.
This repository¶
kevinwcrump/big-nerd-idea — org-level documentation, shared development directives, and the source for this site. Not a deployable product.
Cross-project notes¶
- rlivn ↔ mpowerup: RlivN's backend may eventually leverage MPowerUP's p2p/CRDT primitives for offline-resilient caregiver sync. Track as a future integration point.
- Second Boot ↔ mpowerup: Refurbished laptops can ship with MPowerUP preconfigured once MPowerUP has a desktop/web build (MPowerUP Phase 5).
- Second Boot ↔ rlivn: Refurbished tablets are a natural client-device path for rlivn caregiver-paired senior deployments. Second Boot's Module 08 (Seniors track) curriculum overlaps with rlivn's accessibility design principles.
- Shared Claude model: RlivN uses
claude-sonnet-4-6— keep in sync when models are upgraded across projects. - No shared packages yet — each project is fully self-contained today.