{"id":29538660,"url":"https://github.com/ladykerr/quibit","last_synced_at":"2025-09-05T21:38:00.616Z","repository":{"id":303712263,"uuid":"957261067","full_name":"LadyKerr/quibit","owner":"LadyKerr","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-09T02:29:04.000Z","size":2189,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T03:32:33.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LadyKerr.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}},"created_at":"2025-03-29T23:31:28.000Z","updated_at":"2025-05-27T14:35:22.000Z","dependencies_parsed_at":"2025-07-09T03:33:11.263Z","dependency_job_id":"446a94cb-2d67-4bab-988a-57e575e6ae3e","html_url":"https://github.com/LadyKerr/quibit","commit_stats":null,"previous_names":["ladykerr/quibit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LadyKerr/quibit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LadyKerr%2Fquibit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LadyKerr%2Fquibit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LadyKerr%2Fquibit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LadyKerr%2Fquibit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LadyKerr","download_url":"https://codeload.github.com/LadyKerr/quibit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LadyKerr%2Fquibit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273826431,"owners_count":25175232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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-07-17T05:07:11.349Z","updated_at":"2025-09-05T21:38:00.608Z","avatar_url":"https://github.com/LadyKerr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quibit 📚\n\nQuibit is a React Native + Expo app that helps you save and organize content you discover across the internet. Think of it as your personal knowledge base that's always in your pocket.\n\n## Features\n\n- 🔗 Save and categorize links (articles, videos, blog posts)\n- 🎙️ Record voice notes on the go\n- ✍️ Auto-transcribe voice notes for easy searching\n- ☁️ Cloud sync across all your devices\n- 🔍 Search across all your saved content\n\n## Getting Started\n\n1. Install dependencies\n   ```bash\n   npm install\n   ```\n\n2. Set up environment variables\n   ```bash\n   cp .env.example .env\n   ```\n   Add your Supabase credentials to `.env`\n\n3. Start the app\n   ```bash\n   npx expo start\n   ```\n\nIn the output, you'll find options to open the app in a\n\n- [development build](https://docs.expo.dev/develop/development-builds/introduction/)\n- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)\n- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)\n- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo\n\n## Development\n\nThis project uses:\n- React Native with Expo\n- Supabase for data storage and auth\n- AsyncStorage for offline cache\n- expo-av for voice recording\n- AI-powered voice transcription\n- File-based routing\n\n### Project Structure\n```\napp/\n├── screens/         # Main app screens\n├── components/      # Reusable UI components\n├── hooks/          # Custom hooks\n├── utils/          # Helper functions\n├── services/       # API and Supabase services\n└── types/          # TypeScript definitions\n```\n\n### Database Schema\n\n```sql\n// Supabase tables\nitems (\n  id uuid primary key\n  user_id uuid references auth.users\n  title text\n  type text -- 'link' or 'voice'\n  url text\n  voice_url text\n  transcript text\n  created_at timestamp\n  updated_at timestamp\n)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladykerr%2Fquibit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladykerr%2Fquibit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladykerr%2Fquibit/lists"}