One-click backups for AT Protocol

fix: update main page

docs/.yarn/install-state.gz

This is a binary file and will not be displayed.

+1
docs/app/app.css
··· 1 @import "tailwindcss";
··· 1 @import "tailwindcss"; 2 + @import "@catppuccin/tailwindcss/mocha.css";
+2 -2
docs/app/page.tsx
··· 59 One-click local backups of your atproto data 60 </h1> 61 <p className="text-lg text-white/80 mt-4 max-w-[350px]"> 62 - Easily back up your Bluesky posts, likes, follows, and other records 63 - to your computer. No cloud required. 64 </p> 65 <a 66 href={url}
··· 59 One-click local backups of your atproto data 60 </h1> 61 <p className="text-lg text-white/80 mt-4 max-w-[350px]"> 62 + Easily back up your Bluesky posts, likes, and other records (e.g. 63 + other AT Protocol app data) to your computer's filesystem. 64 </p> 65 <a 66 href={url}
+1
docs/next-env.d.ts
··· 1 /// <reference types="next" /> 2 /// <reference types="next/image-types/global" /> 3 4 // NOTE: This file should not be edited 5 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
··· 1 /// <reference types="next" /> 2 /// <reference types="next/image-types/global" /> 3 + /// <reference path="./.next/types/routes.d.ts" /> 4 5 // NOTE: This file should not be edited 6 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+1
docs/package.json
··· 18 "tailwindcss": "^4.1.11" 19 }, 20 "devDependencies": { 21 "@types/node": "^24.0.10", 22 "@types/react": "^19.1.8", 23 "pagefind": "^1.3.0"
··· 18 "tailwindcss": "^4.1.11" 19 }, 20 "devDependencies": { 21 + "@catppuccin/tailwindcss": "^1.0.0", 22 "@types/node": "^24.0.10", 23 "@types/react": "^19.1.8", 24 "pagefind": "^1.3.0"
+8
docs/yarn.lock
··· 36 languageName: node 37 linkType: hard 38 39 "@chevrotain/cst-dts-gen@npm:11.0.3": 40 version: 11.0.3 41 resolution: "@chevrotain/cst-dts-gen@npm:11.0.3" ··· 4944 version: 0.0.0-use.local 4945 resolution: "root-workspace-0b6124@workspace:." 4946 dependencies: 4947 "@napi-rs/simple-git": "npm:latest" 4948 "@tailwindcss/postcss": "npm:^4.1.11" 4949 "@types/node": "npm:^24.0.10"
··· 36 languageName: node 37 linkType: hard 38 39 + "@catppuccin/tailwindcss@npm:^1.0.0": 40 + version: 1.0.0 41 + resolution: "@catppuccin/tailwindcss@npm:1.0.0" 42 + checksum: 10c0/13dd106828f033f02da1d9037c9c8887810edb858909806c33587f4787d79f4fe68aeb7f8ef7882db33fbba2a20d7777a66b73f6dd420b8691e78e4828335dd1 43 + languageName: node 44 + linkType: hard 45 + 46 "@chevrotain/cst-dts-gen@npm:11.0.3": 47 version: 11.0.3 48 resolution: "@chevrotain/cst-dts-gen@npm:11.0.3" ··· 4951 version: 0.0.0-use.local 4952 resolution: "root-workspace-0b6124@workspace:." 4953 dependencies: 4954 + "@catppuccin/tailwindcss": "npm:^1.0.0" 4955 "@napi-rs/simple-git": "npm:latest" 4956 "@tailwindcss/postcss": "npm:^4.1.11" 4957 "@types/node": "npm:^24.0.10"