penmark VS cms

Compare penmark vs cms and see what are their differences.

penmark

A CMS you can embed directly into you Markdown-based, Github-backed website/blog. No need to switch between multiple websites, your website/blog is the only place you need. (by appsinprogress)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
penmark cms
2 33
35 3,457
- 3.3%
7.7 9.9
6 months ago 1 day ago
JavaScript PHP
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

penmark

Posts with mentions or reviews of penmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • Casidoo on TinaCMS
    10 projects | news.ycombinator.com | 23 Oct 2023
    I've been trying to build a tool that solves that niche problemset of facilitating the edit flow of a dev blog.

    I liked Forestry, but wanted something that was embedded directly into my website, so I built Penmark CMS https://penmark.appsinprogress.com/. Inspired by utteranc.es, it uses the GitHub API to make edits directly to your repo. It's definitely a simple CMS but I'm liking it to write for my own blog!

  • Penmark: An embeddable CMS for Markdown-based static sites
    1 project | news.ycombinator.com | 27 Jul 2023
    Hi HN,

    I've always found editing my blog via desktop editors to be inconvenient, especially when it came to keeping the repository in sync and trying to edit on the go, and relying on an external CMS or tools like the now-discontinued Forestry.io was complex to setup for simple cases and spread my website & workflow over multiple different apps. Around the same time, I discovered utterances [1] on here, a comments widget backed by GitHub for your website. Inspired by that project, I decided to build Penmark.

    Penmark is an embeddable CMS for your Markdown-based, GitHub-backed sites. Penmark can be embedded directly into your website, allowing you to access a rich text CMS editing experience without external tools, and while keeping all your site's content in your repository.

    It's simple to setup, embed the 3 components (Login, Drafts, Edit Post) that create the CMS experience within your site and add the GitHub app to your repository.

    Once you've set it up on your site/repo, you can edit directly from your site, on the go and from any device, and let Penmark take care of all the operations needed to keep your site and repository in sync.

    If you want to check it out, the code is open source on GitHub https://github.com/penmark-cms/penmark and I made a docs site to explain how to add it https://penmark.appsinprogress.com/

    [1]: https://news.ycombinator.com/item?id=29189923

cms

Posts with mentions or reviews of cms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • Statamic – modern, clean, and highly adaptable CMS built on Laravel
    1 project | news.ycombinator.com | 12 Apr 2024
  • 9 best Git-based CMS platforms for your next project
    5 projects | dev.to | 2 Feb 2024
    Statamic is one of the best flat-file CMSs. It’s built with Laravel and can be used as a headless Git-based CMS as well. The paid professional version allows you to use REST APIs and GraphQL APIs for content management and offers a GitHub integration for content storage and editorial workflows.
  • Casidoo on TinaCMS
    10 projects | news.ycombinator.com | 23 Oct 2023
  • Ask HN: What are some well-designed websites?
    12 projects | news.ycombinator.com | 7 Sep 2023
    Aah, that's always a controversial question, on one hand, some universal rules of usability do exist, but on the other hand, everyone's habits, taste and use cases are very different.

    The most neutral definition of a "well designed" website, without any further context, could be "created in a way that helps users achieve intended goals efficiently, while keeping max number of users happy about its look".

    Again, different audiences will have very different answers. Here at HN, sites like https://www.mcmaster.com/ and https://www.craigslist.org win – because HN users appreciate old look and how efficient these sites are.

    https://www.apple.com/ is an industry standard of a marketing site for consumer tech. It's not universally "well designed".

    Other examples of well done marketing pages: https://www.sketch.com/ ; https://statamic.com/ ; https://linear.app/ got its share of hype recently.

    Other times, a website is well designed because its content is awesome and is easy to consume. See https://ciechanow.ski/ and https://www.joshwcomeau.com/

    Is https://github.com/ well designed? As an amateur developers, I'd say yes.

    Is https://htmx.org/ well designed? Hmm, at a glance, there's no design at all. Is no design also design? That's a rabbit hole.

    P.S. I often hear my website is well-designed :-)

  • Different flavors of content management
    9 projects | dev.to | 28 Aug 2023
    Local CMSs are the ones that are mostly file-based (like Statamic or Astro). This means that you can edit everything locally and deploy the data. This way, our CMS is more secure, but on the downside, you have to have a local server working, and you might experience more conflicts, especially when two people will work on the same article (although Git might save you from many of those). It also means that there is a higher learning curve. A remote CMS works somewhere on a server, and most users don't care how.
  • Looking for a simple CMS recommendation
    1 project | /r/webdev | 20 Jun 2023
    I use Statamic, the free version will do everything your looking for and it can be as simple or as complex as you need it to be. It's flat file based (by default) too so deployment / version control is super easy.
  • What is your tech stack for blog websites? (not wordpress)
    18 projects | /r/webdev | 7 Jun 2023
    Statamic (PHP / Laravel)
  • WP20 and Audrey Scholars – Matt Mullenweg
    3 projects | news.ycombinator.com | 28 May 2023
    I'm not in the market for a CMS but if I were I'd likely go with https://statamic.com/ if I needed to build something from scratch.
  • Go with PHP
    19 projects | news.ycombinator.com | 10 May 2023
    If you're looking for a great CMS and were bitten by WordPress back in the day, you should take a look at Statamic (https://statamic.com)

    It's a Laravel package and it's the best CMS I've ever used (from a dev perspective). v4 just dropped the other day

  • Software for personal website
    2 projects | /r/webdev | 29 Apr 2023
    https://statamic.com free for personal. Your welcome.

What are some alternatives?

When comparing penmark and cms you can also consider the following projects:

blahg - Cassidy's blog template built with Astro and TinaCMS!

CRUD - Build custom admin panels. Fast!

portfolio-lea - Journalist Portfolio website for Léa Shamaa!

laravel-localization - Easy localization for Laravel

minimaxir

jigsaw - Simple static sites with Laravel’s Blade.

quartz - 🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites

cms - Multilingual PHP CMS built with Laravel and bootstrap

vitepress - Vite & Vue powered static site generator.

WonderCMS - Fast and small flat file CMS (5 files). Built with PHP, JSON database.

content - The file-based CMS for your Nuxt application, powered by Markdown and Vue components.

bulma-blade-ui - A set of Laravel Blade components for the Bulma frontend framework