{"id":29141689,"url":"https://github.com/georgiirocket/flowengo-electron","last_synced_at":"2026-04-30T20:32:06.156Z","repository":{"id":298855766,"uuid":"1001002093","full_name":"georgiirocket/flowengo-electron","owner":"georgiirocket","description":"Flowengo is a clean, fast, and minimalist desktop application for managing tasks with a Kanban-style board. (TS, Electron, React)","archived":false,"fork":false,"pushed_at":"2025-06-26T09:30:28.000Z","size":2897,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T10:21:11.691Z","etag":null,"topics":["electron","js","react","sqlite3"],"latest_commit_sha":null,"homepage":"","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/georgiirocket.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-06-12T16:49:13.000Z","updated_at":"2025-06-26T09:30:09.000Z","dependencies_parsed_at":"2025-06-13T09:23:34.651Z","dependency_job_id":"b495e1a8-8d9a-4e9c-800a-c5ac1e0cfde7","html_url":"https://github.com/georgiirocket/flowengo-electron","commit_stats":null,"previous_names":["georgiirocket/flowengo-electron"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/georgiirocket/flowengo-electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgiirocket%2Fflowengo-electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgiirocket%2Fflowengo-electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgiirocket%2Fflowengo-electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgiirocket%2Fflowengo-electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgiirocket","download_url":"https://codeload.github.com/georgiirocket/flowengo-electron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgiirocket%2Fflowengo-electron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32476682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["electron","js","react","sqlite3"],"created_at":"2025-06-30T19:01:01.038Z","updated_at":"2026-04-30T20:32:06.150Z","avatar_url":"https://github.com/georgiirocket.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flowengo Board\n\nFlowengo Board is a clean, fast, and minimalist desktop application for managing tasks with a Kanban-style board. Whether you're planning personal goals, managing work projects, or organizing your daily to-dos, Flowengo helps you stay focused and in control.\n\nCreate boards, add task cards, move them across customizable columns, and track your progress—all without distractions, right on your desktop.\n\n---\n\n### Crypto\n\nWe use cryptography when storing your data on disk.\n\n\u003cimg src=\"./screenshot/auth.png\" alt=\"auth\" width=\"1000\"/\u003e\n\n### Common board\n\n- Fast and intuitive interface.\n- Easy navigation\n- Moving tasks between columns\n\n\u003cimg src=\"./screenshot/board.png\" alt=\"board\" width=\"1000\"/\u003e\n\n\n### Several boards\n\n- Create multiple projects\n- Create custom columns\n- Rename them and swap them out.\n- Free switching between projects\n\n\u003cimg src=\"./screenshot/new-project.png\" alt=\"new-project\" width=\"1000\"/\u003e\n\u003cimg src=\"./screenshot/multi-project.png\" alt=\"multi\" width=\"1000\"/\u003e\n\n### Task handling\n\n- Create, modify, move, remove, view tasks\n- Use Rich editor for detailed task descriptions\n\n\u003cimg src=\"./screenshot/edit-task.png\" alt=\"edit-task\" width=\"1000\"/\u003e\n\u003cimg src=\"./screenshot/view-task.png\" alt=\"view-task\" width=\"1000\"/\u003e\n\n### Theme\n\n- Light and dark mode\n- You can use the system theme if your device supports it\n\n\u003cimg src=\"./screenshot/theme.png\" alt=\"theme\" width=\"1000\"/\u003e\n\n---\n\n\n### FAQ\n\n#### I forgot my password\n\nYou can reset all data along with your account. This can be done by selecting “Drop user data” from the system menu\n\n#### Can I recover my data if I lose my password?\n\nSince we can't verify the authenticity of your face. The only options are to reset your data or enter the correct password\n\n---\n\n### Tech Stack\n\n**Client:** React, TailwindCSS, TS, Electron\n\n---\n\n### Development\n\n### Install\n\n```bash\n$ npm install\n```\n\n### Dev\n\n```bash\n$ npm run dev\n```\n\n### Build\n\n```bash\n# For windows\n$ npm run build:win\n\n# For macOS\n$ npm run build:mac\n\n# For Linux\n$ npm run build:linux\n```\n\n\u003e Node: v22.13.0 Npm: 10.9.2\n\n\n### Deployment\n\n- Commit changes\n- Push\n- Create tag (git tag v.)\n- Push tag (git push --tags)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgiirocket%2Fflowengo-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgiirocket%2Fflowengo-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgiirocket%2Fflowengo-electron/lists"}