About the Project

Web Bulletin has been born as your everyday blogging site that is powered by Supabaseon the backend and Nextjs on the frontend.

Supabase is a BaaS(Backend as a Service) that provides us with a powerfulDashboard, which facilitates posting Blog title, body, images and other information. This is converted into an easy to manage JSON response by the postgREST API.

NextJSon the other hand helps us paint the frontend using this JSON. The website also automatically fetches new blog posts due to powerful SSR(Server Side Rendering) & ISR(Incremental Static Regeneration) features provided by NextJS.

Web Bulletin ™