Next Architecture Template

(by Shreyas)

Preface

Hi, Thanks for checking this out.

I hope my work can bring any value for you and your project.

I think unlike an ordinary ready to use template there should be some explanation, why certain things are done in some ways. And yes there is quite some stuff to read about before using.

Certainly, ther can be some debatable things and I agree not all of us have same choices. (That's why there is my name beside this) And Thats why these docs are for. For getting overview and understanding it before actually using. And I welcome your suggestions and discussions over it. We can have different branches for different versions of this.

This docs contains a breif overview over my template and some additional tips. And more like a tutorial and giving out ideas about small things while building a project.

Some of the ideas are inspired by other developers. And some are of my own and solutions to some problems me and my collegues face while building projects.

I tried to compile them down in this single template. And me myself going to use this for real projects.

This will be going to be updated more as soon I find any improvements in between. And I welcome other developers to share their own ideas / suggestions / contributions. I would be happy to know more about it.

About Template

next-architecture-template is a Next.js based web app architecture / starter code which already has some infrastructure setup neatly for your next project. Demo

It focuses on better code structure and overall folder structure. I recommended this for projects or which requires some kind of isolated code. Efficient but readable way of doing things, and able to switch stack later with less hassle.

The initial template if made of following stack:

Even if this doesn't fit yours you can still checkout the repository here in your browser, and see if it can help with any ideas.

You can continue read more about the items in the sidebar.