{"id":30039319,"url":"https://github.com/max-programming/whim","last_synced_at":"2025-08-07T01:41:52.492Z","repository":{"id":302892973,"uuid":"1013371756","full_name":"max-programming/whim","owner":"max-programming","description":"Whim is a simple and secure app for sharing secret messages anonymously. The messages are encrypted and are vanished after being read. No account required.","archived":false,"fork":false,"pushed_at":"2025-08-02T14:25:44.000Z","size":841,"stargazers_count":18,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T16:28:31.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://whim.day","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/max-programming.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":"2025-07-03T19:39:09.000Z","updated_at":"2025-08-02T14:25:48.000Z","dependencies_parsed_at":"2025-07-21T20:32:05.069Z","dependency_job_id":null,"html_url":"https://github.com/max-programming/whim","commit_stats":null,"previous_names":["max-programming/whim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/max-programming/whim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fwhim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fwhim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fwhim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fwhim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/max-programming","download_url":"https://codeload.github.com/max-programming/whim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fwhim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185744,"owners_count":24374629,"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-08-06T02:00:09.910Z","response_time":99,"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-08-07T01:41:51.730Z","updated_at":"2025-08-07T01:41:52.449Z","avatar_url":"https://github.com/max-programming.png","language":"TypeScript","readme":"# Whim - The Secret Sharing App\n\nWhim is a simple and secure app for sharing secret messages anonymously. The messages are end-to-end encrypted and are vanished after being read. No account required.\n\nYou can try it out at [whim.day](https://whim.day)\n\n## Running it locally\n\n### Option 1: With Docker (No Bun installation required)\n\nIf you prefer not to install Bun on your machine, you can run the entire development environment using Docker:\n\n#### Prerequisites\n- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/)\n\n#### Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/max-programming/whim.git\ncd whim\n```\n\n#### Set up environment variables\n\n```bash\ncp .env.sample .env\n```\n\nEdit `.env` with your preferred values for development.\n\n#### Run with Docker\n\n```bash\ndocker-compose -f docker-compose.dev.yml up\n```\n\nThe app will be available at `http://localhost:3000`. Your code changes will be automatically reflected thanks to volume mounting.\n\nTo stop the development server:\n\n```bash\ndocker-compose -f docker-compose.dev.yml down\n```\n\n### Option 2: Local Development with Bun\n\n#### Prerequisites\n\n- [Bun](https://bun.sh/) (for package management and running the app)\n\u003e Or Node with NPM, Yarn or PNPM is also fine\n\n#### Installation\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/max-programming/whim.git\ncd whim\nbun install\n```\n\n#### Fill in the .env file\n\n```bash\ncp .env.sample .env\n```\n\n#### Run the migrations\n\n```bash\nbun run db:migrate\n```\n\n#### Running the App\n\nStart the development server:\n\n```bash\nbun run dev\n```\n\nThe app will be available at `http://localhost:3000` (or your configured port).\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-programming%2Fwhim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmax-programming%2Fwhim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-programming%2Fwhim/lists"}