SafeSage is a serverless blogging application with a rich-text editor–like writing experience. The project focuses on clean architecture, modular design, and scalability, making it suitable for both practical use and technical interviews.
SafeSage/
- backend/ — Serverless APIs and core business logic
- frontend/ — Client-side application and rich-text editor UI
- common/ — Shared types, utilities, and domain models
- SafeSage_Helper_DOC/ — Architecture, design decisions, and interview notes
- contributions.md — Local setup and contribution guidelines
Refer to contributions.md for local setup and development instructions.
- Codebase is split into Backend, Frontend, and Common for clear separation of concerns.
SafeSage_Helper_DOCexplains architectural decisions and is intended for interview preparation.