mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-06 13:05:58 +00:00
18 lines
547 B
Markdown
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.
|