Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →
React-page Alternatives
Similar projects and alternatives to react-page
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
refine
Discontinued Build your React-based CRUD applications, without constraints. [Moved to: https://github.com/refinedev/refine] (by pankod)
-
-
-
GrapesJS
Free and Open source Web Builder Framework. Next generation tool for building templates without coding
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
slate
A completely customizable framework for building rich text editors. (Currently in beta.) (by ianstormtaylor)
-
-
-
-
-
rich-markdown-editor
Discontinued The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
react-page discussion
react-page reviews and mentions
-
Show HN: An open source visual editor for React
This is really slick! A really fluid and intuitive interface.
We use https://react-page.github.io/ (also MIT licensed) extensively at my startup; it attacks the same problem, and it's been incredibly effective (and hackable!).
Generally speaking, owning your own CMS data, in your own database, with a well-documented JSON data format, and adding the ability to take any React component you've written (that itself may interact with your own data) and make it not only reusable as part of a content editing system but also WYSIWIG, opens up a huge number of opportunities - including adding your own logic to transform content before display.
https://builder.io is another alternative that's very effective at the adapting-custom-components-to-WYSIWIG side of things, but does keep the data in its own cloud storage.
I'm really excited to see innovation in this space, and I'll be following Puck closely!
-
Page Builder
A few days ago someone posted a link in an answer to a similar library to https://react-page.github.io/.
- Como funciona o front-end com componentes das plataformas de ecommerce?
- Seems impossible to get a React job
-
Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS
https://github.com/react-page/react-page is fully open source with a simple JSON data model and multi-language support; we’ve built various utilities for auto-generating content. Invest a few days in customizing CSS and you have a world-class WYSIWYG for your own design language. Highly recommend.
-
Is there a good alternative to Draft-js rich text editor?
I maintain https://react-page.github.io/
-
Best CMS for frontend dev
If its just some rich content you want to edit, you can also use https://github.com/react-page/react-page which is a rich content editor, that i am maintaining. You can use it to edit and display content. The data itself can be stored as a json string and can be saved in your api, your firebase or your headless cms. I also tried to pair it with strapi, where I would share ReactPage‘s config and cell plugins both with a nextjs frontend and strapi admin panel. This is extremly powerful and flexible.
-
Switching Rich Text Editors, Part 1: Picking Tiptap
I came across react-page[1] the other day, it seemed like a reasonably powerful block editor but was too much for our purpose so I haven't actually used it.
[1]: https://github.com/react-page/react-page
- Slate – A completely customizable framework for building rich text editors
-
what's the best "block-based" content editor for React?
a quick search turned up React Page — can anyone vouch for this or recommend anything else?
-
A note from our sponsor - Civic Auth
www.civic.com | 26 Apr 2025
Stats
react-page/react-page is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of react-page is TypeScript.