Skip to content

Commit a0dbda0

Browse files
committed
update readme and privacy policy
1 parent bc89407 commit a0dbda0

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

PRIVACY_POLICY.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
# BeInx Privacy Policy
22

3-
**Effective Date**: 2025-05-24
3+
**Effective Date**: 2025-11-15
44

5-
BeInx respects your privacy. This privacy policy is intended to inform you about how your data is handled when you use our application.
5+
BeInX respects your privacy. This policy explains what data is (and is not) collected when you use the application.
66

7-
## Data Collection
8-
BeInx does not collect, store, or transmit any personal data. The app operates entirely offline, and no user information is shared with third parties.
7+
## Data Collection and Storage
8+
9+
BeInX does not collect, store, or transmit any personal data.
10+
All information you enter is saved locally on your device using the browser’s IndexedDB storage.
11+
No data is sent to any server operated by us or any third party.
912

1013
## Internet Access
11-
The application does not require an internet connection to function. Any network usage is incidental and not related to data collection or analytics.
14+
15+
The application does not require an internet connection to function.
16+
You may see network activity when:
17+
18+
* loading the application from GitHub Pages
19+
20+
* updating to a new version
21+
22+
* downloading static assets (images, styles, fonts, etc.)
23+
24+
None of this activity involves the transfer of personal data.
1225

1326
## Third-party Services
14-
BeInx does not use any third-party analytics, advertising, or tracking services.
1527

16-
## External Validation Services
17-
BeInx includes an optional feature that allows users to input a URI for an external Kosit validation server to validate XML documents using Schematron rules.
18-
* This functionality is user-initiated and entirely optional.
19-
* When used, XML content is sent to the specified server for validation.
20-
* BeInx does not log, store, or monitor any data sent to or received from these servers.
28+
BeInX does not use any form of analytics, telemetry, tracking, advertising networks, or third-party APIs.
2129

22-
Users are responsible for ensuring that the chosen validation server is trusted and complies with their data handling policies.
30+
## Permissions
31+
32+
The app does not request access to your camera, microphone, location, contacts, filesystem, or any other sensitive permissions.
2333

2434
## Changes to This Policy
25-
If this privacy policy changes in the future, we will update this document and notify users through the Microsoft Store listing or within the app if appropriate.
35+
36+
If this privacy policy changes in the future, we will update this document.
37+
When appropriate, users may be notified within the application.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@
33
# BeInX
44
**Blazor eInvoice XRechnung App**
55

6-
BeInX is a lightweight, open-source application designed to create, manage, and export simplified e-invoices for freelancers in compliance with the XRechnung and ZUGFeRD standard. It runs locally and completely offline as Progressive Web App.
6+
BeInX is a lightweight, open-source application designed to create, manage, and export simplified e-invoices for freelancers in compliance with the XRechnung and ZUGFeRD standards. It runs locally and completely offline as Progressive Web App (PWA).
77

88
<img src="images/beinx_inv.png" alt="beinx" />
99

10+
## BeInX on GitHub Pages (Installable PWA)
11+
12+
BeInX is available as a fully **functional Progressive Web App (PWA)** hosted on GitHub Pages:
13+
14+
👉 [https://ipax77.github.io/BeInX/](https://ipax77.github.io/BeInX/)
15+
16+
BeInX can be used directly in your browser or installed as a PWA on Windows, macOS, Linux, Android, or iOS.
17+
After the initial load, the app continues to work offline, with all data stored locally in the browser's IndexedDB.
18+
1019
## Supported Languages
1120
* English
1221
* German

0 commit comments

Comments
 (0)