Welcome to CodeStream, the social network for coders! We're all about turning coffee into code, and doing it together. Why code alone when you can code with friends?
- Features
- Installation
- Technologies
- Contributing
- License
Learn new programming concepts, languages, or frameworks from our extensive library of video content. From beginner to advanced, we've got something for everyone. Watch, learn, and code along with the best in the business.
Try out your code in real-time with our interactive playground. It's like a sandbox for your code - experiment, make mistakes, learn, and improve. The playground supports multiple languages and frameworks, so you can code in your language of choice.
Say goodbye to the days of scratching your head over a piece of code. With CodeStream, you can instantly share your code and get feedback from your team. Collaborate, learn, and grow together.
- Clone the repository
- Install the dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
- Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
We use some awesome technologies to make CodeStream even more powerful:
The React framework for the web
Clerk is the tool that we use to manage our authentication system[^1^][5].
Shadcn is not just a component library, but a collection of reusable components that you can directly copy and paste into your applications[^2^][1]. It's built on top of Tailwind CSS and Radix UI and currently supports Next.js, Gatsby, Remix, Astro, Laravel, and Vite[^2^][1]. Shadcn UI provides several features that you can leverage for an enhanced user experience[^2^][1].
We love pull requests from everyone. So, feel free to open an issue or a pull request
CodeStream is released under the MIT License. So, feel free to use it, and share it
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!