DEV Community

Cover image for Quickly build a full-stack blog content website
shrey vijayvargiya
shrey vijayvargiya

Posted on

Quickly build a full-stack blog content website

Hey there!!

Welcome to the new letter. For the last 2 months, I've been working on buildsaas.dev

It's a starterkit framework for building applications, a single boilerplate that contains almost everything in an application. For example, every website has a few common things that should be present, as mentioned below

  1. Frontend pages (landing page, pricing, subscription, blog, newsletter, legal pages)

  2. Backend APIs (Authentication, Payment, Pricing, other required APIs, exportconvert, etc)

  3. Admin panel to manage my application (Write blog, craft emails, send emails, check subscribers, visitor analysis, payments records etc)

Buildsaas.dev starterkit includes all of the above features.

Build a Blog Website Instantly!!\

Let's not bore you and show some demo,

DemoGithub Repository

How to use and launch your app!!

  1. Download zip

  2. Add Firebase database keys in .env.local file

  3. Push to Github

  4. Deploy to Vercel

Tech stack used is Nextjs, React, Tailwind and Firebase

If you need an email service for all, add Resend API keys as well

How to write a blog

  1. Go to localhost:3000/admin

  2. Open the blogs tab from the sidebar, as shownin the image below

  3. Start writing a blog and push to the database (it will automatically be shown in the frontend localhost:3000/blog)

  4. Similarly, add emails, check email subscribers and check analytics within the admin

Why only Firebase?

The first version uses Firebae as a database, and if you need another database, such as Supabase, let me know.

But if you need Supabase, you can use buildsaas.dev starterkit which is more advance version and built using Supabase and Firebase both including Stripe and Polar as payments.

Happy to know your first blog website!!

Download the source code and build your first blog website, deploy it, put it live and share it with me.

I would add your website on buildsaas.dev as the testimonial and show your blog website to help you get your first customer 😁.

Go on, get your spot on buildsaas

It's FREE and Quick

Cheers

Shrey

Top comments (0)