{"id":24482116,"url":"https://github.com/bytexgrid/softstackhub","last_synced_at":"2026-02-17T05:02:25.468Z","repository":{"id":273496406,"uuid":"917889737","full_name":"BytexGrid/SoftStackHub","owner":"BytexGrid","description":"Curated lists of software stacks","archived":false,"fork":false,"pushed_at":"2025-01-21T12:04:44.000Z","size":1036,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T16:49:59.151Z","etag":null,"topics":["community-project","cross-platform","nextjs","templates-and-utilities","typescript","webapp"],"latest_commit_sha":null,"homepage":"https://softstackhub.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BytexGrid.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-01-16T20:46:48.000Z","updated_at":"2025-01-21T12:04:48.000Z","dependencies_parsed_at":"2025-04-15T09:00:34.191Z","dependency_job_id":null,"html_url":"https://github.com/BytexGrid/SoftStackHub","commit_stats":null,"previous_names":["bytexgrid/softstackhub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BytexGrid/SoftStackHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BytexGrid","download_url":"https://codeload.github.com/BytexGrid/SoftStackHub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackHub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267163741,"owners_count":24045705,"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-07-26T02:00:08.937Z","response_time":62,"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":["community-project","cross-platform","nextjs","templates-and-utilities","typescript","webapp"],"created_at":"2025-01-21T12:12:28.338Z","updated_at":"2026-02-17T05:02:25.450Z","avatar_url":"https://github.com/BytexGrid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoftStackHub\n\nA community-driven platform for discovering and sharing software templates across different operating systems. SoftStackHub helps users find the right software setup based on their operating system and professional role.\n\n## About\n\nSoftStackHub streamlines the process of setting up development environments, creative workstations, and productivity tools across Windows, macOS, and Linux. Whether you're a developer, designer, or content creator, you can find and share curated collections of tools that work best for your workflow.\n\n## Features\n\n### Template Management\n- Browse software collections specific to Windows, macOS, and Linux\n- Filter templates based on professional roles and use cases\n- Create and share your own software setups\n- Save drafts while creating templates\n- Quick template creation through system scanning (yet to implement)\n\n### User Features\n- GitHub OAuth authentication\n- Personal dashboard with template analytics\n- Vote on templates to help surface the best setups\n- Track your voted and created templates\n- Data privacy controls with account data deletion option\n\n### Package Manager Integration\n- Windows: Chocolatey package manager\n- macOS: Homebrew package manager\n- Linux: Support for apt, dnf, and pacman\n\n## Tech Stack\n\n- **Frontend**: Next.js 14 with TypeScript and App Router\n- **Styling**: Tailwind CSS\n- **Authentication**: NextAuth.js with GitHub provider\n- **Database**: Supabase (PostgreSQL)\n- **Deployment**: Vercel\n- **State Management**: React Context API\n\n## Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/BytexGrid/SoftStackHub.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd SoftStackHub/softstackhub\n   ```\n\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n4. Set up environment variables:\n   ```env\n   NEXT_PUBLIC_SUPABASE_URL=your-supabase-project-url\n   NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key\n   GITHUB_ID=your-github-oauth-client-id\n   GITHUB_SECRET=your-github-oauth-secret\n   ```\n\n5. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Project Structure\n\n```\nSoftStackHub/\n├── softstackhub/           # Next.js application\n│   ├── app/              # App Router pages and layouts\n│   │   ├── (auth)/      # Authentication routes\n│   │   ├── (os)/        # OS-specific template routes\n│   │   ├── api/         # API routes\n│   │   └── dashboard/   # User dashboard\n│   ├── components/      # Reusable UI components\n│   ├── lib/            # Utility functions and helpers\n│   ├── public/         # Static assets\n│   └── types/          # TypeScript type definitions\n└── docs/              # Project documentation\n```\n\n## API Routes\n\n- `/api/templates` - Template CRUD operations\n- `/api/templates/[id]/vote` - Template voting\n- `/api/templates/draft` - Draft management\n- `/api/user` - User profile management\n- `/api/auth/*` - Authentication endpoints\n\n## Contributing\n\nWe welcome contributions from the community! Here's how you can help:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\nPlease ensure your PR adheres to our coding standards and includes appropriate tests.\n\n## Documentation\n\nFor detailed documentation, please visit our [Wiki](https://github.com/BytexGrid/SoftStackHub/wiki).\n\n## License\n\nThis project is open source under the GNU General Public License. See [LICENSE](LICENSE) for details. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytexgrid%2Fsoftstackhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytexgrid%2Fsoftstackhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytexgrid%2Fsoftstackhub/lists"}