TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vapid: an intentionally simple CMS

209 pointsby atacrawlover 6 years ago

24 comments

vinaymsover 6 years ago
Is the name actually &quot;rapid&quot; but as said by Barry Kripke?<p>But a more serious question is, how is this different from the hundreds of other CMS? I am not attacking, but just trying to understand what motivated this and why someone might choose this. As someone who would need a CMS in the near future I am interested in this genuinely.<p>Don&#x27;t say RTFM because I did, but I didn&#x27;t find anything like &quot;why use vapid?&quot;. Is this point in the gist supposed to be the clincher?<p>&gt; You only need to know HTML (plus CSS and JS to the extent that your design calls for it).
评论 #18030980 未加载
评论 #18032069 未加载
评论 #18031496 未加载
fastballover 6 years ago
I like the look of it!<p>The basic idea has been executed already using PHP by Perch CMS[0], but this looks like it could be a good alternative (esp. if it&#x27;s open source!)<p>0: <a href="https:&#x2F;&#x2F;grabaperch.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;grabaperch.com&#x2F;</a>
评论 #18134455 未加载
评论 #18031404 未加载
评论 #18030385 未加载
评论 #18032472 未加载
saagarjhaover 6 years ago
Unrelated, but “Vapid” is an interesting naming choice. The word has a clearly negative connotation, no?
评论 #18030432 未加载
评论 #18030846 未加载
评论 #18032740 未加载
评论 #18030186 未加载
评论 #18030179 未加载
评论 #18031576 未加载
评论 #18030094 未加载
jedimastertover 6 years ago
Little nit-pick, but the code in the top image example says<p><pre><code> {{intro type=html required=false}} </code></pre> But there&#x27;s still a red star next to intro
评论 #18041699 未加载
unicornpornover 6 years ago
<a href="https:&#x2F;&#x2F;getkirby.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getkirby.com&#x2F;</a> is nice, but not open-source. <a href="https:&#x2F;&#x2F;getgrav.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getgrav.org&#x2F;</a> seems similar. <a href="https:&#x2F;&#x2F;bolt.cm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bolt.cm&#x2F;</a> is perhaps not as sparse, but the best flat file CMS I&#x27;ve found (SQLite).
评论 #18030788 未加载
评论 #18030833 未加载
chrismorganover 6 years ago
I’m impressed with the illustration: it does a very good job of conveying just what the product is. It is, admittedly, much simpler than most products, but it’s quite an achievement all the same. I imagine that it’s a slight simplification, but perhaps only very slight.<p>It looks to have a couple of errors, though: the intro field in it doesn’t look right: the default editor type is wysiwyg, so I presume there should be a toolbar there in practice; and it has required=false, so I presume the red star should be missing.
zhte415over 6 years ago
I read<p>&gt;The HTML is the CMS Add simple template tags to a static webpage, and Vapid will automatically generate the dashboard for you. No config files, no other languages required<p>While puzzling over the links (curved purple lines with end-points no arrows) over the image above. Then I guessed, HTML tabs can be added, and webform will update to reflect to the new tabs added. Right?<p>This took a good couple of minutes of thinking what this does. I suggest adding a video or two on the landing page with a demo. A before&#x2F;after. Perhaps I&#x27;m stupid on not getting this, but I guess a lot of people are far more stupid than me.
mxuribeover 6 years ago
So, it is not a dashboard for managing a static site...rather, it is a dashboard for managing static content that gets ultimately served to visitors via node...is that right? (This is not a criticism, just confirming.)
评论 #18032787 未加载
floatingatollover 6 years ago
Their first blog post talking about vapid is at:<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@hellovapid&#x2F;hello-vapid-db3709ad5b82" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@hellovapid&#x2F;hello-vapid-db3709ad5b82</a>
dstickover 6 years ago
Nice, was actually checking out Jekyll the other day but this looks 10x better for the purpose of getting a simple blog up and running without all the WP bloat.<p>Will give it a try next week!
评论 #18032155 未加载
评论 #18032297 未加载
评论 #18030984 未加载
knieveltechover 6 years ago
I took this for a test drive this morning. In addition to producing a raft of errors trying to install globally, I ran into a number of issues where the documentation didn&#x27;t exactly jive with observed reality. I threw up my hands and wandered off when pasting example code from the documentation into a template caused the server to crash. General impression: fun idea, not ready for prime time.
ObsoleteNerdover 6 years ago
This is great. I&#x27;ve been wanting something like this for a while now.<p>I really like the website too. Minus the small bugs people have already mentioned, the actual design and information on the front page is perfect. A lot of projects shared on HN could learn from this page, tbh (I mean that in an encouraging way, not an attack, but so many project homepages don&#x27;t explain the project very well).
foxfiredover 6 years ago
Great tool. Quick feedback: The div with class `.banner` is covering the login button so it can&#x27;t be clicked. This on Chrome 68 Desktop.
Untit1edover 6 years ago
&gt; If you&#x27;re interested in kicking the tires and are comfortable with dev environments, then install the app via these terminal commands.<p>So is this actually an open-source project, or is the open source just intended as a preview, and it&#x27;s expected that production workloads would always be in the SaaS version?<p>It looks great but I&#x27;m a bit confused by the intention.
评论 #18030797 未加载
lilactownover 6 years ago
A few years ago I used a small startup called 900dpi to build a few client websites that needed to allow the clients to modify certain parts of the website on the fly.<p>This seems similar-ish, but with a self-hosted option - which I prefer after my experience when 900dpi shuttered ;)<p>Seems useful!
sleepychuover 6 years ago
Neat, haven&#x27;t played with it but the execution looks great!<p>Have been working on something similar for a specific niche of CMSs, do you handle primitive lists&#x2F;lists of complex types? (E.g. to create nav bars that can be modified by the CMS)
atrilumenover 6 years ago
This looks really great, thank you!<p>I might play with it this morning, with Choo!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;choojs&#x2F;choo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;choojs&#x2F;choo</a>
RobGavover 6 years ago
I can recommend Publii CMS <a href="https:&#x2F;&#x2F;getpublii.com" rel="nofollow">https:&#x2F;&#x2F;getpublii.com</a>
duncdover 6 years ago
I was looking for something like this the other day. I&#x27;m definitely trying it out this weekend!
VvR-Oxover 6 years ago
Really nice concept!<p>I like systems that keep your work focused &amp; simple.
thrower123over 6 years ago
What a beautiful name for a CMS
pettouover 6 years ago
What are the differences between Vapid and Grav?
评论 #18034656 未加载
mankash666over 6 years ago
A few demo pages would help visualize the end result, before signing up.
craftomanover 6 years ago
&quot;For people who build websites for other people&quot;. The headline is so freaking hilarious! Haha