tiptap VS ApostropheCMS

Compare tiptap vs ApostropheCMS and see what are their differences.

ApostropheCMS

A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment. (by apostrophecms)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
tiptap ApostropheCMS
81 24
23,366 4,248
2.7% 0.8%
9.6 9.9
8 days ago 1 day ago
TypeScript JavaScript
MIT License 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.

tiptap

Posts with mentions or reviews of tiptap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.
  • Encrypted Note Editor App In React Native
    8 projects | dev.to | 4 Mar 2024
    The Editor: The core of our app is the editor. We need an easy to use and robust rich text editor, that supports all of the features we want such as: headings, lists, placeholders, markdown, color, images, bold italic etc… For this we will use @10play/tentap-editor which is a rich text editor for react native based on Tiptap.
  • WYSIWYG editor for a new Rails project
    6 projects | /r/rails | 10 Dec 2023
    If you want bell and whistles - https://tiptap.dev/
    6 projects | /r/rails | 10 Dec 2023
    The best wysiwyg I’ve ever used https://tiptap.dev
  • Can I create another WordPress that satisfies humanity?
    10 projects | dev.to | 27 Nov 2023
    A WYSIWYG rich-text editor using tiptap2 and Element Plus for Vue3
  • Ask HN: Which open-source editor would you choose to build something like Notion
    3 projects | news.ycombinator.com | 6 Sep 2023
    You can build a Notion-like editor on top of https://tiptap.dev :-) Here is a demo of what such an editor might look like: https://demos.tiptap.dev/

    Since Tiptap is headless, you have the freedom to design and develop the UI exactly the way you want.

  • Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
    17 projects | news.ycombinator.com | 1 Aug 2023
    Hi HN! We're Nick, Patrick, Philip, Sebastian, Sven, and Timo from Titap (https://tiptap.dev/), an open source developer toolkit for building collaborative editing apps. Our editor framework, based on ProseMirror, is at https://github.com/ueberdosis/tiptap, and our real-time collaboration backend, based on Yjs, is at https://github.com/ueberdosis/hocuspocus.

    Building editor interfaces like Notion or Google Docs in your web app takes a lot of work and time. Our open source tools and cloud services let you build collaborative content editing faster—in days or weeks, rather than months or years. And this is just for the editor. If you want real-time collaboration or other advanced features like version history in your editor, the overall workload quickly escalates—you will need a robust and serious backend infrastructure that requires even more time to set up and maintain. This doesn’t make sense for most frontend developers or most startups.

    We spent eight years as a digital agency developing applications with complex content editing functionality. We learned the hard way how limited the existing editors were. After building Tiptap as a headless editor framework with an extension-based architecture, we needed to allow multiple users to edit content simultaneously, which got complicated. There was no simple solution that could be integrated quickly. So we built that too.

    The Tiptap editor is based on the JS framework ProseMirror, which is a good foundation for editors. The learning curve for ProseMirror is steep because it's complicated to understand and lacks simple APIs and documentation. It takes a lot of code around ProseMirror to develop a modern user experience. We’ve taken care of that for you.

    Tiptap is headless, so it will work with whatever frontend or design you have in mind—we make no assumptions about your UI. You can use it to develop block-based editors like Notion, classic interfaces like Google Docs, or whatever you need. It's also framework agnostic, so you can use it with React, Vue, etc., or vanilla JavaScript. And it's highly customizable through our extension architecture. We also provide an API to access ProseMirror's internals through Tiptap if you want to dig deep into the core.

    Adding real-time collaboration to your editor is as easy as installing and configuring an extension. Our collaboration backend, called Hocuspocus, uses Yjs. This is a widely used implementation of CRDTs (conflict- free replicated data type). Hocuspocus makes it easy to set up a Node.js websocket server to handle communication between multiple peers to synchronize data. Like the Tiptap editor, Hocuspocus is designed to be extensible according to your needs. Also, Hocuspocus can work independently of Tiptap with other editors like Lexical or Slate.

    An earlier version of Tiptap got discussed a couple years ago at https://news.ycombinator.com/item?id=26901975. We’ve been enjoying wider adoption since then. For example, Substack uses Tiptap for their editor that allows creators to write content on substack.com, and YC uses Tiptap in their Bookface forum (which is basically HN for YC alums).

    With the Tiptap Cloud, we offer managed backend services if you don't want to build and maintain every feature yourself. For real-time collaboration, we provide a cloud infrastructure with multiple datacenter regions where you can deploy Hocuspocus. The Tiptap AI integration beta is a service where you connect your OpenAI API key to our backend and install the Tiptap editor AI extension to get AI writing experience in your editor. Here’s a demo: https://ai-demo.tiptap.dev/

    We invite you to explore Tiptap's capabilities in your app, contribute to its open source development, and (hopefully!) join our welcoming community. We'd love to hear what you've already built with Tiptap or what's stopping you from creating something with it :-) We look forward to all of your comments!

    17 projects | news.ycombinator.com | 1 Aug 2023
    The core of Tiptap (https://github.com/ueberdosis/tiptap) will remain free and under MIT license. Thanks for your feedback on the pricing page here!
    17 projects | news.ycombinator.com | 1 Aug 2023
    The first link shows a discussion that started in July 2020, when Tiptap was only available in version 1. The new major version 2, which is a complete rewrite, was in development. The biggest drawback the GitLab engineers had was the lack of a test suite in Tiptap 1. That's understandable, because as a key component of your application, testing is necessary to ensure that you catch breakable changes. Tiptap 2 does just that. [1]

    [1] https://github.com/ueberdosis/tiptap/tree/develop/tests

  • Vrite Editor: Open-Source WYSIWYG Markdown Editor
    11 projects | dev.to | 18 Jul 2023
    No good tool is built without using good tools, and Vrite Editor is no different. Before getting into WYSIWYG editors, I extensively researched available RTE frameworks, that could provide the tooling and functionality I was looking for. Ultimately, I picked TipTap and underlying ProseMirror — IMO, the best tools currently available for all kinds of WYSIWYG editors.
  • How I put ChatGPT into a WYSIWYG editor
    6 projects | dev.to | 19 Jun 2023
    The buttons had to be absolutely positioned, which required both a custom TipTap extension and tapping deeper into the underlying ProseMirror (both libraries powering the Vrite editor).

ApostropheCMS

Posts with mentions or reviews of ApostropheCMS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-16.
  • How to Build an Ecommerce Website with ApostropheCMS
    4 projects | dev.to | 16 Feb 2024
    If you are not familiar with that technology, ApostropheCMS is an open-source website builder and CMS developed with modern technologies such as Vue.js and Node.js. It enables editors to effortlessly create and manage content through an intuitive UI, while developers have the ability to customize the admin UI by overriding existing Vue.js components and extending it with new menus and field types. At the same time, you keep the ability to use your technologies of choice on the front end. Learn more in the documentation.
  • ApostropheCMS Launches Document Versions Tool
    2 projects | dev.to | 17 Oct 2022
    ApostropheCMS allows multiple content contributors and editors to work on documents across multiple sites. Keeping track of when changes were made to a document and who made those changes is critical. The enterprise edition of ApostropheCMS has an important new tool for managing the content pipeline. The Document Versions tool facilitates the use and management of multiple versions of a document (page).
    2 projects | dev.to | 17 Oct 2022
    Follow product updates and more on Github Discussions
  • The Best 10+ Open Source Headless CMS 2022
    14 projects | dev.to | 10 Aug 2022
    Get a flexible and robust open-source website builder – Apostrophe – suitable for SaaS companies, enterprises, higher education, digital agencies, and a lot more. It can enhance your digital experiences from the same dashboard and lets you customize a no-code website factory through a modern tech stack.
    14 projects | dev.to | 10 Aug 2022
    Integrate your technology, including Express, MongoDB, npm, Vue.js, and Node.js, with flexible and native modules content APIs. In addition, Apostrophe provides a single dashboard for every operation so that you will never lack in searching for the perfect tool for your websites. You can also integrate with Jamstack to create robust custom solutions. Currently, it has 3.9k stars on GitHub.
  • Ask HN: What CMS are you using in 2022?
    11 projects | news.ycombinator.com | 11 Jul 2022
    As someone who dabbled in PHP but is mostly a self-taught JS hobbyist dev, I have been using and loving Directus (https://directus.io) since around the time they switched to Node. Development velocity is exceptional with new features released every couple of weeks and bugfixes/enhancements even more frequent, the community and core team is fantastic, and I like the fact that if I ever decide to switch to another CMS for some reason, there's no real import/export process, I just delete the directus_tables in my database, and done.

    Pocketbase (https://pocketbase.io/) piqued my interest after seeing it here and on ProductHunt, but I don't think it would be the right call for a client before it hits a stable release.

    I also very much enjoyed OctoberCMS (although it has its quirks), but there was a fairly acrimonious split in the community there, and OctoberCMS is no longer open source, and I haven't used the fork (WinterCMS: https://wintercms.com/)

    I enjoyed using Apostrophe (https://apostrophecms.com/) for a while, but ultimately I felt like I was doing a lot of stuff in a way that didn't come naturally to me, and although Mongo seems a logical choice when you look at Apostrophe's page model, it worried me a bit that the data would not be easy to move if I ever wanted to.

  • Do you know a good website builder like wordpress but in javascript or typescript ?
    2 projects | /r/selfhosted | 13 Jan 2022
    Check https://apostrophecms.com/.
  • Best Node.js CMS platforms for 2022
    4 projects | dev.to | 20 Dec 2021
  • Do More with Pieces
    4 projects | dev.to | 19 Nov 2021
    In this most recent release, in addition to batch operations, and the import / export modules, we have also rolled out an update to the open-graph module for A3, as well as shared additions, fixes, and changes. These updates, and all product related notes can be found on Github Discussions. To see all that is currently in the works or planned for Apostrophe, check out our product roadmap.
    4 projects | dev.to | 19 Nov 2021
    The core team behind Apostrophe, along with the strong community of supporting developers from around the globe continue to meet roadmap milestones for A3, the latest version of Apostrophe. Within the latest Apostrophe release, there are a few features that will excel developer and team productivity in terms of site management. Continue reading below for the very latest.

What are some alternatives?

When comparing tiptap and ApostropheCMS you can also consider the following projects:

Open Classifieds - Yclas Self Hosted is a powerful script that can transform any domain into a fully customizable classifieds site within a few seconds.

quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.

slate - A completely customizable framework for building rich text editors. (Currently in beta.)

lexical - Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.

Editor.js - A block-style editor with clean JSON output

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

ProseMirror - The ProseMirror WYSIWYM editor

remirror - ProseMirror toolkit for React 🎉

KeystoneJS - The most powerful headless CMS for Node.js — built with GraphQL and React

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

Draft.js - A React framework for building text editors.

TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular