{"id":30706879,"url":"https://github.com/pibulus/talktype","last_synced_at":"2026-05-16T01:33:28.557Z","repository":{"id":310686026,"uuid":"1038668610","full_name":"pibulus/talktype","owner":"pibulus","description":"Your transcription ghost friend - voice to text with soft personality","archived":false,"fork":false,"pushed_at":"2026-05-07T10:37:17.000Z","size":7901,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-07T12:34:48.022Z","etag":null,"topics":["ghost","svelte","transcription","voice-to-text"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pibulus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"AUDIT_FOLLOWUP_2025_11_22.md","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":"2025-08-15T16:04:24.000Z","updated_at":"2026-05-07T10:37:22.000Z","dependencies_parsed_at":"2025-10-08T10:18:41.661Z","dependency_job_id":"1806de1d-bc26-4e1c-9432-0c618bd9bc7e","html_url":"https://github.com/pibulus/talktype","commit_stats":null,"previous_names":["pibulus/talktype"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/pibulus/talktype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Ftalktype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Ftalktype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Ftalktype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Ftalktype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pibulus","download_url":"https://codeload.github.com/pibulus/talktype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Ftalktype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33087028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["ghost","svelte","transcription","voice-to-text"],"created_at":"2025-09-02T20:03:40.987Z","updated_at":"2026-05-16T01:33:28.552Z","avatar_url":"https://github.com/pibulus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TalkType\n\nYour transcription ghost friend. Voice-to-text that doesn't suck.\n\n## ✨ Features\n\n### Progressive Transcription\n\n- **⚡ Instant Start**: Web Speech API for 0ms latency (Chrome/Edge)\n- **🔒 Privacy Mode**: 100% offline transcription with Whisper\n- **🤖 Auto Mode**: Let TalkType choose the best option for you\n- **Smart Model Selection**: Automatically picks optimal Distil-Whisper model based on your device\n\n### Delightful Experience\n\n- **👻 Ghost Personality**: Animated companion with 4 themes (peach, mint, bubblegum, rainbow)\n- **📱 PWA Installable**: Works offline, installs like a native app\n- **🎨 Beautiful Design**: Pastel-punk aesthetic with smooth animations\n- **📋 Quick Copy**: One-click copy to clipboard\n\n### Privacy \u0026 Performance\n\n- **100% Private**: All transcription happens locally (in Privacy mode)\n- **Distil-Whisper Models**: 6x faster, 50% smaller than regular Whisper\n- **WebGPU Ready**: Future-proofed for 10-100x speed improvements\n- **No Subscriptions**: Free forever, no accounts, no data collection\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n\u003e 🔐 **New**: the first time you trigger any Gemini-powered feature, the browser\n\u003e will prompt you for the `API_AUTH_TOKEN` from `.env`. The token is only used\n\u003e to open an HttpOnly session cookie so random clients can’t drain your quota.\n\u003e\n\u003e Set `API_AUTH_TOKEN` and `API_COOKIE_SECRET` (any 32+ char random string) in\n\u003e your `.env`, and tweak `API_RATE_LIMIT`, `API_RATE_WINDOW_MS`, or\n\u003e `API_SESSION_TTL_MS` if you need different defaults.\n\n## Deploying (Netlify)\n\nWe ship with `@sveltejs/adapter-netlify` and a `netlify.toml` that points Netlify at the correct build output. To deploy:\n\n1. **Install deps**: `npm install`\n2. **Set environment variables** in Netlify → Site settings → Environment:\n   - `VITE_GEMINI_API_KEY`\n   - `API_AUTH_TOKEN`\n   - `API_COOKIE_SECRET` (32+ random chars)\n   - Optional: `API_RATE_LIMIT`, `API_RATE_WINDOW_MS`, `API_SESSION_TTL_MS`, `MAX_UPLOAD_BYTES`, `API_COOKIE_SECURE=true`\n3. **Build command**: `npm run build`\n4. **Publish directory**: Netlify auto-detects `.svelte-kit/output/client` via the adapter (no manual override needed)\n\nHit “Deploy” and Netlify will generate the serverless functions + static assets automatically.\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n## Quality Assurance\n\nWe use Lighthouse CI to maintain high performance, accessibility, and best practices standards.\n\n```bash\n# Run Lighthouse CI tests\nnpm run lighthouse\n```\n\nThis will:\n\n1. Build the production version of the app\n2. Run Lighthouse audits against key metrics\n3. Generate reports in the `lighthouse-reports` directory\n\n### Thresholds\n\n- Performance: 85+\n- Accessibility: 90+\n- Best Practices: 85+\n- SEO: 90+\n\nFailing these thresholds will cause warnings or errors in the CI process. We prioritize accessibility with stricter error thresholds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibulus%2Ftalktype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpibulus%2Ftalktype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibulus%2Ftalktype/lists"}