Hi HN. primo is an IDECMSCLSSG (short for IDE, CMS, Component Library, Static Site Generator) I’ve been working on for a few months. The idea came from wanting to host a Notion page at a domain name and not being able to. Once I made the initial version - a basic text editor - the rest of the features just came naturally (except for the SSG, which came from not wanting to deal with hosting). I’d written off freelance…
Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
131–140 of 214 posts
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#132this is pretty neat! any plans for dynamic content, or data sources? as well could you be able to show how the authentication mechanism works?
Yeah definitely. I imagine it’ll just have to auto-build whenever I gets upstream data updates. I’ll make sure to update the docs; it’s pretty simple atm, just invite a user (set them as a content editor or developer) and they can join your site. And if you want to give them build access you add them as a collaborator on the repo.
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#133This combined with Tailwind UI[0] makes a pretty stellar low-code tool. For someone with entry level HTML knowledge, you could copy/paste your way to a well-designed site. [0]: https://tailwindui.com
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#134I imagine this is similar in concept to Webflow, Wix, Squarespace, etc? As in, a tool to build a custom static website with easily editable content. Since this needs a lot of code to actually create a site, why not create a CMS instead that can be connected through an API to a SSG?
You could say it's similar, but only insofar as WordPress+Timber is also similar (i.e. coding a custom site for end users to easily edit content). I'm not sure I understand your second question, but I believe lots of those already exist, and it made more sense for my use-case to just build the site directly from primo.
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#135I’ve been moving towards implementing an API based CMS, specifically prismic.io which allows me to setup content elements that marketing staff can edit. Can you explain a bit more about the non-tech user experience for content editors? Would love to find a magic Wordpress replacement with a proper git & tailwind supported workflow for devs and a simple interface for content editors. I’m hoping this fits the bill.
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#136Hi HN. primo is an IDECMSCLSSG (short for IDE, CMS, Component Library, Static Site Generator) I’ve been working on for a few months. The idea came from wanting to host a Notion page at a domain name and not being able to. Once I made the initial version - a basic text editor - the rest of the features just came naturally (except for the SSG, which came from not wanting to deal with hosting). I’d written off freelance…
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#137I’ve created my own blog around a pure pre-render solution (using gatsby stripped down to just pre-rendering) - because I want to control everything and not be dependent on anything aside from the stack (react in my case).
Impressive how you’ve tied everything in to github. I’ll be reading your code to see how it all works.
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#138Hi HN. primo is an IDECMSCLSSG (short for IDE, CMS, Component Library, Static Site Generator) I’ve been working on for a few months. The idea came from wanting to host a Notion page at a domain name and not being able to. Once I made the initial version - a basic text editor - the rest of the features just came naturally (except for the SSG, which came from not wanting to deal with hosting). I’d written off freelance…
I've never used Svelte so would love to know what attracts you to it :)
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#139Earlier quoted context omitted.
You could say it's similar, but only insofar as WordPress+Timber is also similar (i.e. coding a custom site for end users to easily edit content). I'm not sure I understand your second question, but I believe lots of those already exist, and it made more sense for my use-case to just build the site directly from primo.
Maybe I'm missing something but it seems every component in Primo is made by coding HTML and CSS. What's the advantage over simply using a SSG?
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#140Earlier quoted context omitted.
This feels like such a ludicrous concept, but also I love it. I've recently fallen back into the world of building static marketing sites and the tooling is now so sophisticated, cheap and undifferentiated. We're solving the same problem over and over in very similar ways. I generally despise all-in-one solutions, but this use case actually makes a lot of sense at this point.
I don't know about ludicrous — this is essentially the same USP you get from Squarespace, Wix, etc., but just without the "and we host the resulting site for you" part. In trade for not doing the hosting, it becomes just a native app you can own, rather than a subscription service. Just need a commodity web host to slap it up on.
Or Oracle free VM. (I made a comparison of some free stuff in the beginning of this article: https://matrix.org/docs/guides/free-small-matrix-server )