Built Pytah — a composable rich text editor for React
Built Pytah — a composable rich text editor for React
I’ve been building Pytah, a rich text editor built with React, Lexical, shadcn/Base UI and Tailwind CSS v4.
The idea is less about creating another editor from scratch and more about having a reference implementation that I can reuse and build on instead of recreating the same editor setup for every project.
It includes slash commands, floating toolbar, draggable blocks, tables, embeds, layouts, Markdown/HTML output, and a composable API for extending the editor.
It’s still a work in progress and not production-ready yet, but I’d love feedback on the direction and implementation.
Demo: pytah.vercel.app
Source: GitHub