{"id":22876937,"url":"https://github.com/adelelawady/whisper-ink","last_synced_at":"2026-01-29T10:02:33.921Z","repository":{"id":264398566,"uuid":"893235853","full_name":"adelelawady/whisper-ink","owner":"adelelawady","description":"Secret Message is a modern web application that allows users to create and manage anonymous message walls. Users can create both public and password-protected walls, share them with others, and receive anonymous messages.","archived":false,"fork":false,"pushed_at":"2024-11-29T22:08:40.000Z","size":5394,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T18:57:33.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adelelawady.github.io/whisper-ink/","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/adelelawady.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}},"created_at":"2024-11-23T22:13:36.000Z","updated_at":"2024-12-01T16:08:12.000Z","dependencies_parsed_at":"2025-02-06T19:42:41.721Z","dependency_job_id":"7d713ab5-684d-4b94-a36a-e7e633bf8ae3","html_url":"https://github.com/adelelawady/whisper-ink","commit_stats":null,"previous_names":["adelelawady/whisper-ink"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adelelawady/whisper-ink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelelawady%2Fwhisper-ink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelelawady%2Fwhisper-ink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelelawady%2Fwhisper-ink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelelawady%2Fwhisper-ink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adelelawady","download_url":"https://codeload.github.com/adelelawady/whisper-ink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelelawady%2Fwhisper-ink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"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":[],"created_at":"2024-12-13T15:28:25.452Z","updated_at":"2026-01-29T10:02:33.903Z","avatar_url":"https://github.com/adelelawady.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align: center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/97464e1f-e0e1-4eba-a2b9-64aeeec8c7a4\" alt=\"favicon\" width=\"30\"\u003e \u003ch2\u003eSecret Message - Anonymous Message Wall\u003c/h2\u003e\n  \n\u003c/div\u003e\n\nSecret Message is a modern web application that allows users to create and manage anonymous message walls. Users can create both public and password-protected walls, share them with others, and receive anonymous messages.\n\n\n💬 [Send Anonymous Message To Me](https://adelelawady.github.io/whisper-ink/#/send/e35432cc-0b61-441c-b13d-29fda226498f)\n\n🔴 [Live Demo](https://adelelawady.github.io/whisper-ink/)\n\n[Download Android Apk v1](https://github.com/adelelawady/whisper-ink/releases/download/andoird_v1/Secret-Message.apk/)\n\n![screencapture-adelelawady-github-io-whisper-ink-2024-11-24-04_36_33](https://github.com/user-attachments/assets/d7ac64bd-6cea-454a-bc45-2f7b86787976)\n\n\n![screencapture-adelelawady-github-io-whisper-ink-2024-11-24-04_37_33](https://github.com/user-attachments/assets/0cb9ebf4-4b5f-4588-95e0-34d322e48959)\n\n\n\n## Features\n\n- 🔒 Create public or password-protected message walls\n- 📝 Send anonymous messages to any wall\n- 💬 Comment on messages (for authenticated users)\n- 🎨 Beautiful and responsive UI\n- 👤 User authentication\n- 🌙 Modern avatar system\n- 📱 Mobile-friendly design\n\n## Tech Stack\n\n- **Frontend:**\n  - React\n  - TypeScript\n  - Tailwind CSS\n  - shadcn/ui\n  - React Query\n\n- **Backend:**\n  - Supabase (Authentication, Database)\n\n## Getting Started\n\n1. Clone the repository:\n```\ngit clone https://github.com/yourusername/secret-message.git\ncd secret-message\n```\n\n\n2. Install dependencies:\n```\nnpm install\n```\n\n\n\n3. Set up environment variables:\nCreate a `.env` file with your Supabase credentials:\n\n```\nVITE_SUPABASE_URL=your_supabase_url\nVITE_SUPABASE_ANON_KEY=your_supabase_anon_key\n```\n\n\n\n4. Run the development server:\n\n\n```\nnpm run dev\n```\n\n## Android and iOS Platforms\n\n\u003cdiv style=\"text-align: center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/7a1bafe2-1de4-4924-b49b-b847893285cd\" alt=\"favicon\" width=\"150\"\u003e \n\u003c/div\u003e\n\n### Step 1: Build Your Web App\n\nBefore syncing your app to the native platforms, make sure to build your web app for production.\n\n```\nnpm run build   `\n```\nThis will create a production build of your web app in the dist or build folder.\n\n### Step 2: Sync the Web App with Native Platforms\n\nOnce the build is ready, sync the web app with the Android and iOS platforms:\n\n```\nnpx cap sync\n```\n\nThis will copy the web build into the native projects (android and ios folders).\n\n### Step 3: Open and Build Native Projects\n\nNow, open the Android or iOS project in their respective IDEs to run and build the app.\n\n1.  \n```\nnpx cap open android\n```\n\nThis will open Android Studio. From there, you can build and run the app on an emulator or a physical device.\n    \n2.\n```\nnpx cap open ios\n```\n\nThis will open Xcode, where you can build and run the app on an iOS simulator or a physical device.\n\n\n## Usage\n\n1. **Create a Wall:**\n   - Sign in to your account\n   - Click \"Create New Wall\"\n   - Set a title and optional password\n\n2. **Share Your Wall:**\n   - Copy the wall's share link\n   - Send it to friends\n\n3. **Receive Messages:**\n   - Anyone with the link can send anonymous messages\n   - If the wall is password-protected, viewers need the password\n\n4. **Manage Messages:**\n   - View all messages on your walls\n   - Authenticated users can comment on messages\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nIf you have any questions or need help, please open an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelelawady%2Fwhisper-ink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadelelawady%2Fwhisper-ink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelelawady%2Fwhisper-ink/lists"}