Nice project! I was a bit disappointed that you need a supabase account for "self hosting it".. And this is supposed to work only on some hosting service that can connect to Supa base, and also it encourages to fetch your pages content from github.. So it's more a CMS to run with specific service providers rather than something you can actually self host.
Thanks! And yeah I agree it's a bit mislabeled; the goal was to enable people to put up their own server as easily as possible, which meant plugging into those services. We are working on decoupling the backend so you could self-self-host it though.
Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
51–60 of 122 posts
Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#52I presume SSG = Static Site Generator
(Does anyone actually try to write clearly for people who even slightly not keeping up with their specific domain? I do webdev and even I had to think for a moment to decode the acronym)
Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#53Hey HN, it’s been about three years since you sent my open source CMS, Primo, to the front page ( https://news.ycombinator.com/item?id=23820201 ), inspiring me to quit my cushy remote job at the height of the pandemic to work on it full-time (naive and impulsive, I agree). Life has been pretty interesting since then. I’ve burned through my savings, lost my primo.af domain name to the Taliban, and convinced my wife to…
Would love to see this where blocks are standard web components and use native encapsulation!
Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#54Earlier quoted context omitted.
Sure thing! Just changed it from AGPL actually. It would be ideal if anyone forking it would contribute changes, but I was worried that would keep them from using it to build internal tools or separate products, and all the underlying tech is MIT anyway.
Yep, that is actually a big problem (benefit?) with Wordpress, were all the code is redistributable because of the GPL license. So paid plugin developers are in this weird limbo were they are charging people for their plugins without telling them that the code is freely redistributable.
Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#55Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#56Huh nice. Looks like it uses Supabase as a backend.
Yup! Makes it super easy to spin up a server. We're working on making it backend-agnostic to open it up to more people, but Supabase has always been my go-to.
Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#57Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#58Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#59Earlier quoted context omitted.
Totally understand the interpretation, but if you take a closer look I think you'll find Primo is actually the opposite. Site builders like Dreamweaver, Squarespace, Wix, Webflow, Weebly, etc. (and even WordPress now) replace code with visual controls - bridging the gap between users and their websites, but also putting up a wall that keeps them from modifying the code directly (or at best, applying some custom CSS o…
Primo is not the opposite. From the primo site, the 3 main bullet points - Drag-n-drop page building > Build your site's pages by dragging and dropping your directly blocks onto the page, unencumbered by overwhelming design options. - Visual content editing > Update your text, images, and links directly on the page or open up the Fields view to manage your content from a structured view. - Integrated development > Ac…
Yes Primo offers visual content editing and page building, because that's the only way to make a page flexibly editable by a non-technical user. Abstraction is only a negative thing when it stands in the way of what you want to do. Page building abstracts copy-pasting code. Visual content editing abstracts writing editorial content in HTML. Styling & building is the one thing that's left up to code because it has so many more possibilities than laying out blocks or writing content. So in the sense of building, Primo is the opposite to visual site builders like Webflow, Squarespace, Wix, etc.
I think that's why a new site builder pops up every other day - because they're all attacking the problem from different ends of the spectrum. Some give you more control, but are more complex/professional (like Webflow), while others are easier to use but offer less control (like Squarespace), and others are tailored to particular industries.
Re: Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
#60Earlier quoted context omitted.
Thanks! And yeah I agree it's a bit mislabeled; the goal was to enable people to put up their own server as easily as possible, which meant plugging into those services. We are working on decoupling the backend so you could self-self-host it though.
sqlite or flat html files would enable the ease of self hosting without any third party external service dependencies