Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Clone da aplicação de inscrição da Next Level Week #05
NLW App Clone is an open-source Next.js boilerplate for an event subscription application, cloned from Rocketseat's Next Level Week #05. It gives developers a ready-to-run registration flow with GitHub authentication, track selection, and an invite system, built with TypeScript, Chakra UI, FaunaDB, and Firebase.
NLW App Clone is a full-stack Next.js application that reproduces the event sign-up experience of Rocketseat's Next Level Week #05. It takes a user's registration data and GitHub login as input and produces a confirmed enrollment with a generated invite; the app runs on the Next.js framework with React and TypeScript, styled with Chakra UI. The project was created by developer Alexandre Costa and is published under the MIT license.
The setup follows the README instructions: clone the repository with git, install dependencies with npm install, and start the development server with npm run dev, which serves the app at http://localhost:3000. Before running, you must fill in the environment variables listed in .env.example into .env.development; the repository includes PUBLIC_KEY and PRIVATE_KEY files in /src/static for generating the invite token.
