appstore VS cms

Compare appstore vs cms and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
appstore cms
24 33
276 3,396
1.4% 3.5%
9.8 9.9
5 days ago 3 days ago
Python PHP
GNU Affero General Public License v3.0 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.

appstore

Posts with mentions or reviews of appstore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-29.
  • Roundcube Open-Source Webmail Software Merges with Nextcloud
    6 projects | news.ycombinator.com | 29 Nov 2023
    I have good news for you: https://apps.nextcloud.com

    Nextcloud is nothing more than a collection of small apps. You can disable even core things like sharing.

  • Nextcloud Hetzner Einsatzmöglichkeiten Backup?
    1 project | /r/de_EDV | 21 May 2023
  • Remember Microsoft Small Business Server? It was a full suite of tools for a small office. Is there an open source alternative?
    7 projects | /r/selfhosted | 30 Mar 2023
    Anyway, I'm sure you would have found this by using your favourite search engine. Nextcloud is pretty popular. And you'll find much more integrations on the Nextcloud app page or on /r/nextcloud.
  • This server just landed on my lap, any ideas for fun projects to do with it ?
    1 project | /r/homelab | 16 Feb 2023
    Nextcloud allows us to keep our personal files in sync across devices. I use it to sync files between my desktop, laptop, and phone. This means I can work on the same file from anywhere. I leverage a separate file server to store backups, installation kits, legacy documents, iso files, roms, and other things that I want to keep, but do not need direct and immediate access to on the regular. Nextcloud is purpose built. You can access your files through an installed client or through its web interface. Nextcloud has a lot of add-on apps as well which can really extend its functionality. Nextcloud also has an "instant upload" feature which uploads your photos from your phone to your Nextcloud instance. This can be very helpful as it is easier for me to view/edit photos from my desktop. You can also share files between users on the same Nextcloud instance. it's very similar to Dropbox or Google Drive, except you can host it yourself and keep your data, your data.
  • Recommendations for a newbie - two requests
    2 projects | /r/selfhosted | 23 Dec 2022
    It is overkill for this only, but if you want to host many more small services like this easily, you may be interested in Nextcloud. Once you have it, you can add any app available on https://apps.nextcloud.com/ with one button, in particular the bookmark app. Bookmarks can then be synced to your browser with the open-source addon https://floccus.org/
  • Can't install apps on Nextcloud
    1 project | /r/NextCloud | 23 Dec 2022
    Can you reach https://apps.nextcloud.com/ from your network?
  • EmuDeck 2 Update
    3 projects | /r/SteamDeck | 16 Oct 2022
    By default it does the usual expected things like file and photo syncing, notes, calendar, contacts, to-do lists, etc. Because it's open source, it can be extended by other people who make "apps" for it that you can install, of which you can see an exhaustive list here. Notable entries include office software, password managers, RSS readers, chat services, and plenty more.
  • Typical normies who use one thing and therefore nothing is equal or better than that thing
    1 project | /r/linuxmasterrace | 11 Sep 2022
    Like KDE, Gnome, and Nextcloud?
  • OwnCloud vs NextCloud
    1 project | /r/selfhosted | 28 Jun 2022
    Nextcloud has support for far more features than just file serving if you look at all these apps.
  • Our Plans for Thunderbird on Android
    8 projects | news.ycombinator.com | 13 Jun 2022
    I agree with you. It seems like the self-hosting community is getting a decent amount of attention right now, and the ability to deploy browser-based applications is the way to go for many FOSS projects.

    I think NextCloud [0] has a few apps that do G Suite-type stuff, but I don't have experience using them. Etherpad [1] also seems really good, I've used it in a few Zoom calls and the experience was smooth.

    [0] https://apps.nextcloud.com/

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 appstore and cms you can also consider the following projects:

deck - 🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello

CRUD - Build custom admin panels. Fast!

wp-graphql-jwt-authentication - Authentication for WPGraphQL using JWT (JSON Web Tokens)

laravel-localization - Easy localization for Laravel

PHPMailer - The classic email sending library for PHP

jigsaw - Simple static sites with Laravel’s Blade.

EmuDeck - Emulator configurator for Steam Deck

cms - Multilingual PHP CMS built with Laravel and bootstrap

Monolog - Sends your logs to files, sockets, inboxes, databases and various web services

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

Monica - Personal CRM. Remember everything about your friends, family and business relationships.

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