{"id":31375930,"url":"https://github.com/mayomi1/rewriteai","last_synced_at":"2026-05-05T04:10:28.740Z","repository":{"id":316792190,"uuid":"1064866582","full_name":"mayomi1/reWriteAI","owner":"mayomi1","description":"🖊️ A lightweight macOS menu bar app that uses OpenAI to quickly rewrite and polish text.","archived":false,"fork":false,"pushed_at":"2025-09-26T17:47:49.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T19:22:24.851Z","etag":null,"topics":["ai","llm","macos","openai","rewrite","rewritewithai","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/mayomi1.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T17:14:30.000Z","updated_at":"2025-09-26T17:47:52.000Z","dependencies_parsed_at":"2025-09-26T19:22:28.315Z","dependency_job_id":"df2c61d9-b284-41e9-9881-3fc9adaeb24b","html_url":"https://github.com/mayomi1/reWriteAI","commit_stats":null,"previous_names":["mayomi1/rewriteai"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mayomi1/reWriteAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayomi1%2FreWriteAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayomi1%2FreWriteAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayomi1%2FreWriteAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayomi1%2FreWriteAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayomi1","download_url":"https://codeload.github.com/mayomi1/reWriteAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayomi1%2FreWriteAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277318707,"owners_count":25798184,"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-28T02:00:08.834Z","response_time":79,"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":["ai","llm","macos","openai","rewrite","rewritewithai","swiftui"],"created_at":"2025-09-28T02:51:53.817Z","updated_at":"2025-09-28T02:51:54.580Z","avatar_url":"https://github.com/mayomi1.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ reWriteAI\n\n**reWriteAI** is a lightweight macOS menu bar app that helps you **rewrite and polish text with AI**.  \nPerfect for quick message polishing, and short copy that needs a professional touch.  \n\nBuilt with **SwiftUI** and powered by the **OpenAI API**.\n\n---\n\n## 🚀 Features\n\n- Runs from your macOS **menu bar**  \n- Rewrite any text in a simple dialog box  \n- Powered by OpenAI (`gpt-5`, `gpt-5-nano`, `gpt-mini`)  \n- Configurable system prompt (set your preferred rewriting style)  \n- Easy **API Key** setup via Settings  \n- **Copy to Clipboard** button for results  \n- 100% open source  \n\n---\n\n## 📦 Installation\n\n### Option 1: Download DMG (recommended)\n👉 [Releases Page](https://github.com/mayomi1/rewriteai/releases)\n\n1. Download the latest `.dmg`  \n2. Drag **reWriteAI.app** into your **Applications** folder  \n3. Launch from Spotlight or menu bar\n\n## DEMO\n![reWrite Demo](https://github.com/user-attachments/assets/93c6bea6-c07c-4693-99f0-e7a158eecdf7)\n\n\n### Option 2: Build from source\n1. Clone the repo:\n   ```bash\n   git clone https://github.com/mayomi1/rewriteai.git\n   cd rewriteai\n   ```\n2. Open in Xcode:\n   ```bash\n   open reWriteAI.xcodeproj\n   ```\n3. Press **Run** (`⌘R`)  \n\n---\n\n## 🔑 API Key Setup\n\nreWriteAI uses the [OpenAI API](https://platform.openai.com/).  \nYou’ll need an API key to use it.\n\n- In the app, open **Settings → API Key**  \n- Paste your OpenAI key (`sk-...`)  \n- Saved securely in AppStorage  \n\nAlternatively, you can set it as an **environment variable**:\n\n```bash\nexport OPENAI_API_KEY=\"sk-yourkey\"\n```\n\n---\n\n## ⚙️ Configuration\n\nIn **Settings**, you can adjust:\n\n- **API Key** (required)  \n- **System Prompt** (tone/style of rewriting, e.g. “Polish this for a professional restaurant menu”)  \n- **Model**: `gpt-5`, `gpt-5-nano`, or `gpt-mini`  \n\n---\n\n## 🛠️ Development\n\nRequirements:\n- macOS 14+  \n- Xcode 15+  \n- Swift 5.9+  \n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! 🎉  \n\n- Fork the repo  \n- Create a feature branch (`git checkout -b feature/your-feature`)  \n- Commit changes (`git commit -m \"Add feature\"`)  \n- Push and open a Pull Request  \n\n---\n\n## 📜 License\n\nMIT License © 2025  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayomi1%2Frewriteai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayomi1%2Frewriteai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayomi1%2Frewriteai/lists"}