Philip Isik

Tiptap Editor 3.0 Beta - Flexible, open-source editor built for modern web developers

Tiptap Editor 3.0 is the next-gen version of the popular headless rich text editor for developers, built by and for the open-source community.

Add a comment

Replies

Best
Philip Isik
Hi everyone 👋 Philip here from tiptap.dev! We're thrilled to launch Tiptap 3.0 Beta today, a major update shaped by our incredible community. We focused on solving real developer pain points: - Better TypeScript integration - Full server-side support (no DOM needed!) - JSX-friendly syntax for nodes - Enhanced interactivity with Markviews Check out our new docs and migration guides, and please let us know your feedback or any questions you have. We're here all day answering your comments! Thanks for your support! We can't wait to see what you build 😊
Masum Parvej

@philip_isik How does SSR handle client-only dynamic nodes? Any hydration tips?

Dominik Biedebach

@philip_isik  @masump did you run into specific issues for now? The best practice would still be to run the editor in a client component and handle rendering manually for static output manually outside of the editor via the HTML Output or Tiptap JSON.

The problem with Tiptap and SSR before was that Tiptap would usually cause hydration issues with SSR which we fixed with this release - the editor content itself will still load client side as the actually HTML output by the editor is still ran through the Prosemirror parser.

What exact usecase do you look for?

Daniel Dorne

@philip_isik hey, congratulations 🎉 . Kudos for Typescript and server-side rendering. We use blocknotejs (which uses tiptap), for our help center articles, at @Zupport , and it's probably the best editor out there.

Philip Isik

@daniel_dorne Thanks! Great to hear that you guys are using Blocknote/Tiptap! Feel free to let us know if you are missing anything.

Vlado

@philip_isik  awesome update! This very composer is powered by TipTap by the way.

Dominik Biedebach

@philip_isik  @devladinci Wow we didn't know (usually I check every editor I can find to see the underlying tech but didn't yet for Product Hunt). That's very cool, glad you like it!

Vlado

@philip_isik  @bdbch  Yeah, it can be surprising :) FYI great interface and it was pretty easy to add the extensions, product, user mentions, tooltips etc. So kudos for this. The package size is a lil bit tricky, but dynamic imports are the way to go in this case.

Philip Isik

@devladinci Thank you! This makes us super proud! Since Tiptap open source, we normally don't know who uses it until we take a look in the website's code base 😅

Sophia L.

@philip_isik THE DESIGN IS CRAZY!!!! Love this!!!! Cong on the launch Philip!

Philip Isik

@sophiaatdola Thank you ✌️

Alex Lou

I am a simply guy: I click upvote for TipTap when I see it.

Dominik Biedebach

@fullstack_x Big love! ♥️

Philip Isik

@fullstack_x Simple guys clicking simple buttons make the internet a better place. Much appreciated!

Hugo Rosensköld Stengert

Big congrats on 3.0 Beta! I’ve been using tiptap in all my Bubble projects. Can’t wait to experiment with Markviews and the new JSX-friendly nodes in my next app.

Philip Isik

@hugors00 Great to hear that you're using Tiptap in your apps 🙌

Ramit Koul
Launching soon!

It has always been great using TipTap. Always cheers to its launch!! 🚀

Philip Isik

@ramitkoul Thank you! Great to hear that you love using Tiptap :-)

CaiCai

Looking forward to the update very much. We will try to upgrade Tiptap on our product as soon as possible. Thank you to the development team for their efforts.

Philip Isik

@hi_caicai Thanks and great to hear that you are already using Tiptap and want to upgrade 🙏

CaiCai

@philip_isik We use TipTap as the core underlying editor and engage with it extensively

Philip Isik

@hi_caicai That makes us proud!

Dominik Biedebach

@hi_caicai Thanks a lot! Looking forward to hear from you.

Mike Kerzhner

@philip_isik We use and love TipTap at Product Hunt. Thank you for building such an amazing editor.

This comment is powered by TipTap!

Philip Isik

@mikekerzhner Thanks, I really appreciate the kudos! Didn't know that you guys were using Tiptap, too 😅

Mike Kerzhner

@philip_isik We started using TipTap about 6 months ago. We migrated off a custom built editor. We evaluated a bunch of editors, and TipTap was the clear winner!

Philip Isik

@mikekerzhner 🙏 Feel free to let us know if you miss anything in the future! Happy to see Tiptap growing in the Product Hunt platform.

Yong Woo Shin

I never want to imagine building an editor with a (code) editor from scratch 😂

Thanks for your efforts, @philip_isik @bdbch!

Philip Isik

@bdbch  @pritraveler You're welcome :-)

Piotr Kusiak

Congrats! Now to the IDE and let's try to migrate!

Philip Isik

@k_piotr Let us know how easy it was to migrate 🙃

Divyansh Tiwari
Been a fan of Tiptap for a while and this 3.0 beta looks next level! Love the flexibility and how developer-friendly it’s getting. Can’t wait to try it out in my next project!
Philip Isik

@divyansh_tiwari7 Thanks Divyansh! Great to hear that you're already using Tiptap, and feel free to let us know on our Discord how Tiptap 3.0 works for you 😊

Vaibhav Kalra
TipTap is the best editor I’ve ever used, best might be an understatement.
Philip Isik

@absurdfounder Huge thanks! Will pass your shout out to the team 🙌

Jun Shen

Excited about the open-source customization options! 😄

Philip Isik

@shenjun And since it's MIT licensed, you're free to do whatever you want ✌️

Dominik Biedebach

For all devs out there:


I opened an official discussion on our Github repository to talk about the 3.0.0 Beta release. You can find it here:

https://github.com/ueberdosis/tiptap/discussions/6323

Happy to hear you over there for more dev-related discussions! ⭐

Zhongkang Shen
Launching soon!

Glad to see Markdown supported.

Varun Deshmukh

So many AI options these days!

Golam Rabbani
Does it support react native?