You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,25 @@
2
2
3
3
A browser-based CalDAV client — sync with your own server, no cloud required.
4
4
5
-
**Philosophy:** Your calendar data should belong to you, not Google or Apple. Calino connects to any CalDAV server (Nextcloud, Baikal, Radicale, etc.). Your events stay in your own server, not in ours. The only thing that lives locally is your preferences. No accounts, no signups, no data mining.
5
+
Check out the hosted version at [Calino.io](https://calino.io).
6
6
7
7
> **⚠️ New Project Alert:** Calino is a new project and under very active development. Expect breaking changes, evolving UI, and frequent updates. Use at your own risk — but report bugs, we'd love the feedback!
8
8
9
+
### CalDAV Proxy
10
+
11
+
If your CalDAV server doesn't support CORS, you can use Calino's hosted proxy:
12
+
13
+
```bash
14
+
# Use Calino's hosted proxy
15
+
# Set proxy URL during setup to: https://proxy.calino.io
16
+
```
17
+
18
+
With that said, I urge you to either selfhost Calino or at least use your own proxy, to minimize the amount of data being sent to servers that are not your own. Calino.proxy.io is solely for convenience. Don't rely on it.
19
+
9
20
## Features
10
21
22
+
I have made it as close as possible, as to what I envision the perfect CalDAV non-enterprise calendar to be.
23
+
11
24
### Views
12
25
13
26
-**Month, Week, Day, Agenda** — four views for every preference
@@ -82,7 +95,7 @@ Calino is just a static React app — host it anywhere that serves HTML/JS.
82
95
83
96
- Click the gear icon or use `Cmd+K` → "Settings"
84
97
- Add your CalDAV server URL, username, password
85
-
- App stores credentials in localStorage (encrypted)
98
+
- App stores credentials in localStorage
86
99
87
100
**Site URL (for SEO/social cards):**
88
101
@@ -92,18 +105,6 @@ cp .env.example .env.local
92
105
pnpm build
93
106
```
94
107
95
-
### CalDAV Proxy (Cloudflare Worker)
96
-
97
-
If your CalDAV server doesn't support CORS, you can use Calino's hosted proxy:
98
-
99
-
```bash
100
-
# Use Calino's hosted proxy
101
-
# Set proxy URL in settings to: https://proxy.calino.io
0 commit comments