{"id":42046784,"url":"https://github.com/abduznik/filament-tracker","last_synced_at":"2026-02-01T16:00:39.370Z","repository":{"id":334648160,"uuid":"1142191483","full_name":"abduznik/filament-tracker","owner":"abduznik","description":"Tracks 3D printing filament inventory and usage with a React+Vite frontend and Node.js/SQLite backend, containerized for easy self-hosting.","archived":false,"fork":false,"pushed_at":"2026-01-30T13:20:43.000Z","size":94,"stargazers_count":0,"open_issues_count":3,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T05:22:08.267Z","etag":null,"topics":["3d-printing","backend","docker","javascript","nodejs","react","sqlite","tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/abduznik.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":"2026-01-26T04:19:51.000Z","updated_at":"2026-01-30T13:20:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"943e11ac-142b-4e77-8613-56796106af53","html_url":"https://github.com/abduznik/filament-tracker","commit_stats":null,"previous_names":["abduznik/filament-tracker"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/abduznik/filament-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduznik%2Ffilament-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduznik%2Ffilament-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduznik%2Ffilament-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduznik%2Ffilament-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abduznik","download_url":"https://codeload.github.com/abduznik/filament-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abduznik%2Ffilament-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"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":["3d-printing","backend","docker","javascript","nodejs","react","sqlite","tools"],"created_at":"2026-01-26T06:12:00.814Z","updated_at":"2026-01-31T15:00:35.700Z","avatar_url":"https://github.com/abduznik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Filament Tracker\n\n**[Live Demo](https://abduznik.github.io/filament-tracker/)**\n\nA modern, local-first dashboard to track your 3D printer filament inventory.\n\n## Features\n\n*   Inventory Management: Track filaments by brand, color, material, and weight.\n*   Usage Logging: Log every print job or restock to calculate usage rates.\n*   Visual Tracking: Upload photos of your spools for easy identification.\n*   Offline First: All data is stored locally in your browser (IndexedDB).\n*   Mobile Friendly: Responsive design works great on phones and tablets.\n\n## Tech Stack\n\n*   Frontend: React + TypeScript + Vite\n*   Styling: Tailwind CSS\n*   Database: Dexie.js (IndexedDB wrapper)\n*   State: React Hooks + Zustand (Ready)\n\n## Installation\n\n1.  Clone the repo:\n    ```bash\n    git clone https://github.com/abduznik/filament-tracker.git\n    cd filament-tracker\n    ```\n2.  Install dependencies:\n    ```bash\n    npm install\n    ```\n3.  Start development server:\n    ```bash\n    npm run dev\n    ```\n\n## Docker / Homelab\n\nYou can run this application as a personal containerized package. The image is automatically built and updated only when a new version is released.\n\nCreate a `docker-compose.yml` file:\n\n```yaml\nversion: '3.8'\nservices:\n  filament-tracker:\n    image: ghcr.io/abduznik/filament-tracker:latest\n    container_name: filament-tracker\n    restart: unless-stopped\n    ports:\n      - \"8082:8082\"\n    volumes:\n      # Persist the SQLite database\n      - ./data:/app/data\n```\n\nRun it with:\n```bash\ndocker-compose up -d\n```\n\nOpen `http://localhost:8082` in your browser. This containerized version uses a SQLite database stored in the `./data` volume, so your data persists even if you recreate the container.\n\n## Contributing\n\nCheck the Issues tab for planned features!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabduznik%2Ffilament-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabduznik%2Ffilament-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabduznik%2Ffilament-tracker/lists"}