tiptap
realtime
| tiptap | realtime | |
|---|---|---|
| 103 | 62 | |
| 37,098 | 7,575 | |
| 1.5% | 0.5% | |
| 9.7 | 9.6 | |
| 4 days ago | 2 days ago | |
| TypeScript | Elixir | |
| MIT License | Apache License 2.0 |
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
-
How I Built a Creative Writing Platform With 3 Different Editors
A rich text editor built with Tiptap for long-form fiction. Chapter management, word count goals, writing streaks, and exports to EPUB, DOCX, and PDF.
-
Why Discord Sucks for Developer Communities
If you’re maintaining an open-source library or building a community around a project, you’re eventually going to look for a place for that community to live. I’ve spent the last few years navigating this as a core maintainer of Tiptap—an open-source framework for building rich text editors.
-
If You’re Building in 2026, Start Here 📈
🔗 https://tiptap.dev/
-
Building my MVP: Glyph — Your AI-Powered Writing Assistant
Frontend: A responsive interface built with vanilla HTML/CSS/JavaScript, using TipTap as the core rich-text editor for a smooth, native writing feel.
-
Building a Native Rich Text Editor for React Native
TipTap Documentation
-
WP-Next: A Headless WordPress Admin Built with Next.js and TypeScript
@tiptap/react, mui-tiptap — TipTap rich-text editor with Material UI integration.
-
Few things to know
Few alternatives in the category of text editors, Tiptap, Editorjs, Lexical and Quill
-
Show HN: Better Docx Import and Export Support for Tiptap Editor
Hey HN, Philip here, Co-founder at Tiptap (https://tiptap.dev/).
We just shipped an upgrade to our DOCX import and export capabilities, including new extensions, new endpoints, better formatting handling, and custom node support. This may be for you if your product deals with Microsoft Word files in any way.
We rebuilt our DOCX handling pipeline to give developers more control and flexibility:
- Import endpoint: Converts .docx to Tiptap JSON, accurately handles complex formatting (lists, tables, inline styles).
- Export extension: Generates .docx from your editor content, including custom nodes.
- Custom node support: Map internal components (e.g. callouts, embeds) to standard DOCX structures.
- Style control: Define exactly how DOCX output should look to match your app’s UI.
- Frontend or backend: Run conversion wherever it makes sense for your setup.
- Image upload handling: We give you hooks to manage storage your way.
What's still on the roadmap:
1) Import and export of DOCX headers and footers
2) Import and export DOCX pagination
3) Import and export comments, version history, and suggestions
Developer Docs: https://tiptap.dev/docs/conversion/import-export/docx
Product Website: https://tiptap.dev/product/conversion
We’d love your feedback! If you’ve struggled with document conversion (or just want to nerd out a bit), let us know your thoughts and experiences.
-
Show HN: Tiptap Editor 3.0 Beta is out
Show HN: Tiptap Editor 3.0 Beta is out.
Hi HN! Philip here from Tiptap (https://tiptap.dev/). We're excited to announce Tiptap 3.0 Beta, a major upgrade built with and for the open source community. It's still extension-based, still unopinionated, but we've tackled some of the biggest developer headaches:
Enhanced TypeScript support:
-
Show HN: Tiptap UI Components – Free React Components for Building Editor UIs
Hi, Philip here from Tiptap. We just released a new set of open source UI components for [Tiptap](https://tiptap.dev/), our headless text editor framework.
These are handcrafted React components that integrate directly with Tiptap’s headless core, things like toolbars, dropdowns, formatting buttons, upload controls, etc. They’re MIT licensed and fully optional. You can use them as-is or customize every part.
There’s also a CLI that sets everything up for you: project scaffolding, recommended defaults, and a working example.
This is for folks who like the flexibility of Tiptap but don’t want to start from zero every time they need an editor UI. It doesn’t change how Tiptap works – just gives you a faster way to build on top of it.
Start here:
realtime
-
Listen to Database Changes Through the Postgres WAL
Worth mentioning that WAL is enabling and used by Supabase Realtime [0] and WalEx [1] which both are doing very similar thing - polling the WAL changes in order to emit them as Websocket events.
I never worked with WalEx but have experience with Supabase Realtime and it is a joy to work with and fits great into the Supa ecosystem. So many layers are disappearing when you rely more on Postgres!
[0] https://github.com/supabase/realtime
-
New Observability Features in Supabase
We are starting to add OpenTelemetry support to all our core products and our Telemetry server. OpenTelemetry (OTel) standardizes logs, metrics, and traces in a vendor-agnostic format, so you can ingest data into tools like Datadog, Honeycomb, or any monitoring solution you already use. While you'll still have the freedom to bring your own observability stack, we're preparing to surface this data natively in the Supabase dashboard.
-
Realtime: Broadcast from Database
Discover use cases for Supabase Realtime Read the Supabase Realtime documentation to learn more Sign up for Supabase and get started today
-
Ask HN: Who is hiring? (January 2025)
Supabase | Senior Elixir Engineer | APAC | Remote | https://supabase.com/
We're hiring to grow our Elixir teams mainly on Supavisor and Realtime projects. You will be using Elixir and also help build new client libs mainly in TS. We work in an opensource manner so you can check our code in https://github.com/supabase/realtime and https://github.com/supabase/supavisor.
* Senior Elixir Engineer: https://jobs.ashbyhq.com/supabase/46ffc00b-b9a7-4b45-a6f2-1a...
Any question, email me at filipe@supabase.io
-
Top FP technologies
supabase/realtime
- Realtime PostgreSQL - Escutando o seu banco de dados com Supabase
-
Reliably syncing database and frontend state: A realtime competitor analysis
Supabase has a feature called Postgres Changes, which is part of their realtime product offering. It allows you to listen to changes that happen in a single table, and send those changes to clients that are allowed to receive them.
-
Mastering Real-Time Collaboration: Building Figma and Miro-Inspired Features with Supabase
So this cool low-code no-code platform provides a realtime feature that lets you do a bunch of stuffs:
-
A Technical Dive into PostgreSQL's replication mechanisms
You can LISTEN/NOTIFY. Or you can use logical replication and a custom subscriber.[1] Supabase uses the latter.[2]
[1]: https://www.postgresql.org/docs/current/logical-replication....
[2]: https://github.com/supabase/realtime
-
Supabase Studio: AI Assistant and User Impersonation
Supabase Realtime is great for building collaborative applications. You can receive database changes over websockets, store and synchronize data about user presence, and broadcast any data to clients via "channels".
What are some alternatives?
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
debezium - Change data capture for a variety of databases. Please log issues at https://github.com/debezium/dbz/issues.
ProseMirror - The ProseMirror WYSIWYM editor
supabase - The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
lexical - Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
litestream - Streaming replication for SQLite.