{"id":38404477,"url":"https://github.com/barturba/15min","last_synced_at":"2026-01-17T04:00:22.233Z","repository":{"id":313818959,"uuid":"1052846850","full_name":"barturba/15min","owner":"barturba","description":"Rails 8 work timer app with Tailwind and Kamal","archived":false,"fork":false,"pushed_at":"2025-09-08T17:36:02.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-08T18:11:40.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barturba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T16:21:31.000Z","updated_at":"2025-09-08T17:36:06.000Z","dependencies_parsed_at":"2025-09-08T18:21:48.141Z","dependency_job_id":null,"html_url":"https://github.com/barturba/15min","commit_stats":null,"previous_names":["barturba/15min"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/barturba/15min","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2F15min","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2F15min/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2F15min/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2F15min/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barturba","download_url":"https://codeload.github.com/barturba/15min/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2F15min/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28494113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-17T04:00:15.186Z","updated_at":"2026-01-17T04:00:22.046Z","avatar_url":"https://github.com/barturba.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 15min - Work Timer App\n\nA minimal, modern single-page Rails application for tracking work start and end times.\n\n[![CI](https://github.com/barturba/15min/actions/workflows/ci.yml/badge.svg)](https://github.com/barturba/15min/actions/workflows/ci.yml)\n\n[🚀 **Live Demo**](https://15min.bartasurba.com)\n\n## Features\n\n- **Work Start Time**: Configurable dropdown with options (15 min ago, 30 min ago, 1 hour ago, 2 hours ago)\n- **Work End Time**: Automatically shows current time and updates every second\n- **Time Format**: MM/DD/YYYY HH:MM:SS\n- **Clipboard Copy**: Single click on any time field copies it to clipboard\n- **Modern UI**: Ultra minimal design with Tailwind CSS and hacker green theme\n- **Real-time Updates**: Times update automatically\n- **PWA Ready**: Installable as a progressive web app with custom icons\n\n## Tech Stack\n\n- **Rails 8** - Latest Rails framework\n- **Tailwind CSS** - Utility-first CSS framework\n- **JavaScript/ESBuild** - Modern JavaScript bundling\n- **Kamal 2** - Container-based deployment\n\n## Getting Started\n\n### Prerequisites\n\n- Ruby 3.3.6 (managed by mise)\n- Node.js and Bun\n- Docker (for deployment)\n\n### Installation\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   bundle install\n   bun install\n   ```\n\n3. Precompile assets:\n   ```bash\n   bundle exec rails assets:precompile\n   ```\n\n4. Start the development server:\n   ```bash\n   bundle exec rails server\n   ```\n\n5. Visit `http://localhost:3000`\n\n## Deployment with Kamal\n\n1. Configure your server details in `config/deploy.yml`:\n   - Update `servers.web` with your server IP\n   - Update `registry.username` with your Docker Hub username\n   - Update `proxy.host` with your domain\n\n2. Set up secrets in `.kamal/secrets`:\n   ```\n   KAMAL_REGISTRY_PASSWORD=your-docker-hub-token\n   RAILS_MASTER_KEY=your-rails-master-key\n   ```\n\n3. Deploy:\n   ```bash\n   kamal setup\n   kamal deploy\n   ```\n\n## Usage\n\n1. Select your work start time from the dropdown (15 min ago, 30 min ago, 1 hour ago, 2 hours ago)\n2. The work start time will automatically calculate and display\n3. The work end time shows the current time and updates every second\n4. Click on any time field to copy it to your clipboard\n5. A confirmation message appears when copied successfully\n\n## Development\n\nThe application uses:\n- Hot reloading for assets in development\n- ESBuild for JavaScript bundling\n- Tailwind CSS for styling\n- Minimal Rails setup (no database, jobs, or other services)\n# PostHog integration update\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarturba%2F15min","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarturba%2F15min","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarturba%2F15min/lists"}