1
1 Comment

Serverless Vue 3 SaaS Boilerplate

Hey fellow indie hackers,

for the last few months, I've been using a pretty awesome Vue 3 template project that I built myself. It covers everything I need to quickly bootstrap new (SaaS) projects, including:

  • Vue 3/Vite/TypeScript (Foundation)
  • Tailwind CSS (UI)
  • API/Serverless Functions (powered by Vercel)
  • Stores w/ local storage (Pinia)
  • Localization (i18n)
  • Routing
  • Light/dark mode
  • Magic link auth (JWT)
  • and some other stuff that could be added, depending on how opinionated I'd want it to become

I've been thinking about creating a product out of it and offer it for a one-time payment. Buyers would get access to the GitHub repository, which they could fork and start building in minutes.

There's a similar product for Next.js called Bedrock (from Max Stoiber) which works really well I guess: https://bedrock.mxstbr.com/
I clearly don't have the following Max has and am therefore in doubt whether this could work as well.

Excited to hear what you folks think.

on June 25, 2022
  1. 1

    nice, any news?, can i see some use of it?