{"id":24308014,"url":"https://github.com/bytexgrid/softstackertesting","last_synced_at":"2026-04-21T01:02:06.445Z","repository":{"id":272448481,"uuid":"916621563","full_name":"BytexGrid/SoftStackerTesting","owner":"BytexGrid","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-16T19:05:13.000Z","size":587,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T19:34:20.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bytexgrid.github.io/SoftStackerTesting/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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":"2025-01-14T13:10:10.000Z","updated_at":"2025-01-16T19:05:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"ffab04c4-dfd1-4181-86e1-927a9d278783","html_url":"https://github.com/BytexGrid/SoftStackerTesting","commit_stats":null,"previous_names":["bytexgrid/softstackertesting"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BytexGrid/SoftStackerTesting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackerTesting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackerTesting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackerTesting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackerTesting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BytexGrid","download_url":"https://codeload.github.com/BytexGrid/SoftStackerTesting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2FSoftStackerTesting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-01-17T04:35:31.016Z","updated_at":"2026-04-21T01:02:06.427Z","avatar_url":"https://github.com/BytexGrid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SoftStacker\n\nA community-driven platform for discovering and sharing software templates across different operating systems. SoftStacker helps users find the right software setup based on their operating system and professional role.\n\n## About\n\nSoftStacker 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\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/SoftStacker.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd SoftStacker/softstacker\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```\nSoftStacker/\n├── softstacker/           # 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/SoftStacker/wiki).\n\n## License\n\nThis project is open source under the GNU General Public License. See [LICENSE](LICENSE) for details. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytexgrid%2Fsoftstackertesting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytexgrid%2Fsoftstackertesting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytexgrid%2Fsoftstackertesting/lists"}