/next-easy

A nextjs boilerplate to launch fast your projects

Primary LanguageTypeScript

Note: This boilerplate is currently under development. Some features may contain bugs or be incomplete.


Logo

NextEasy

A powerful Next.js boilerplate designed to accelerate your web development process
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

NextEasy is a powerful Next.js boilerplate designed to accelerate your web development process. It comes pre-configured with essential tools and best practices for building modern, scalable web applications.

Here's why NextEasy is great:

  • Your time should be focused on creating something amazing. NextEasy eliminates the need for complex initial setup.
  • You shouldn't be doing the same tasks over and over like creating a project structure from scratch.
  • You should implement DRY principles to the rest of your life 😄

Of course, no single boilerplate will serve all projects since your needs may be different. That's why NextEasy is designed to be easily customizable and extendable.

(back to top)

Built With

NextEasy is built with the following major frameworks and libraries:

  • Next
  • React
  • TypeScript
  • Tailwind CSS
  • Prisma
  • NextAuth
  • Stripe

(back to top)

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/nathanrenard3/next-easy.git
  2. Install NPM packages
    npm install
  3. Set up your environment variables in .env file
  4. Run the development server
    npm run dev

For more detailed instructions, please refer to the Documentation.

(back to top)

Usage

NextEasy provides a solid foundation for building web applications with Next.js. It includes pre-configured authentication, database integration, and UI components to help you get started quickly.

For more examples and usage instructions, please refer to the Documentation.

(back to top)

Roadmap

  • Add Dark/Light theme
  • Add Blog System
  • Add Documentation System
  • Add Stripe (with payment success and cancel url)
  • Add Email System
  • Upgrade the documentation
  • Multi-language System
    • French
    • Spanish

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Nathan Renard - @nathan_renard3

Project Link: https://github.com/nathanrenard3/next-easy

(back to top)

Acknowledgments

(back to top)