{"id":15413167,"url":"https://github.com/artlu99/bcbhshow-lite-client","last_synced_at":"2026-01-28T18:33:16.455Z","repository":{"id":245918780,"uuid":"819520974","full_name":"artlu99/bcbhshow-lite-client","owner":"artlu99","description":"The BCBHShow Lite Client 🌟","archived":false,"fork":false,"pushed_at":"2025-05-02T02:14:28.000Z","size":2096,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T13:45:51.938Z","etag":null,"topics":["farcaster","farcaster-action","farcaster-client","farcaster-frames"],"latest_commit_sha":null,"homepage":"https://client-bcbhshow.artlu.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artlu99.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}},"created_at":"2024-06-24T17:10:03.000Z","updated_at":"2025-05-02T02:14:32.000Z","dependencies_parsed_at":"2024-06-24T20:41:43.759Z","dependency_job_id":"2b2b54cb-4a3b-4e7e-a86b-cb8604801a1c","html_url":"https://github.com/artlu99/bcbhshow-lite-client","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.07692307692307687,"last_synced_commit":"db66978dd4c53116d5b413ad2feea7d11a576233"},"previous_names":["artlu99/bcbhshow-lite-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artlu99/bcbhshow-lite-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artlu99%2Fbcbhshow-lite-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artlu99%2Fbcbhshow-lite-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artlu99%2Fbcbhshow-lite-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artlu99%2Fbcbhshow-lite-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artlu99","download_url":"https://codeload.github.com/artlu99/bcbhshow-lite-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artlu99%2Fbcbhshow-lite-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28849160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":["farcaster","farcaster-action","farcaster-client","farcaster-frames"],"created_at":"2024-10-01T16:55:48.795Z","updated_at":"2026-01-28T18:33:16.450Z","avatar_url":"https://github.com/artlu99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BCBHShow Lite Client 🌟\n\n## Overview\n\n- front end is a responsive React 18 app\n  - Typescript\n  - Redux state management for persistent stores\n  - Zustand state management for in-app state\n  - optional, recommended PWA\n  - `Privy` handles auth as well as free Farcaster signers\n  - Ant Design v4 principles (i.e. `less` CSS, choice to deal with it later)\n  - stripped and rebuilt from a MIT-licensed template\n    - developed by a Polish web design firm\n    - had not been upgraded to current versions of React, Ant, etc.\n- back end is a collection of independent, stateless CF Pages Functions\n  - each one calls `fetch` to various providers\n    - `Warpcast` APIs\n    - `Neynar` APIs\n    - `far.quest` APIs\n    - `Hubble` APIs via `Airstack` (designed to be swapped)\n    - `Decent Bookmarks` and `FCAN` by `@artlu`\n    - `bot-or-not` by `@sayangel`\n  - bindings to `Upstash Redis` via https REST API for caching\n  - the DX is unfamiliar to devs familiar with `Next.js`. study `src/api/mocks`\n- `React Query` caches many of the backend calls in the front end\n- mocked data available for optionally-offline front-end development\n- Hono microservice for unfurling URLs\n  - in a different MIT-licensed repo [here](https://github.com/artlu99/unfurl))\n  - runs `cheerio` underneath\n  - heavily inspired by Pinata Steve\n\n### Installation\n\nrun\n\n```sh\nyarn\n```\n\n### development (front-end only)\n\nuncomment the imports of mocked data in `src/api/mocks/mockornot.ts` and run\n\n```sh\nyarn start\n```\n\n### deployment\n\nset the `base` in `vite.config.js` to the URL of the deployed site (including '`https://`').\n\nensure `ENV` variables are set. study `.env.example`.\n\n`husky` runs pre-commit hooks to lint and build. A successful build triggers deployment via `GitHub Actions`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartlu99%2Fbcbhshow-lite-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartlu99%2Fbcbhshow-lite-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartlu99%2Fbcbhshow-lite-client/lists"}