Introducing Bytecube: Cross Platform Package Manager
I am a 17 year old developer that loves to learn new things. I am also a member of the Swedish National Hacking Team (SNHT).
This is me and my friends Gautam submission for the Auth0 Hackathon. The best thing about this hackathon is the experience and that you learn so much from these hackathons.
Problems
We have found that it is pretty tedious to install a program. To install an program you first have to find its website then its download url and then install it. This process can be both hard and time consuming.
Bytecube The Solution
Therefor we created Bytecube the solution to those problems with bytecube you can just open a terminal and type bytecube install skyline to install skyline in just one command. You can also publish your own packages easily just make sure you are logged in using bytecube login and then do bytecube publish <package> where package is your application name and it will supply you with all the steps nessecary to publish your package.
Tech Stacks
We built this using nodejs and express for our api and nextjs for our website. For the CLI we used C++. We deployed our product using Railway, Vercel and Github Releases.
Screenshots and Info

The website is live at: https://bytecube.tk/ and our github repository: https://github.com/Bytecube-Packages/Bytecube