+14
-7
README.md
+14
-7
README.md
···
1
<div align="center">
2
<img src="./images/atbackup_large.png"/>
3
4
-
<h1>AT Backup</h1>
5
-
<p>One-click local Bluesky/ATProto backups</p>
6
-
</div>
7
8
## Built with
9
···
12
- ATProto
13
- atcute (for CAR file parsing)
14
- shadcn UI
15
-
16
-
## Recommended IDE Setup
17
-
18
-
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
···
1
<div align="center">
2
<img src="./images/atbackup_large.png"/>
3
+
</div>
4
+
5
+
## Features
6
+
7
+
- Local first: saved to your file system
8
+
- Standard format: backups are stored as CAR files, which Bluesky uses
9
+
- Backup overview: see your backup's size and record types
10
+
11
+
## Contributing
12
+
13
+
We're welcome to any and all contributions. Mention us on Bluesky if we're slow, we may have missed your PR!
14
15
+
## Forking
16
+
17
+
You have our blessing and encouragement to fork this project and we're excited to see what you build!
18
19
## Built with
20
···
23
- ATProto
24
- atcute (for CAR file parsing)
25
- shadcn UI