{"id":49550203,"url":"https://github.com/toolstackhq/bluledger","last_synced_at":"2026-05-02T22:04:36.436Z","repository":{"id":345887404,"uuid":"1187738660","full_name":"toolstackhq/bluledger","owner":"toolstackhq","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-21T07:22:17.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-21T21:26:59.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/toolstackhq.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-03-21T05:01:30.000Z","updated_at":"2026-03-21T07:22:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/toolstackhq/bluledger","commit_stats":null,"previous_names":["toolstackhq/bluledger"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/toolstackhq/bluledger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstackhq%2Fbluledger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstackhq%2Fbluledger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstackhq%2Fbluledger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstackhq%2Fbluledger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolstackhq","download_url":"https://codeload.github.com/toolstackhq/bluledger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstackhq%2Fbluledger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32550918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T21:31:48.061Z","status":"ssl_error","status_checked_at":"2026-05-02T21:31:46.574Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-05-02T22:04:20.471Z","updated_at":"2026-05-02T22:04:36.430Z","avatar_url":"https://github.com/toolstackhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BluLedger\n\n[![Pages](https://github.com/toolstackhq/bluledger/actions/workflows/deploy-pages.yml/badge.svg)](https://github.com/toolstackhq/bluledger/actions/workflows/deploy-pages.yml)\n[![System Tests](https://github.com/toolstackhq/bluledger/actions/workflows/systemtest.yml/badge.svg)](https://github.com/toolstackhq/bluledger/actions/workflows/systemtest.yml)\n[![Container](https://github.com/toolstackhq/bluledger/actions/workflows/publish-container.yml/badge.svg)](https://github.com/toolstackhq/bluledger/actions/workflows/publish-container.yml)\n[![Docker Pulls](https://img.shields.io/docker/pulls/anoops90/bluledger)](https://hub.docker.com/r/anoops90/bluledger)\n\nBluLedger is a fictional digital banking web app built for UI demos, prototyping, and automation practice.\n\n## What It Is\n\n- React + Vite banking demo app\n- desktop-first customer workspace with seeded personas\n- designed to include realistic automation challenges inside the product\n\n## How To Access It\n\n### GitHub Pages\n\nLive app:\n\n```text\nhttps://toolstackhq.github.io/bluledger/login\n```\n\n### Docker Image\n\nPublished image:\n\n```text\nanoops90/bluledger:latest\n```\n\nRun it:\n\n```bash\ndocker run --rm -p 8080:8080 anoops90/bluledger:latest\n```\n\nRun it on another port:\n\n```bash\ndocker run --rm -e PORT=4173 -p 4173:4173 anoops90/bluledger:latest\n```\n\n### Run From Source\n\n```bash\nnpm install\nnpm run dev\n```\n\nDefault local URL:\n\n```text\nhttp://127.0.0.1:5173\n```\n\n## Included In The App\n\n- login with seeded test users\n- dashboard / account summary\n- transfer money and transfer review\n- transactions history and filtering\n- statements with CSV and PDF export\n- cards management\n- customer profile\n- settings and preferences\n- help section with iframe, shadow DOM, retry/failure, and other automation training surfaces\n- global Automation Guide widget with direct links to training routes\n- performance mode with variable loading overlays\n\n## Analytics\n\n- optional GA4 support via `VITE_GA_MEASUREMENT_ID`\n- route-level page view tracking\n- custom events for key app and training flows\n- analytics stays disabled when the measurement ID is not configured\n\n## Deployment\n\n- GitHub Pages deploys automatically from `main`\n- Docker image publishes automatically from `main` as `latest`\n- version tags like `v1.0.0` publish a tagged image and create a GitHub Release entry\n\nImportant GitHub Actions secrets:\n\n- `DOCKERHUB_USERNAME`\n- `DOCKERHUB_TOKEN`\n\nOptional GitHub variable or secret:\n\n- `VITE_GA_MEASUREMENT_ID`\n\n## Contributing\n\n- open an issue or PR for product, UI, or automation-surface improvements\n- keep the app deterministic enough for automated tests\n- if you change `systemtest/`, keep `systemtest/AI_CONTEXT.md` aligned\n\n## Notes\n\n- this is a fictional app only\n- no real banking institutions, customer data, or live payments are involved\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolstackhq%2Fbluledger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolstackhq%2Fbluledger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolstackhq%2Fbluledger/lists"}