diff --git a/_notes/openapplock.md b/_notes/openapplock.md index 89740d2..e232b5f 100644 --- a/_notes/openapplock.md +++ b/_notes/openapplock.md @@ -5,6 +5,17 @@ related: "" title: OpenAppLock --- -[OpenAppLock](https://openapplock.bchen.dev) is a free, open source app for app blocking. +![](/assets/img/openapplock-1.png) -I originally vibe coded the project, but then I became more technically diligent with the project. +OpenAppLock is an open source iOS app for blocking apps. Block apps on a schedule, add time or open limits, and lock rules to prevent edits. I built it to help me spend more time outside staring at grass, like the picture. + +I worked with the different Apple screen time APIs to build the features in a privacy-preserving way. + +Try it out and send me [feedback](mailto:openapplock@bchen.dev)! + +- [Download on the App Store](https://apps.apple.com/us/app/openapplock/id6780259647) +- [Join the TestFlight](https://testflight.apple.com/join/5ymbrmns) +- [Website](https://openapplock.bchen.dev/) +- [GitHub](https://github.com/brendan-ch/openapplock) + +![A picture of some grass.](/assets/img/openapplock-2.png) diff --git a/assets/img/openapplock-1.png b/assets/img/openapplock-1.png new file mode 100644 index 0000000..31df26b Binary files /dev/null and b/assets/img/openapplock-1.png differ diff --git a/assets/img/openapplock-2.png b/assets/img/openapplock-2.png new file mode 100644 index 0000000..935ea91 Binary files /dev/null and b/assets/img/openapplock-2.png differ