Files
simplex-chat/docs/dev/README.md
2025-03-20 00:34:14 +07:00

18 lines
547 B
Markdown

---
title: Developer quick start
---
# SimpleX Chat Developer Guide
The first messaging platform that has no user identifiers of any kind — 100% private by design.
## Contents
- [Quick start](#quick-start) - scroll down this page
- [Manage messages](./manage-messages.md)
## Quick start
### Explore the ways how messages are managed in UI
There is a similar way of managing messages across all supported platforms. Refer to [Manage messages](./manage-messages.md) in order to understand it in details to be able to modify the code easily.