{"id":28434324,"url":"https://github.com/snekussaurier/minban","last_synced_at":"2026-04-20T09:05:47.890Z","repository":{"id":262709474,"uuid":"887486098","full_name":"Snekussaurier/Minban","owner":"Snekussaurier","description":"A minimalistic kanban board application","archived":false,"fork":false,"pushed_at":"2025-10-19T10:07:54.000Z","size":1291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T18:41:57.071Z","etag":null,"topics":["backend","dioxus","frontend","gin","go","kanban","rust","sqlite"],"latest_commit_sha":null,"homepage":"https://snekussaurier.github.io/Minban/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Snekussaurier.png","metadata":{"files":{"readme":"docs/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":"2024-11-12T20:35:51.000Z","updated_at":"2025-10-19T10:07:58.000Z","dependencies_parsed_at":"2024-12-25T18:19:23.709Z","dependency_job_id":"618cf5ba-a04e-42bd-b5e2-7fb7d9f96012","html_url":"https://github.com/Snekussaurier/Minban","commit_stats":null,"previous_names":["snekussaurier/miniban-backend","snekussaurier/minban-backend","snekussaurier/minban"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Snekussaurier/Minban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snekussaurier%2FMinban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snekussaurier%2FMinban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snekussaurier%2FMinban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snekussaurier%2FMinban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snekussaurier","download_url":"https://codeload.github.com/Snekussaurier/Minban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snekussaurier%2FMinban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["backend","dioxus","frontend","gin","go","kanban","rust","sqlite"],"created_at":"2025-06-05T19:08:43.538Z","updated_at":"2026-04-20T09:05:47.882Z","avatar_url":"https://github.com/Snekussaurier.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Minban\n\n*A minimalist Kanban board application built with modern web technologies*\n\n[![Go](https://img.shields.io/badge/Go-1.23+-00ADD8?style=for-the-badge\u0026logo=go\u0026logoColor=white)](https://golang.org/)\n[![Dioxus](https://img.shields.io/badge/Dioxus-0.6-FF6B6B?style=for-the-badge\u0026logo=rust\u0026logoColor=white)](https://dioxuslabs.com/)\n[![WebAssembly](https://img.shields.io/badge/WebAssembly-654FF0?style=for-the-badge\u0026logo=webassembly\u0026logoColor=white)](https://webassembly.org/)\n[![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com/)\n\n![MinBan Screenshot](images/MinbanScreenshot.png)\n\n\u003c/div\u003e\n\n## Description\n\nMinBan is a sleek, lightweight Kanban board application that helps you organize your tasks and projects efficiently. Built with a Go backend and a Rust/Dioxus frontend, it offers a fast and responsive user experience.\n\n## Motivation\n\nThe motivation behind MinBan was to create a Kanban application that is **incredibly simple** and **highly customizable**.\n\n**This is not intended for teams or real Kanban project management!**\n \n It's designed for individual users who simply enjoy the Kanban approach to organizing their personal tasks and projects.\n\nThe goal was to build something that:\n- Stays out of your way while organizing your thoughts\n- Offers clean customization without complexity\n- Focuses on personal use rather than team collaboration\n- Maintains simplicity over feature bloat\n\n## Features\n\n- **Intuitive Kanban Interface**: Drag and drop cards between columns\n- **Board Management**: Create and manage multiple boards\n- **Card Organization**: Add, edit, and delete cards with ease\n- **Tag System**: Organize cards with customizable tags\n- **User Authentication**: Secure login system with JWT tokens\n\n## Quick Start\n\n### Prerequisites\n- Go 1.23+ and Rust with cargo\n- Docker (optional)\n\n### Development Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/snekussaurier/minban.git\ncd minban\n\n# Backend\ncd backend/src\ngo mod download\ngo run main.go  # Starts on port 9916\n\n# Frontend (in new terminal)\ncd frontend\ndx serve  # Available at http://localhost:8080\n```\n\n### Docker Setup\n\n```bash\ncd backend\ndocker-compose up\n```\n\nDefault credentials: `snekussaurier` / `123`\n\n## License\n\nThis project is licensed under the AGPL 3.0 License - see the [LICENSE](../LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnekussaurier%2Fminban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnekussaurier%2Fminban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnekussaurier%2Fminban/lists"}