Invite links for deltachat https://i.delta.chat/
  • TypeScript 66.5%
  • HTML 17.5%
  • JavaScript 16%
Find a file
missytake 47f8b0dfae Update .github/workflows/deploy.yml
Co-authored-by: j4n <j4n@systemli.org>
2026-07-08 17:26:41 +02:00
.github Update .github/workflows/deploy.yml 2026-07-08 17:26:41 +02:00
.well-known Add app clips configuration to association file 2026-04-19 22:14:04 +02:00
i18n Update Russian localization for invite link text 2026-05-18 10:18:35 +02:00
qr-src rename src to qr-src to avoid confusion about where the code is 2024-04-11 18:50:48 +02:00
.gitignore Add gitignore 2023-01-28 18:19:36 +08:00
background.jpg Add local background image 2022-12-14 12:36:54 +01:00
identity.svg Add local identity image 2022-12-14 12:36:03 +01:00
index.html Translate info-text about using other devices 2026-05-06 21:34:01 +02:00
LICENSE Initial commit 2022-11-20 22:59:02 +01:00
mocha-start.js Tidy 2023-01-30 17:19:48 +08:00
package.json rename src to qr-src to avoid confusion about where the code is 2024-04-11 18:50:48 +02:00
playwright.config.js Reduce timeout 2023-01-29 14:08:23 +08:00
qr.min.js rename src to qr-src to avoid confusion about where the code is 2024-04-11 18:50:48 +02:00
README.md fix footnote 2024-04-11 18:47:11 +02:00
social.png more compatible social.png 2024-03-12 15:46:51 +01:00
social.svg more compatible social.png 2024-03-12 15:46:51 +01:00
ui-test-_access.js drop failing tests 2024-01-29 18:35:57 +01:00
ui-test-_localize.js Translate info-text about using other devices 2026-05-06 21:34:01 +02:00
ui-test-_misc.js tweak tests 2026-02-24 17:45:47 +01:00

Invite Links for Delta Chat

This repository contains the files for https://i.delta.chat which is used to handle so called "Invite Links".

"Invite Links" are an alternative to scan each other's QR code to get in contact or to join groups.

You can share these links over any 3rd party platform. If recipients taps the links, they are either offered to install Delta Chat and tap an "Open Chat" link or, depending on the platform, an installed Delta Chat opens directly.

The links contain the same data as Delta Chat's OPENPPG4FPR QR codes, but with OPENPGP4FPR scheme removed.

Example:

https://i.delta.chat/#807051AD3E806754D35B209D788D9A0DDEAC3DB7&a=alice%40example.org&n=&i=7c5GSncKpIf&s=56k2HTPQCMd

The example is not functional, to create real invite links, open Delta Chat and select QR code → Show QR Invite Code → Share

Note, that all data are added to the URI Fragment, by that, no user data is sent to the server.

https://i.delta.chat does not get any user data that way and only exists to deliver some static files.

Developing

You can clone this repository, edit the files and open index.html - as everything's static1, you can test and play around. Even "Open Chat" should work if Delta Chat is installed.

However, note, that local or other sever's links cannot open Delta Chat directly.


  1. if you want to change the qr code library qr.min.js, you instead need to edit it's source in src and then run npm run build-qr-generator to recompile it. ↩︎