Minute
⏰ The open-source time tracking app for individuals.
Install / Use
/learn @ktmouk/MinuteREADME
About
Minute is an open-source time tracking app.
In contrast to other time tracking apps, Minute is mainly focused on individual use and is designed to help users review how they spend their time and use it more meaningfully.
<a href="https://www.producthunt.com/posts/minute-3?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-minute-3" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=485650&theme=light&period=daily" alt="Minute - Open source time tracking app for individuals | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
Screenshots
<img src="./docs/images/home.png"/> <img src="./docs/images/reports.png">Features
<h3>Folders</h3> <img src="./docs/images/folders.png" width="250"> <p>Manage your tracked time entries with folders and analyze your recent time usage per folder on the report page. You can also view and edit created folders and time entries anytime from the sidebar.</p> <h3>Categories</h3> <img src="./docs/images/categories.png" width="200"> <p>Group multiple folders into a single category and use them for analysis on the report page. For example, create categories for time you want to reduce and time you want to increase, and use them on the report page.</p> <h3>Custom Charts</h3> <img src="./docs/images/charts.png" width="250"> <p>Use the created folders and categories to display increases and decreases in time usage on a chart. The items displayed on the chart can be freely customized according to your needs. Reflect on whether your time usage aligns with your ideal.</p>Built with
Next.js・Tailwind CSS・tRPC・Prisma・NextAuth・next-intl・Turborepo・FactoryJS
Contributing
We always welcome to contributions!
If you want to add new features or fix something, feel free to open a PR or issue.
- 🐛 Have a feature request or found any bugs? Let us know by creating a New Issue.
- ✨ Looking for good issues to start contributing? Good issues are labeled with contributors welcome.
- 💭 Have a question or something to ask? Let us know in Discussions.
Try Minute locally
- Clone this repository.
git clone https://github.com/ktmouk/minute.git
cd minute
- Copy
.env.exampleto.env.
cp packages/prisma/.env.sample packages/prisma/.env
cp apps/web/.env.sample apps/web/.env.local
-
Visit GitHub Developer Settings and create new OAuth app.
- Application name: You can set a name of your choice.
- Homepage URL: http://localhost:4000/
- Authorization callback URL: http://localhost:4000/api/auth/callback/github
-
After creation, click the "Generate a new client secret" button and note the "Client ID" and "Client secret" values.
-
Set required envs in
apps/web/.env.local:NEXTAUTH_SECRET,GITHUB_IDandGITHUB_SECRET.
vi apps/web/.env.local
NEXTAUTH_SECRET= # You can create a secure value by executing `openssl rand -base64 32`.
GITHUB_ID= # paste the client ID here.
GITHUB_SECRET= # paste the client secret here.
- Install dependencies using pnpm:
pnpm install
- Start Docker containers to run the Postgres database:
docker-compose up
- Migrate the database and start the development server:
pnpm db:migrate:deploy && pnpm dev
- That’s all! 🎉 Try accessing http://localhost:4000/app.
License
Related Skills
node-connect
335.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
