{"id":23784805,"url":"https://github.com/davecaos/busqued","last_synced_at":"2026-06-30T10:31:53.980Z","repository":{"id":269154238,"uuid":"905294535","full_name":"davecaos/busqued","owner":"davecaos","description":"Busqued ( A simpler drafts for Bluesky.social 🦋)","archived":false,"fork":false,"pushed_at":"2026-06-05T13:13:48.000Z","size":2461,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-05T15:09:49.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://davecaos.github.io/busqued/","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/davecaos.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":"2024-12-18T14:38:04.000Z","updated_at":"2026-06-05T13:13:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"17559351-de35-4604-9bf6-077df81d4b3e","html_url":"https://github.com/davecaos/busqued","commit_stats":null,"previous_names":["davecaos/busqued"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davecaos/busqued","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecaos%2Fbusqued","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecaos%2Fbusqued/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecaos%2Fbusqued/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecaos%2Fbusqued/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davecaos","download_url":"https://codeload.github.com/davecaos/busqued/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecaos%2Fbusqued/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34963633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-01T13:11:30.241Z","updated_at":"2026-06-30T10:31:53.975Z","avatar_url":"https://github.com/davecaos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Busqued\n\n**Drafts for Bluesky.social 🦋**\n\nBusqued is a tiny, fast web app for writing and saving **Bluesky post drafts** before you publish them. It looks and feels like the Bluesky app — centered feed, post cards, a compose box with a live character ring — and lets you post a draft straight to your account over the AT Protocol when you're ready.\n\n🔗 **Live:** https://davecaos.github.io/busqued/\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/busqued-drafts-list.png\" alt=\"Busqued drafts list screen\" width=\"300\" /\u003e\n  \u003cimg src=\"docs/images/busqued-new-draft-modal.png\" alt=\"Busqued new draft modal screen\" width=\"300\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- 📝 **Draft management** — create, edit, and delete drafts; everything is saved locally in `localStorage` (no backend, no account needed to start).\n- 🦋 **Bluesky-style UI** — circular avatar, display name · `@handle` · timestamp, and edge-to-edge post cards in a centered feed.\n- ✍️ **Composer with a live character ring** — a Bluesky-style circle that counts down the remaining characters (300 → 0) as you type.\n- 🚀 **Post to Bluesky** — sign in with your handle + an [app password](https://bsky.app/settings/app-passwords) and publish a draft over the AT Protocol (`@atproto/api`). Your session is persisted and restored on reload.\n- 👤 **Real profile** — once logged in, your actual avatar and display name appear on the cards and in the composer.\n- 🌗 **Light / dark mode** — a sun/moon toggle with a Bluesky-accurate dark theme.\n- 📱 **Responsive** — full-width edge-to-edge on phones and tablets, centered column on desktop.\n\n## Tech stack\n\n- [React 18](https://react.dev/) + [TypeScript](https://www.typescriptlang.org/)\n- [Vite 6](https://vite.dev/) (build \u0026 dev server)\n- [Chakra UI v3](https://www.chakra-ui.com/) + [next-themes](https://github.com/pacocoursey/next-themes) for theming\n- [@atproto/api](https://github.com/bluesky-social/atproto) for Bluesky auth \u0026 posting (lazy-loaded)\n- [react-icons](https://react-icons.github.io/react-icons/) (Lucide set)\n\n## Getting started\n\n```bash\nnpm i\nnpm run dev            # start the dev server\nnpm run dev -- --host  # also expose it on your local network\n```\n\nThen open the printed URL (e.g. http://localhost:5173/busqued/).\n\n## Scripts\n\n| Command | What it does |\n| --- | --- |\n| `npm run dev` | Start the Vite dev server with HMR |\n| `npm run build` | Type-check (`tsc -b`) and build to `dist/` |\n| `npm run preview` | Serve the production build locally |\n| `npm run lint` | Run ESLint |\n| `npm run format` | Format `src/` with Prettier |\n| `npm run deploy` | Build and publish `dist/` to GitHub Pages |\n\n## How it works\n\n- All drafts live in `localStorage` under `busqued.v0.1`; the Bluesky session is stored under `busqued.bsky.session.v1`.\n- Login uses Bluesky **app passwords** via `BskyAgent` — your main account password is never used.\n- The app is a single-page client deployed to GitHub Pages under the `/busqued/` base path; there is no server.\n\n## License\n\nPersonal project — use at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavecaos%2Fbusqued","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavecaos%2Fbusqued","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavecaos%2Fbusqued/lists"}