Favicon of Titra

Titra

Start tracking work hours and project time instantly with a single click. Enjoy a simple interface with real-time reporting, dark mode, and easy integrations.

Start tracking your work hours and project time instantly without the hassle of registration or complex setup. This intuitive time-tracking solution is designed specifically for freelancers, small businesses, and teams who need a reliable way to log hours and manage projects. By focusing purely on essential time-tracking features, it removes unnecessary administrative burdens.

Key features and benefits:

  • Instant access: Begin tracking time with just one click, completely free and without creating an account.
  • Project-based tracking: Easily manage multiple client projects and absences with intelligent autocomplete.
  • Real-time reporting: Generate visual and tabular reports instantly to keep full control over billable hours.
  • Flexible hosting: Use the free online version, self-host for maximum privacy, or choose a managed subscription.
  • Seamless integrations: Connect with external billing and invoicing applications.

Directory Structure

titra
mongo-data
.env
docker-compose.yml

docker-compose.yml

services:
  titra:
    image: kromit/titra
    container_name: titra
    restart: unless-stopped
    ports:
      - "3000:3000"
    environment:
      ROOT_URL: ${ROOT_URL}
      MONGO_URL: mongodb://mongodb:27017/titra
      PORT: 3000
    depends_on:
      - mongodb

  mongodb:
    image: mongo:5
    container_name: titra-mongodb
    restart: unless-stopped
    volumes:
      - ./mongo-data:/data/db

.env

ROOT_URL=http://localhost:3000

Share:

Ad
Favicon

 

  
 

Similar to Titra

Favicon

 

  
  
Favicon

 

  
  
Favicon