core-admin VS payload

Compare core-admin vs payload and see what are their differences.

core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8 (by edandersen)

payload

The best way to build a modern backend + admin UI. No black magic, all TypeScript, and fully open-source, Payload is both an app framework and a headless CMS. (by payloadcms)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
core-admin payload
6 160
499 19,608
- 5.1%
7.1 9.9
about 2 months ago 5 days ago
C# TypeScript
GNU General Public License v3.0 or later MIT License
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.

core-admin

Posts with mentions or reviews of core-admin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.
  • Ask HN: Why aren't Django Admin style dashboards popular in other frameworks?
    6 projects | news.ycombinator.com | 28 Oct 2023
    Like most things, it's probably a combination of things.

    The Django Admin existed before Django publicly existed. That meant that once anyone started using Django they knew that they should constrain their use of Django in certain ways so that the Django Admin would work with their usage. Features that would be added to Django would be built with the Django Admin in mind.

    Many tools like Flask or FastAPI don't have an opinionated model layer like Django. Without that, you can't really create an admin interface programatically. People could be storing their data in any sort of fashion anywhere. How would one build an admin system for something like Flask or FastAPI where there's no convention around how people set up data access? A lot of frameworks out there don't tell you "access your data in this way" or "this is how users will be authenticated." Without those two things, it's hard to really create an admin system.

    There are similar systems available for some frameworks, but since they aren't part of the core framework, they don't get the same attention. Someone creates it, but it doesn't have the kind of community buy-in that sustains it. One of the odd things about Django is that the admin system is under `django.contrib` which indicated that they didn't intend for it to be in the core of Django forever, but that's not really how `django.contrib` ended up. It continued to be a core part of Django maintained as part of the framework.

    Like I said, there are admin dashboards available in other frameworks like RailsAdmin (https://github.com/railsadminteam/rails_admin) or Core Admin for .NET (https://github.com/edandersen/core-admin) and I'm sure there's more. However, both Rails and .NET provide most of what Django provides (and a lot more than most frameworks). Rails and .NET both have a default data access ORM that a majority of people using those frameworks tend to use. .NET has built-in authentication/authorization so the admin can work off that. Rails doesn't have auth, but RailsAdmin uses some plugins.

  • Why Is the Django Admin "Ugly"?
    3 projects | news.ycombinator.com | 27 Oct 2023
  • CRUD on many tables
    1 project | /r/csharp | 17 Apr 2023
    If CRUD only is your goal, there are existing out of the box options such as this: https://github.com/edandersen/core-admin
  • How do .NET developers handle content creation?
    3 projects | /r/dotnet | 26 Jan 2023
    There are projects in other languages/frameworks like .NET (https://github.com/edandersen/core-admin, https://github.com/serenity-is/Serenity), but nothing quite has the momentum that the Django admin has.
  • Does .net mvc come with an model-based admin panel
    1 project | /r/dotnet | 4 Feb 2022

payload

Posts with mentions or reviews of payload. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • Best way to build a modern back end and admin UI. No black magic
    1 project | news.ycombinator.com | 21 Apr 2024
  • Headless CMS: Directus vs Payload vs Strapi in 2024
    3 projects | dev.to | 5 Apr 2024
    Despite being a relatively newer player, Payload's GitHub repository has accumulated 18.8k stars and 1.1K forks as of April 2024, reflecting its growing community. The project has also secured $5.6 million in funding, positioning it for continued growth and innovation.
  • Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
    9 projects | news.ycombinator.com | 1 Apr 2024
    My most recent project launched in January. NextJS 14 client integrated with PayloadCMS (http://payloadcms.com) for the back-end. I love both technologies in theory, but they're both going through a renaissance period and "bleeding edge" doesn't even begin to describe it.

    If I'm just building a client app, create-react-app is still my go to.

    Before now, I'd been building on WordPress for 10+ years for anything client-administered. Planning on using Payload from here on out.

  • Open-Source Headless CMS in 2024
    9 projects | dev.to | 30 Jan 2024
    Payload CMS: The Customization Insurgent
  • Prismic.io is increasing our price by *1900%* over Christmas
    4 projects | /r/webdev | 8 Dec 2023
    Payload is free, you can self host it without paying a one time fee or a SaaS fee for its use, it even says so at the bottom of the homepage
  • Next.js 14: No New APIs & Breaking Changes
    2 projects | dev.to | 31 Oct 2023
    James, the co-founder of Payload, a headless CMS with MongoDB support, shared his insights on the drawbacks and limitations of using a headless CMS in the context of web development. He challenged the promises often made about headless CMS, such as separation of concerns and ease of content migration, revealing that these claims often don't align with the reality faced by developers and clients. James is considering integrating Payload directly with Next.js to overcome these limitations and offer a better developer experience, including out-of-the-box features and simpler deployments. Should Payload move to Next.js?
  • Ask HN: Why aren't Django Admin style dashboards popular in other frameworks?
    6 projects | news.ycombinator.com | 28 Oct 2023
  • Payload (app framework + CMS in TypeScript) releases 2.0
    1 project | /r/selfhosted | 10 Oct 2023
  • Payload 2.0: Postgres, Live Preview, Lexical RTE, and More
    3 projects | news.ycombinator.com | 10 Oct 2023
  • Payload 2.0 released, TypeScript headless CMS and app framework
    1 project | news.ycombinator.com | 9 Oct 2023
    Hey HN, Dan here from Payload (YC S22), an open-source headless CMS that closes the gap between CMS and traditional app frameworks. We’re excited to announce Payload 2.0!

    https://github.com/payloadcms/payload

    If you’ve not heard of Payload you’re probably wondering why the world needs another CMS. Payload connects to your database and runs without the vendor lock-in and black box of SaaS based CMS solutions, and it’s far more extensible than off-the-shelf SaaS options. Enterprises in specific have been finding value in this control, and they’re using Payload to power content infrastructure that simply isn’t possible through integrating with SaaS webhooks alone.

    Today’s announcement is all about features that strike at two neglected areas in the world of CMS. The first is application framework level control over your database that you’d expect with tools like Ruby on Rails or Laravel and the second area is making content editors effective by seeing their edits in realtime.

    Here are the highlights on what we’ve been working on:

    *Postgres Support*—in the same week we launched about two years ago,people asked for Postgres support. It brings me pure cathartic joy to finally give this to our community. To be fair, MongoDB has been a perfect solution for our architecture and it’s still recommended. But with a new adapter pattern for databases, you can stand your Payload project up on Postgres and run the same functionality as you can with MongoDB now. The crazy part is that we didn’t compromise on how nesting complex fields works. We could have taken the “easy” road and wrote things to JSON, but we leaned fully into the relational way and built the right tables and native column types for fields all the way throughout.

    *Database Migrations*—maintaining a production app while deploying schema changes is something you come to expect from ORMs and backend frameworks, but rarely CMS. Payload 2.0 delivers full, first-party migration support all in TypeScript. We took a lot of care on the developer experience here so that when working with Postgres, thanks to our friends at Drizzle, we generate the migration files in TS that add the tables and fields for you. If you have to manipulate data before or after, you have a clear way forward now.

    *Database Transactions*—when a request involves multiple inserts, updates or deletes to the database, you need control to rollback all changes when one part fails. The built-in Payload CRUD operations do this now for you and your custom hooks and other code can too.

    *Live Preview*—the ability to quickly draft content and see it in context of a website is a literal game changer. We have taken the best dev experience of any headless CMS and given the editors a reason to demand Payload over the others.

    *Lexical Richtext Editor*—our original Slate based editor has seen some great features added, like storing related documents directly in the JSON, uploads and any customizations. Unfortunately Slate leaves a lot to be desired on how to extend it, especially compared to Lexical. In a few short weeks we’ve built up a new editor experience inspired by Medium and Notion. Now type “/” and have embedded relationships, uploads, and custom blocks popping right up to be dropped in. Then drag and drop them to reorder your content. If you still want Slate, we continue to support that too.

    We’re not compromising on editor experience. This is how we’re bringing the “head” to the headless CMS.

    Building critical applications on top of a CMS may sound like blasphemy but it doesn’t have to be that way.

    Thanks for reading! I look forward to hearing what you think.

What are some alternatives?

When comparing core-admin and payload you can also consider the following projects:

piranha.core - Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.

Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

RazorEngineCore - .NET6 Razor Template Engine

Directus - The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

kaffy - Powerfully simple admin package for phoenix applications

Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

H.Pipes - A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.

bulletproof-react - 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.

WopiHost - ASP.NET Core MVC implementation of the WOPI protocol. Enables integration with WOPI clients such as Office Online Server.

webiny-js - Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.

Blogifier - Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.

Ghost - Independent technology for modern publishing, memberships, subscriptions and newsletters.