Earlier quoted context omitted.
It doesn't require JS, so that's odd. Do you have JS turned off? It's using instant.page in the bundle, but I would expect that to fallback to the default behavior.
See: curl https://primo.af How is that supposed to fallback? Theres nothing there.
Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
81–90 of 214 posts
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#82Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#83Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#84Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#85I’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.
Note sure whether that is similar to what you are looking for, but I've been working on a CMS that commits a JSON file to Git. It is called FrontAid CMS and currently in public beta: https://frontaid.io/
It works like this: Create a data model and put it in your Git repo. FrontAid will pick it up and generate input fields accordingly. The content editors can then create/update the input fields and the resulting content is then stored in a JSON file in your own Git repository. The big advantage of that is that your content lives where your actual code is.
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#86this is pretty neat! any plans for dynamic content, or data sources? as well could you be able to show how the authentication mechanism works?
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#87> This application will be able to read and write all public and private repository data. This includes the following: ... Is it really needed?
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#88Earlier quoted context omitted.
I'd rather leave $ on the table if it means enabling independent devs (especially those in developing economies) to make $$$
Logged in just to say congrats, this attitude is seldom encountered, even among those building their products almost entirely on freely available foundations.
Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#89Re: Show HN: Primo – all-in-one IDE, CMS, component library, static site generator
#90I'm getting a completely blank page? I would expect a static site generator (or at least any one I would choose to use) to create pages that do not require javascript. Edit: My bad. Still, for a landing page for something like this, wouldn't you want to eat your own dogfood?
Downvoting due to my misunderstanding? This is a static-site creation app so makes sence that it would require javascript even if the resulting page does not. Are there any pages created with this thing I can look at?
Here it is: https://primocafe.vercel.app/ And here's the repo: https://github.com/mateomorris/primocafe