Table of Contents
Rada Blog is a full-stack blogging platform built with React, TypeScript, Express, Prisma, and PostgreSQL. The frontend provides a modern writing and reading experience with authentication, rich text editing, comments, and responsive UI components.
This repository contains the client-side application.
Rada's frontend communicates with a separate RESTful API built with Express, Prisma, and PostgreSQL.
- Backend Repository: https://github.com/Dewiin/rada-blog-api
- Backend Deployment: https://rada-blog-api.onrender.com
- ✍️ Rich Text Blog Editor
- Create and publish posts using a modern Tiptap editor.
- Supports headings, quotes, bullet lists, code blocks, and formatted text.
- Save drafts before publishing posts publicly.
- 💬 Discussion System
- Users can comment on blog posts.
- Expandable comment input with validation feedback.
- Real-time discussion updates after posting comments.
- 👏 Engagement Features
- Clap/react system for blog posts.
- Track user engagement and post popularity.
I like open-source and want to develop practical applications for real-world problems. However, individual strength is limited. So, any kinds of contribution is welcome, such as:
- New features
- Bug fixes
- Typo fixes
- Suggestions
- Maintenance
- Documents
- etc.
- Fork the repository
- Create a new feature branch
- Commit your changes
- Push to the branch
- Submit a pull request
MIT License
Copyright (c) 2026 Devin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



