{"id":20300812,"url":"https://github.com/fres-sudo/buildstuff","last_synced_at":"2026-05-08T04:43:34.033Z","repository":{"id":262690794,"uuid":"886011090","full_name":"fres-sudo/buildstuff","owner":"fres-sudo","description":"Just Enough Tools to Get Stuff Done ✳️","archived":false,"fork":false,"pushed_at":"2025-01-05T11:25:32.000Z","size":3080,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T10:48:03.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fres-sudo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-10T00:19:32.000Z","updated_at":"2025-01-05T11:25:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5c921ee-c756-45f1-8c00-14ccf6440551","html_url":"https://github.com/fres-sudo/buildstuff","commit_stats":null,"previous_names":["fres-sudo/buildstuff"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fbuildstuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fbuildstuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fbuildstuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fres-sudo%2Fbuildstuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fres-sudo","download_url":"https://codeload.github.com/fres-sudo/buildstuff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241795728,"owners_count":20021518,"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","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-11-14T16:21:22.133Z","updated_at":"2026-05-08T04:43:33.990Z","avatar_url":"https://github.com/fres-sudo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Preview](public/buildstuff-thubnail.png)\n\n# ✳️ BuildStuff\n\n**BuildStuff** is a lightweight, open-source project management tool designed for solo developers, freelancers, and small teams who want a simple, no-fuss way to track tasks, manage projects, and log work hours — without the unnecessary bloat.\n\n## 🌟 Features\n\n- **Multiple Workspaces**: Manage separate workspaces for different clients, teams, or projects.\n- **Project \u0026 Task Management**: Create projects, add tasks, and keep everything organized.\n- **Subtasks \u0026 Time Tracking**: Break down tasks into subtasks and track time spent on each.\n- **Changelog \u0026 Notes**: Keep a project changelog or jot down notes with Markdown support.\n- **File Attachments**: Attach images, documents, or files to projects and tasks for better documentation.\n- **Flexible User Access**: Users can join multiple workspaces and see a unified dashboard of all their tasks.\n- **Simple Authentication**: Sign in with email, Google, or GitHub.\n- **Kanban Board**: Visualize your tasks and projects with a simple drag-and-drop Kanban board.\n- **Dark Mode**: Built-in dark mode for those late-night coding sessions.\n- **Open Source \u0026 Extensible**: Easily customizable and ready for your contributions!\n\n## 🚀 Getting Started\n\nFollow these steps to set up BuildStuff locally.\n\n### Prerequisites\n\n- **Node.js** (v20+)\n- **PostgreSQL**\n- **Git**\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/fres-sudo/buildstuff.git\n   ```\n\n   ```bash\n    cd buildstuff\n   ```\n\n2. **Install dependencies:**\n\n```bash\nnpm install\n```\n\n3. **Set up environment variables,** copy the example environment file and update it with your configuration:\n\n```bash\ncp .env.example .env\n```\n\nUpdate the `.env` file with your PostgreSQL credentials, OAuth keys, and any other necessary configurations.\n\n4. **Set up the database,** initialize the database with Drizzle ORM\n\n```bash\nnpx drizzle-kit migrate:latest\n```\n\n5. **Start the development server:**\n\n```bash\n    npm run dev\n```\n\nAccess the app: Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## 🛠️ Tech Stack\n\n- Frontend: [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/)\n- Backend: [Drizzle ORM](https://orm.drizzle.team/), [PostgreSQL](https://www.postgresql.org/)\n- Authentication: [Better Auth](https://www.better-auth.com/)\n- Deployment: [Vercel](https://vercel.com/), [Docker](https://www.docker.com/) (optional)\n- Markdown Editor: [Tip Tap](https://tiptap.dev/product/editor)\n\n## 📚 Documentation\n\nFor detailed setup instructions, API documentation, and usage guides, visit the [**BuildStuff Documentation**]().\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! Whether you want to fix a bug, suggest a feature, or improve the docs, we'd love your help.\n\n1. Fork the **repository**\n\n2. Create a new **branch**:\n\n```bash\ngit checkout -b feature/your-feature-name\n```\n\n3. Make your changes and **commit**:\n\n```bash\ngit commit -m \"Add your feature or fix\"\n```\n\n4. **Push** your changes:\n\n```bash\n    git push origin feature/your-feature-name\n```\n\n5. Create a [**pull request**](https://github.com/fres-sudo/buildstuff/pulls)\n\nCheck out our [Contributing Guide](https://github.com/fres-sudo/buildstuff/blob/main/CONTRIBUTE.md) for more details.\n\n## 🐛 Reporting Bugs\n\nFound a bug? Please open an [issue](https://github.com/fres-sudo/buildstuff/actions/new) and let us know the details.\n\n## 📈 Roadmap\n\n**Planned** features and enhancements:\n\n- Notifications \u0026 Reminders\n- Offline Mode with Sync\n- API \u0026 Webhook Integrations\n- More Authentication Options (Apple Sign-In)\n- Improved Mobile Experience\n\n## ❤️ Support\n\nIf you find BuildStuff helpful, please give us a ⭐ on GitHub! It helps others find the project too.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🙌 Acknowledgments\n\n    Thanks to the open-source community for your contributions and feedback.\n    Special thanks to all contributors who helped make this project better.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffres-sudo%2Fbuildstuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffres-sudo%2Fbuildstuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffres-sudo%2Fbuildstuff/lists"}