Blogit

shrey vijayvargiya
5 min readOct 5, 2024

Ultimate Boilerplate for all your content management platform

https://shreyvijayvargiya.gumroad.com/l/blogit

Under the Hood

The idea emerges from a use case.

I was developing a daily writing app using Firebase and a few of the latest technology.

The entire process was quite simple but repetitive, let divide the process

  • Next.js framework setup
  • Packages installation
  • UI components (Frontend website)
  • State Management
  • Authentication
  • Firebase CRUD APIs — ADD, UPDATE, DELETE
  • Firebase Storage APIs
  • Search API
  • Vercel deployment, Github CI/CD

A lot more process comes that are often repetitive process.

All the above setups are almost the same for developing any kind of content management platform. CRUD APIs to state management and database and so on.

Not just a usual blogging boilerplate!!

--

--