{"id":25923854,"url":"https://github.com/shutock/twurbun","last_synced_at":"2026-02-25T16:33:07.487Z","repository":{"id":280333547,"uuid":"941306516","full_name":"shutock/twurbun","owner":"shutock","description":"A Turborepo template with a shared Tailwind v4 config, Biome for linting \u0026 formatting, and Bun for blazing-fast package management.","archived":false,"fork":false,"pushed_at":"2025-03-04T16:24:21.000Z","size":234,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T20:30:00.924Z","etag":null,"topics":["biome","biomejs","bun","monorepo","tailwind","tailwindcss","turbo","turborepo"],"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/shutock.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-03-02T01:09:37.000Z","updated_at":"2025-04-22T10:11:00.000Z","dependencies_parsed_at":"2025-07-26T16:33:38.705Z","dependency_job_id":"95a45c51-8c2d-4f96-8a8b-6e41f270968f","html_url":"https://github.com/shutock/twurbun","commit_stats":null,"previous_names":["shutock/twurbun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shutock/twurbun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutock%2Ftwurbun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutock%2Ftwurbun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutock%2Ftwurbun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutock%2Ftwurbun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shutock","download_url":"https://codeload.github.com/shutock/twurbun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutock%2Ftwurbun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29830191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"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":["biome","biomejs","bun","monorepo","tailwind","tailwindcss","turbo","turborepo"],"created_at":"2025-03-03T17:18:25.145Z","updated_at":"2026-02-25T16:33:07.472Z","avatar_url":"https://github.com/shutock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo Tailwind Template\n\n[![Bun](https://img.shields.io/badge/Bun-%23000000.svg?style=for-the-badge\u0026logo=bun\u0026logoColor=white)](https://bun.sh)\n[![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)](https://tailwindcss.com)\n[![Turborepo](https://img.shields.io/badge/Turborepo-EF4444.svg?style=for-the-badge\u0026logo=turborepo\u0026logoColor=white)](https://turbo.build)\n[![Biome](https://img.shields.io/badge/Biome-60A5FA.svg?style=for-the-badge\u0026logo=biome\u0026logoColor=white)](https://biomejs.dev)\n\nA modern, high-performance monorepo template powered by Bun and Turborepo, featuring shared Tailwind configuration for consistent styling across all applications.\n\n## ✨ Features\n\n- ⚡️ **Bun** - Ultra-fast package management and runtime\n- 📦 **Turborepo** - Efficient monorepo management with intelligent build caching\n- 🎨 **Shared Tailwind** - Consistent styling across all applications\n- 🔧 **Biome** - Modern linting and formatting for consistent code style\n- 🚀 **Optimized Build System** - Advanced caching for faster builds\n- 📱 **Type Safety** - Full TypeScript support across all packages\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh) installed on your system\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/shutock/twurbun.git\ncd twurbun\n```\n\n2. Install dependencies:\n```bash\nbun install\n```\n\n3. Start development server:\n```bash\nbun dev\n```\n\n## 📁 Project Structure\n\n```\n├── apps/             # Application packages\n│   ├── _template/    # Template app with basic setup\n│   └── root/         # Root application\n├── configs/          # Shared configurations\n│   ├── tailwind/     # Shared Tailwind config\n│   └── typescript/   # Shared TypeScript config\n├── packages/         # Shared packages\n│   ├── ui/           # Shared UI components\n│   └── utils/        # Shared utilities\n├── .npmrc            # NPM configuration\n├── biome.json        # Biome configuration\n└── turbo.json        # Turborepo configuration\n```\n\n## 🛠️ Available Commands\n\n- `bun dev` - Start development servers for all applications\n- `bun run build` - Build all applications and packages\n\n## 🔧 Using the Template\n\n1. **Configure Tailwind**\n   - Modify shared styles in `configs/tailwind/styles.css`\n   - Customize theme in `tailwind.config.ts`\n\n2. **Add New Applications**\n   - Copy `apps/_template/` to create new apps\n   - Update application-specific configurations\n\n3. **Extend Shared Packages**\n   - Add reusable components to `packages/ui/`\n   - Create utility functions in `packages/utils/`\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nBuilt with ❤️ using [Bun](https://bun.sh), [Turborepo](https://turbo.build), and [Tailwind CSS](https://tailwindcss.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshutock%2Ftwurbun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshutock%2Ftwurbun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshutock%2Ftwurbun/lists"}