{"id":19205363,"url":"https://github.com/simsustech/slimfact","last_synced_at":"2026-02-18T10:14:53.255Z","repository":{"id":260773607,"uuid":"762213939","full_name":"simsustech/slimfact","owner":"simsustech","description":"Streamlined invoicing made easy.","archived":false,"fork":false,"pushed_at":"2026-02-06T11:02:20.000Z","size":15703,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T16:42:10.371Z","etag":null,"topics":["checkout","fastify","invoicing","quasar-framework","trpc","typescript","vite"],"latest_commit_sha":null,"homepage":"https://www.slimfact.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simsustech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-23T10:08:27.000Z","updated_at":"2025-12-09T05:03:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"314b8ce1-06d6-4f93-9d88-937215aa208c","html_url":"https://github.com/simsustech/slimfact","commit_stats":null,"previous_names":["simsustech/slimfact"],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/simsustech/slimfact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fslimfact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fslimfact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fslimfact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fslimfact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simsustech","download_url":"https://codeload.github.com/simsustech/slimfact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simsustech%2Fslimfact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29575486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":["checkout","fastify","invoicing","quasar-framework","trpc","typescript","vite"],"created_at":"2024-11-09T13:12:28.103Z","updated_at":"2026-02-18T10:14:48.245Z","avatar_url":"https://github.com/simsustech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlimFact\n\n\u003e Streamlined invoicing made easy\n\nSlimFact is a powerful invoicing solution designed to simplify your billing process. Whether you’re a small business owner, freelancer, or enterprise, SlimFact offers seamless invoice management with the following features:\n\n  1. Immutable invoices:\n      - Once an invoice is opened, it remains unchanged. No accidental modifications or discrepancies.\n      - Fully rendered in the browser, eliminating the need for additional PDF generation packages.\n\n  2. Flexible billing:\n      - For orders that may undergo changes, SlimFact allows you to create bills.\n      - Bills can be seamlessly converted to receipts once paid, maintaining a clear transaction history.\n      - If the client requests an invoice, receipts can be converted to an invoice with a single click.\n\n  3. Efficient UUID Access:\n      - Each invoice is uniquely identified by a UUID (Universally Unique Identifier).\n      - Clients can access their invoices anytime using their unique identifier.\n\nSlimFact streamlines your invoicing process, ensuring accuracy, security, and convenience. Say goodbye to manual paperwork and embrace hassle-free billing with SlimFact! 🚀💡\n\n## Features\n- OpenID Connect (OIDC) authentication.\n- API can be used headless if desired.\n- Ability to use decimals in invoice line quantity.\n- Define the tax rate per invoice line and define wether or not the price includes or excludes tax, and automatically calculate the correct amount.\n- Send invoices in different languages by defining the locale on invoice level.\n- Clients can easily pay their invoices or bills online with the help of a payment service provider.\n    - Mollie\n        - Support for multiple [profiles](https://docs.mollie.com/reference/profiles-api).\n        - Accept down payments.\n        - Refund payments.\n- Support for tracking cash or bank transaction payments.\n\n\n## Documentation\n[Invoice status flowchart](./packages/docs/Flowchart.md)\n\n## Self hosted\nYou will need a running [Caddy](https://github.com/lucaslorentz/caddy-docker-proxy) container.\n```sh\nwget https://raw.githubusercontent.com/simsustech/slimfact/main/docker-compose.yaml\nwget https://raw.githubusercontent.com/simsustech/slimfact/main/.env.example -O .env\nmkdir env\nnano -L .env  # Change environment\nnano -L env/POSTGRES_PASSWORD # Enter postgress password\nnano -L env/OTP_SECRET  # Enter OTP secret, use openssl rand -base64 32\nnano -L env/OIDC_COOKIES_KEYS # Enter OIDC cookies keys, use openssl rand -base64 32, comma separated\ndocker compose up\n```\n\n## Developers\nSlimFact is built on top of [Modular API](https://www.simsus.tech/modularapi). You will need an account for private NPM access.\n\n```\ngit clone https://github.com/simsustech/slimfact.git\ncd slimfact\npnpm i\ndocker compose -f docker-compose.dev.yaml up\ncd packages/api\nPOSTGRES_PASSWORD=ufgouifdgjdfg POSTGRES_DB=slimfact pnpm run migrate:latest\nPOSTGRES_PASSWORD=ufgouifdgjdfg POSTGRES_DB=slimfact pnpm run seed:fake\npnpm run dev\n```\n\n## License\nCopyright © simsustech 2024-present\n\n[ELv2 License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimsustech%2Fslimfact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimsustech%2Fslimfact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimsustech%2Fslimfact/lists"}