1

Pruvious - Free and open-source CMS for Nuxt | Product Hunt

 6 months ago
source link: https://www.producthunt.com/posts/pruvious
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Free and open-source CMS for Nuxt

Sort by:

This is very useful! Though my platforms doesn't need a CMS, I feel it would be super handy for SaaS businesses needing it.

You have my upvote!

Hi! After using WordPress for more than 15 years, I was looking for a replacement based on JavaScript. After trying a lot of free headless CMS options, I always found that some features were preventing me from switching. For example, while I really like Strapi, I couldn't utilize block nesting the way I do in WordPress (Gutenberg) or even ACF repeaters before Gutenberg.

Because I wanted to write my frontend with Vue, the most sensible option for me was to use Nuxt for server-side rendering. Last year, I attempted to create a small backend with some basic CMS functionalities for managing pages and custom fields that are connected to Nuxt via an API. While this started as a hobby project, I invested more and more time into it. In the end, I released the project (Nuxt module) under the MIT license with the name Pruvious (pun intended).

Pruvious allows you to build modular websites very quickly by providing full TypeScript support for everything you do. For instance, you can create collections (equivalent to custom post types in WordPress) and have their fields automatically typed in the included query builder. The most powerful feature of Pruvious is its blocks. They are regular Vue components used to build website pages. The only difference (addition) is that you can define your fields (with all the options, validation, and value sanitizing rules) directly in Vue's `defineProps()`, which accelerates your development tremendously. These field definitions are automatically parsed away when your project is built, and the corresponding database columns are created along with the REST API endpoints. Yes, Pruvious uses separate tables for all collections (post types); there are no `wp_posts` and `wp_postmeta`, joining tables, and sluggish SQL queries.

There are many benefits you can get from Pruvious if you develop CMS-powered websites, and it's completely free! Also, if you are not familiar with Vue or Nuxt, it's very easy to learn as Vue is the most beginner-friendly JS framework nowadays. If you haven't tried it, I really recommend doing so. You can find the complete list of Pruvious features on the website: https://pruvious.com. If I haven't covered something, feel free to ask here! Thank you for reading. Peace out :)


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK