Daykeeper is a journal-style social media that blends a social networking with journaling methods, like the Bullet Journal. This repo contains the web client for Daykeeper.
This webapp uses the Daykeeper API.
Live: https://daykeeper.app
- Daily planning with tasks, notes, and events
- Social feed with posts, likes, comments, and profiles
- Notifications and follow requests
- Settings for privacy, devices, blocks, and account management
- Next.js (App Router)
- React
- Tailwind CSS v4
- TanStack Query
- TypeScript
npm install
npm run devThe app runs on http://localhost:3000 by default.
The app expects a Daykeeper API. Configure the base URL in config.ts:
export const API_URL = "https://daykeeper-api.onrender.com"
// export const API_URL = "http://localhost:3001"PRs welcome! If you plan to work on a new feature, please open an issue first so we can align on scope.
You can contact through
or directly to my Twitter (@luciano655dev)
Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).