Pebblewise is a family routine app that helps households manage chores, habits, rewards, and approvals in one place.
What Pebblewise helps with
Pebblewise is designed for families that want to make expectations clearer and daily follow-through easier. Typical use cases include:
- assigning recurring chores
- tracking school or bedtime routines
- rewarding consistency with stars or points
- reviewing weekly progress as a family
Getting started locally
To run Pebblewise locally, make sure your computer has the required development tools installed.
Recommended setup:
- Use fnm or another version manager for Node.js.
- Install pnpm for package management.
- Install git if you plan to pull updates or collaborate on the codebase.
Example version targets:
node -v
pnpm -v
git --versionProduct direction
Pebblewise focuses on a few core family loops:
- plan chores and routines clearly
- let children mark progress as they go
- give parents a review and approval layer
- make rewards feel fair and visible
Recommended tools
If you are customizing Pebblewise, the following tools are useful:
| Name | Description |
|---|---|
| Cursor | AI editor |
| Windsurf | AI editor |
| v0 | UI prototyping |
| Claude | Research and writing |
| ThinkAny | Search and exploration |
Helpful editor plugins
- REST Client for API debugging
- Prettier - Code formatter for formatting

