{"id":51160478,"url":"https://github.com/parnilv06/cubit","last_synced_at":"2026-06-26T13:01:22.640Z","repository":{"id":365467204,"uuid":"1269992595","full_name":"parnilV06/Cubit","owner":"parnilV06","description":"A  OpenSource , modern speedcubing platform that blends timing, training, coaching, and community into one seamless experience. Designed to support beginners learning Rubik’s Cube as well as experienced cubers chasing faster solves.","archived":false,"fork":false,"pushed_at":"2026-06-25T13:03:58.000Z","size":25185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-25T14:22:48.384Z","etag":null,"topics":["cubing","cubing-timer","indie","indiedev","rubiks","rubiks-cube","speedcubing","tools","webdev"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/parnilV06.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-15T09:28:25.000Z","updated_at":"2026-06-25T13:04:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/parnilV06/Cubit","commit_stats":null,"previous_names":["parnilv06/cubit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parnilV06/Cubit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parnilV06%2FCubit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parnilV06%2FCubit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parnilV06%2FCubit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parnilV06%2FCubit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parnilV06","download_url":"https://codeload.github.com/parnilV06/Cubit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parnilV06%2FCubit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34817641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":["cubing","cubing-timer","indie","indiedev","rubiks","rubiks-cube","speedcubing","tools","webdev"],"created_at":"2026-06-26T13:01:05.237Z","updated_at":"2026-06-26T13:01:22.631Z","avatar_url":"https://github.com/parnilV06.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cubit\n\nA modern speedcubing platform that blends timing, training, coaching, and community into one seamless experience.\nDesigned to support beginners learning Rubik’s Cube as well as experienced cubers chasing faster solves.\n\n---\n\n## Status\n\n🚧 In Development — Phase 2 (Frontend Development)\n\nCurrent Progress:\n\n* [x] Product Planning\n* [x] Brand Identity\n* [x] UI / UX Design\n* [ ] Frontend ( currently working on )\n* [ ] Backend\n* [ ] Database\n* [ ] Integration\n* [ ] Deployment\n\n---\n\n## Overview\n\nCubit is an open-source web platform built for cubers.\n\nThe goal is to create a fast, modern, and minimal cubing experience focused on:\n\n* Solving\n* Training\n* Tracking progress\n* Learning speedcubing\n* Community interaction\n\nCubit is intentionally being built as a focused product rather than a feature-heavy platform.\n\n---\n\n## Features (Planned)\n\n### Core\n\n* Solve Timer\n* WCA-style Scrambles\n* Solve History\n* Statistics Dashboard\n* Progress Tracking\n\n### Learn\n\n* Beginner Learning Path\n* Cube Basics\n* Cube Notation\n* Guided Learning\n\n### Community\n\n* Share Solves\n* Personal Best Posts\n* Community Feed\n* Leaderboards\n\n### Profile\n\n* Cubing Snapshot\n* Progress Overview\n* Quick Actions\n\n---\n\n## Tech Stack\n\nFrontend\n\n* React\n* Vite\n* JavaScript\n* TailwindCSS\n* Zustand\n* Recharts\n\nBackend\n\n* Node.js\n* Express\n\nDatabase\n\n* PostgreSQL\n* Prisma\n\nDeployment\n\n* Vercel\n* Railway\n\n---\n\n## Project Structure\n\n```plaintext\ncubit/\n\nclient/\nserver/\ndocs/\n\nREADME.md\n```\n\n---\n\n## Local Setup\n\nClone:\n\n```bash\ngit clone https://github.com/parnilV06/Cubit.git\n```\n\nEnter:\n\n```bash\ncd cubit\n```\n\nClient:\n\n```bash\ncd client\n\nnpm install\n\nnpm run dev\n```\n\nServer:\n\n```bash\ncd server\n\nnpm install\n\nnpm run dev\n```\n\n---\n\n## Documentation\n\nProject docs live in:\n\n```plaintext\ndocs/\n```\n\nPlanned:\n\n```plaintext\nPRD.md\nTRD.md\nFrontendBlueprint.md\nBackendBlueprint.md\nRoadmap.md\n```\n\n---\n\n## Design Principles\n\n* Minimal over clutter\n* Cubing first\n* Fast interactions\n* Open source\n* Dark-first UI\n* Community driven\n\n---\n\n## Roadmap\n\nPhase 1\nIdeation + Design ✅\n\nPhase 2\nFrontend Development 🚧 (Work in Progress...)\n\nPhase 3\nBackend + Database\n\nPhase 4\nIntegration\n\nPhase 5\nTesting\n\nPhase 6\nCubit v1\n\n---\n\n## Contributing\n\nContributions will open after the initial public release.\n\n---\n\n## License\n\nLicense to be decided.\n\n---\n\nBuilt with ❤️ and a lot of solves.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparnilv06%2Fcubit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparnilv06%2Fcubit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparnilv06%2Fcubit/lists"}