HackerTrans
TopNewTrendsCommentsPastAskShowJobs

philipisik

no profile record

Submissions

Show HN: Hocuspocus 4 – self-hosted Yjs collaboration backend

github.com
38 points·by philipisik·2 เดือนที่ผ่านมา·8 comments

[untitled]

1 points·by philipisik·2 เดือนที่ผ่านมา·0 comments

Show HN: Tiptap AI Toolkit – Now exploring server-side agentic document editing

9 points·by philipisik·8 เดือนที่ผ่านมา·0 comments

Tiptap 3.0 is stable: open-source text editor built on ProseMirror

tiptap.dev
9 points·by philipisik·12 เดือนที่ผ่านมา·1 comments

Tiptap has open-sourced a bunch of its pro extensions

5 points·by philipisik·ปีที่แล้ว·0 comments

Show HN: Better Docx Import and Export Support for Tiptap Editor

10 points·by philipisik·ปีที่แล้ว·0 comments

Tiptap open-sources 10 formerly Pro extensions under MIT license

15 points·by philipisik·ปีที่แล้ว·3 comments

Show HN: Tiptap AI Agent – Add AI workflows to your text editor in minutes

45 points·by philipisik·ปีที่แล้ว·18 comments

Show HN: Tiptap Editor 3.0 Beta is out

tiptap.dev
10 points·by philipisik·ปีที่แล้ว·0 comments

Show HN: Tiptap UI Components – Free React Components for Building Editor UIs

github.com
20 points·by philipisik·ปีที่แล้ว·6 comments

Improving Tiptap's Performance for Anthropic's Claude Interface

24 points·by philipisik·2 ปีที่แล้ว·15 comments

Tiptap 2.5 – Solving React performance issues in our open-source editor

13 points·by philipisik·2 ปีที่แล้ว·4 comments

Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors

246 points·by philipisik·3 ปีที่แล้ว·103 comments

Tiptap Stable Release, Tiptap Collab and Hocuspocus 2.0.0 Are Out

tiptap.dev
8 points·by philipisik·3 ปีที่แล้ว·2 comments

comments

philipisik
·2 เดือนที่ผ่านมา·discuss
Awesome to hear you're using Hocuspocus in production! Yjs can indeed be hard to understand well, but when used together with Tiptap it's as easy as adding an extension to your editor :-) We're running Hocuspocus in small docker containers in swarm clusters, which makes it super cheap to run.
philipisik
·2 เดือนที่ผ่านมา·discuss
Interesting. What kind of content do you store in the ydoc? We're mostly working with text-based documents and don't really have any kind of performance or storage issues. Yjs documents are, if created well, both really fast and small. Hocuspocus easily handles >25k concurrent user connections on single instances without any real scaling effort.
philipisik
·2 เดือนที่ผ่านมา·discuss
I can definitely see your point for SaaS hosted documents, which, to some extent, applies to a lot of startup cloud services, and that's exactly why we open-sourced Hocuspocus: so you can host it yourself :)
philipisik
·12 เดือนที่ผ่านมา·discuss
Hi HN,

We’re the team behind Tiptap, an open source headless text editor framework built on top of ProseMirror. After two months in beta, Tiptap 3.0 is now stable.

Tiptap gives developers full control over their editing experience. You can build a rich text editor, a collaborative doc tool, or something completely custom. It doesn’t come with a UI, so you bring your own components and design.

What’s new in 3.0:

We cleaned up the core, reduced complexity, and made it easier to integrate into modern apps. A few examples:

- Smaller bundles

- Stricter types

- Cleaner API

- New static renderer (output as HTML, Markdown, React, or anything else)

- SSR support

- Several features moved from paid to open source (like emoji, math, file handling)

- General improvements to the editor and extension manager

There are some breaking changes, mostly around package names and how imports are structured. We wrote a migration guide to walk you through it: https://tiptap.dev/docs/guides/upgrade-tiptap-v2

How we make money:

We offer commercial tools like a collaborative editing and AI backend and a set of UI components. The core editor is open source and will stay that way.

We’d love your thoughts. What’s still confusing? What could be better? Happy to answer anything here or in the GitHub repo.

Thanks for reading,

The Tiptap team
philipisik
·ปีที่แล้ว·discuss
Hey, that means a lot! Thanks for sharing. We built Tiptap because we felt the same pain you described. Feel free to join our official Discord community if you want to show your work or need support: https://tiptap.dev/discord.
philipisik
·ปีที่แล้ว·discuss
Great question! We've created a page explaining what counts as a cloud document: https://tiptap.dev/knowledge/what-counts-as-a-document. As long as you don't sync editor documents to our cloud services, you're good to go. The AI extensions can only work on the client side. Hope that helps :-)

From the page:

What does not increase your limit:

Some of Tiptap’s features and common usage patterns do not create new documents. Here are a few scenarios that do not increment your overall count:

Integrating the Editor without Collaboration: You can embed Tiptap’s Editor in your application for local or front-end use without creating any Tiptap Cloud documents. As long as you don’t store documents in the Tiptap Cloud, your count remains unchanged.

Using Content AI without Collaboration: Content AI features, such as autocomplete or content generation, do not require collaboration. If you don’t create new documents or store your AI-generated content in the Tiptap Cloud, you avoid increasing your document total.

Importing other file formats: You can import any number of files in formats like DOCX or MD. This action alone doesn’t raise your count. You only add to the count once you save them as Tiptap documents in the Tiptap Cloud.

Comments and Revisions: Comments and revisions live in the document’s metadata. They never raise your document count, but you must sync the document to the Tiptap Cloud to use them.
philipisik
·ปีที่แล้ว·discuss
Thanks for your feedback! It's highly customizable. Feel free to let us know if you need any additional options to meet your specific needs. We're happy to help!
philipisik
·ปีที่แล้ว·discuss
We don't know the use case and content... We're providing the tools to build the editor-AI-UX, which you can then connect to the LLM of your choice.

In our AI extensions, we provide callbacks like onSuccess that you can hook into, to send analytics events and track the AI's responses.
philipisik
·ปีที่แล้ว·discuss
Agreed, adding Cursor-like AI features to a rich text editor is way harder than it should be... You have to handle prompts, context management, streaming, error states, UI, undo/redo, multiplayer sync, AI UX, it all adds up fast.
philipisik
·ปีที่แล้ว·discuss
Thanks for the positive feedback! You're right. The AI features are part of our paid offerings.

We're currently working on new open source features for the editor core, such as Markdown support, a decorations API, and editor content migrations: https://tiptap.dev/tiptap-editor-v3

We also recently released Hocuspocus V3 (https://github.com/ueberdosis/hocuspocus/releases/tag/v3.1.0).
philipisik
·ปีที่แล้ว·discuss
Not yet. It's a lot of work to maintain more frameworks, docs and support.
philipisik
·ปีที่แล้ว·discuss
Really thoughtful comment! Thanks for taking the time.

Yeah, figuring out the right business model around open source is always a balancing act. And it’s never done. We started Tiptap by monetizing some of the more complex editor extensions, but with the launch of cloud services, we’ve gradually shifted that line to “cloud vs non-cloud,” like you said. Still, that line keeps moving as the ecosystem grows.

Your point about one-time payments for solo developers or indie founders makes a lot of sense. Honestly, we've been actively thinking about such an offering for quite a while and how to make Tiptap more accessible without giving up on sustainability.
philipisik
·ปีที่แล้ว·discuss
Hi, thanks for letting us know. Will check the image size. You can find an overview of all components in our docs :-) https://tiptap.dev/docs/ui-components/components/overview
philipisik
·ปีที่แล้ว·discuss
Hey, Philip here, one of the co-founders of überdosis and Tiptap. I’ve got a lot of thoughts on this, so I’ll keep it short.

While there’s no right or wrong, my experience is that starting as a solo freelancer to cover your bills while building your product usually works better than running an agency. Even with just 3 or 4 people, you’ll spend a ton of time on sales and project management, which can quickly bury your own product work.

We nearly killed our company at überdosis when transitioning from an agency to a product company. On paper, funneling agency revenue into product development sounded perfect. In practice, juggling client deadlines (with real pressure) and the growing needs of Tiptap (maintenance, support, new features) was brutal.

Open source is also powerful. It helps you build a community and attract leads, but it demands a lot of maintenance and support. It’s worth it if you have a clear strategy.

My personal advice: keep your operation as lean as possible, handle a few selective freelance projects to stay afloat, and pour every remaining resource into your product. Once it gains enough traction, you can let go of client work without risking your financial stability. Good luck :-)
philipisik
·2 ปีที่แล้ว·discuss
Interesting. We developed a POC for speech-to-text earlier this year, but it's not ready for release yet. Thanks for sharing your case. Since Tiptap is headless, we're always curious to see what people build on top of us :-)
philipisik
·2 ปีที่แล้ว·discuss
Ups ^^
philipisik
·2 ปีที่แล้ว·discuss
Not a real-world case, but for React apps, we have at least tried to clarify the most common errors we know of in a performance guide: https://tiptap.dev/docs/guides/performance
philipisik
·2 ปีที่แล้ว·discuss
Thanks for your feedback, I really appreciate it. I would like to understand if you haven't noticed our ProseMirror related content yet, or if there is something missing for you.

1. We mention ProseMirror in the first sentence of the editor docs "Tiptap is a headless wrapper around ProseMirror - a toolkit for building rich text WYSIWYG editors [...]" at: https://tiptap.dev/docs/editor/getting-started/overview

2. We have a whole page on our docs about ProseMirror: https://tiptap.dev/docs/editor/core-concepts/prosemirror

3. We explain how to access the ProseMirror API in our documentation: https://tiptap.dev/docs/editor/extensions/custom-extensions/...

4. We have a section in the docs explaining the ProseMirror schema: https://tiptap.dev/docs/editor/core-concepts/schema#get-the-...

5. We mention ProseMirror in the first paragraph of the readme.md of the GH repo: https://github.com/ueberdosis/tiptap

6. We mention ProseMirror on the editor landing page "Powered by ProseMirror [...]" at: https://tiptap.dev/product/editor

Super curious to hear about your use case and what you need to know/develop in ProseMirror that we should mention in our docs :-)
philipisik
·2 ปีที่แล้ว·discuss
You're welcome (:
philipisik
·2 ปีที่แล้ว·discuss
Woah, much appreciated! Thanks :-)