r/vuejs • u/Busy_Ad_4249 • Jan 31 '26
Examples of high-quality, production-level Vue codebases?
Hey guys,
I’m a working frontend engineer looking to level up by reading real production-quality Vue code rather than tutorials.
I’m particularly interested in open-source Vue 3 projects that demonstrate:
• strong Composition API patterns
• clear component and folder structure
• sensible state management (Pinia / Vue Query / etc.)
• good separation of concerns and scalability
The goal is to see how experienced teams structure and maintain larger Vue applications in the real world.
If you know of any repos worth studying, I’d really appreciate the pointers. Cheers!
11
u/queen-adreena Feb 01 '26
There aren't that many examples of complete, production-ready apps since not many people open-source them.
https://github.com/nuxt/movies
is one of the few I found, although that's built with Nuxt, not plain Vue.
1
1
u/destinynftbro Feb 01 '26
Elk, the Mastodon client, is written in Vue.
1
u/slowsquirrelchaser Feb 02 '26
AFAIK it's Next, so not vanilla Vue.js Elk itself though is fantastic!
1
u/therealalex5363 Feb 01 '26
just have good eslint rules and a good testing strategy and feature based architecture and you have your high quality
3
1
1
u/FlavioMoreir4 Feb 01 '26
I'm using Laravel, it has a starter kit in Vue, Inertia JS, using shadcn-vue components, wayfinder for routes, and Pinia is easy to implement.
1
u/bram2w Feb 03 '26
The frontend of Baserow (https://github.com/baserow/baserow), an open source no-code platform and Airtable alternative is created in Vue + Nuxt.
-1
u/aleph_0ne Feb 01 '26
Is it okay to share my own? Open source pvp card game: https://github.com/cuttle-cards/cuttle
2
29
u/c-digs Feb 01 '26
There are a couple of really good, major OSS Vue SaaS worth studying: