Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A retro social network front-end based on Orkut, built with Next.js, React, TypeScript, styled-components, and DatoCMS.
Alurakut is a free, open-source Next.js front-end template that recreates the Orkut social network experience, letting users log in with GitHub, view GitHub followers, and manage communities through DatoCMS. A live demo is hosted at https://alurakut-mathwcruz.vercel.app/.
Alurakut is a front-end application developed during Alura's Imersão React course, designed as a retro social network based on Orkut. It uses Next.js with React and TypeScript for the framework, styled-components for styling, and DatoCMS for content management. The application accepts a GitHub login and outputs a profile page containing followers fetched from GitHub and a list of user-created communities.
Clone the repository from GitHub, install dependencies with yarn, start the development server with yarn dev, then open localhost:3000. Log in with your GitHub account to see your followers and create communities, which are stored via DatoCMS.
Yes, the source code is publicly available on GitHub under the author's repository, and it can be cloned and run locally with no cost.
It recreates the Orkut social network experience inside a modern Next.js app: GitHub login, a followers list from GitHub, and the ability to create and list communities.
Run git clone, cd into the folder, run yarn to install dependencies, then yarn dev. The app opens at localhost:3000.
Next.js, React, TypeScript, styled-components, and DatoCMS. Data fetching is done server-side with getServerSideProps.
The repository belongs to Matheus da Cruz and is publicly accessible on GitHub, so you can fork it and add your own features.
