{"id":13554287,"url":"https://github.com/kromitgmbh/titra","last_synced_at":"2026-04-06T02:02:36.268Z","repository":{"id":17426265,"uuid":"76854300","full_name":"kromitgmbh/titra","owner":"kromitgmbh","description":"titra - modern open source project time tracking for freelancers and small teams","archived":false,"fork":false,"pushed_at":"2025-05-07T14:20:58.000Z","size":26168,"stargazers_count":425,"open_issues_count":7,"forks_count":60,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-07T15:30:34.410Z","etag":null,"topics":["docker","javascript","meteorjs","mongodb-database","node-js","open-source","time-keeping","time-tracking","wekan"],"latest_commit_sha":null,"homepage":"https://titra.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kromitgmbh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"kromitgmbh","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-12-19T10:55:48.000Z","updated_at":"2025-05-07T14:20:44.000Z","dependencies_parsed_at":"2023-02-18T16:32:09.495Z","dependency_job_id":"b9aaf84b-3ce6-4aa3-a9c9-4539c795b693","html_url":"https://github.com/kromitgmbh/titra","commit_stats":{"total_commits":432,"total_committers":21,"mean_commits":"20.571428571428573","dds":"0.11111111111111116","last_synced_commit":"ef42f4ef4560c42d1006544df3202c2f59a42ecd"},"previous_names":[],"tags_count":241,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kromitgmbh%2Ftitra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kromitgmbh%2Ftitra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kromitgmbh%2Ftitra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kromitgmbh%2Ftitra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kromitgmbh","download_url":"https://codeload.github.com/kromitgmbh/titra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414499,"owners_count":22067272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","javascript","meteorjs","mongodb-database","node-js","open-source","time-keeping","time-tracking","wekan"],"created_at":"2024-08-01T12:02:44.054Z","updated_at":"2026-04-06T02:02:36.261Z","avatar_url":"https://github.com/kromitgmbh.png","language":"JavaScript","funding_links":["https://github.com/sponsors/kromitgmbh"],"categories":["JavaScript","docker","Team \u0026 Project Time Tracking","Meteor"],"sub_categories":[],"readme":"[![Docker build](https://github.com/titraio/titra/actions/workflows/push.yml/badge.svg)](https://github.com/titraio/titra/actions/workflows/push.yml) ![Docker Pulls](https://badgen.net/docker/pulls/kromit/titra) ![Latest Release](https://img.shields.io/github/v/release/titraio/titra.svg)\n\n\n# ![titra logo](public/favicons/favicon-32x32.png) titra\nModern open source project time tracking for freelancers and small teams\n\nWe believe in the philosophy [\"Do One Thing And Do It Well.\"](https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well) and try to follow it in the design and implementation of titra. A great companion for titra is [Wekan](https://wekan.github.io/), where you can plan your tasks and track your time against later on.\n\n## ⏱️ No risk, no fun, just time tracking\nAccording to the philosophy described above, titra has been built to be the easiest, most convenient and modern way to track your time spent on projects. We want you to get started tracking your time as fast and with the least distractions as possible. After tracking your time, the second most important aspect is the ability to report and export your tracked time efficiently.\n\n## 🚀 Blazing fast\nTrack your important project tasks in less than 10 seconds from login to done so you an focus on more important things.\n\n![titra_track_time](https://github.com/titraio/titra/assets/11456790/c22d850e-d9de-4452-b9e0-a029d35acd89)\n\nThis is possible because we care a lot about performance and data sent over the wire, but you don't have to trust us on this one - just run a lighthouse audit to confirm the [performance score](https://github.com/titraio/titra/assets/11456790/84f26959-0000-40d4-a85c-4e968b1237f2) of 💯\n\n## 👀 Try it!\nWe are providing a hosted version of titra free of charge at [app.titra.io](https://app.titra.io). Create an account in seconds and start tracking your time!\n\nThere is no better time to get started, titra just got a dark mode 🌑 and it is 🔥!\n\n## 🐳 Running with Docker Compose\nHere is a one-line example on how to get started with titra locally if you have [docker-compose](https://docs.docker.com/compose/) installed:\n```\ncurl -L https://raw.githubusercontent.com/titraio/titra/refs/heads/master/docker-compose.yml | ROOT_URL=http://localhost:3000 docker-compose -f - up\n```\n\nThis will pull in the latest titra release and spin up a local Mongodb instance in the latest version supported and link them together.\nCongratulations! titra should now be up and running at http://localhost:3000\n\n## 🚚 Deploy on DigitalOcean\ntitra is available in the [DigitalOcean Marketplace](https://marketplace.digitalocean.com/apps/titra?refcode=bc1d2516c8d2) for easy 1-click deployment of droplets. Get started below:\n\n[![do-btn-blue](https://user-images.githubusercontent.com/11456790/74553033-c9399f80-4f56-11ea-9f9f-6f1ac4af50ce.png)](https://marketplace.digitalocean.com/apps/titra?refcode=bc1d2516c8d2\u0026action=deploy)\n\n\n## 📚 Documentation and more\nCheckout our [wiki](https://wiki.titra.io) for best practices and to learn how to setup interfaces with external tools like Wekan.\n\n\n\nBuilt with ❤️ in 🇦🇹\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkromitgmbh%2Ftitra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkromitgmbh%2Ftitra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkromitgmbh%2Ftitra/lists"}