diff options
| author | Christian Cleberg <[email protected]> | 2026-08-01 23:56:19 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-01 23:56:19 -0500 |
| commit | c03e38b07ce439f9e6f4d23cb470193393e840e2 (patch) | |
| tree | 356657ff9396912e1c8bfb36f8c0d4afe283b152 /content/apps | |
| parent | 65f7a9607a60adbcb33ce4227f96980345006d5e (diff) | |
| download | krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.tar.gz krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.tar.bz2 krz.sh-c03e38b07ce439f9e6f4d23cb470193393e840e2.zip | |
initial commit
Diffstat (limited to 'content/apps')
| -rw-r--r-- | content/apps/_index.md | 10 | ||||
| -rw-r--r-- | content/apps/daybyday.md | 13 | ||||
| -rw-r--r-- | content/apps/domain-dig.md | 14 | ||||
| -rw-r--r-- | content/apps/hutch.md | 14 | ||||
| -rw-r--r-- | content/apps/solar.md | 13 |
5 files changed, 64 insertions, 0 deletions
diff --git a/content/apps/_index.md b/content/apps/_index.md new file mode 100644 index 0000000..2855663 --- /dev/null +++ b/content/apps/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Apps" +description = "Small, durable apps and privacy-focused frontends from krazy warez." +sort_by = "weight" +template = "section.html" +page_template = "page.html" ++++ + +Native apps and privacy-respecting frontends. Each one is small, focused, and +built to last. Source is on [GitHub](https://github.com/krazywarez). diff --git a/content/apps/daybyday.md b/content/apps/daybyday.md new file mode 100644 index 0000000..8760620 --- /dev/null +++ b/content/apps/daybyday.md @@ -0,0 +1,13 @@ ++++ +title = "Day by Day" +description = "An educational iOS app that helps children learn the calendar." +weight = 5 + +[extra] +link = "https://github.com/krazywarez/daybyday" +link_label = "Source" +appstore = "https://apps.apple.com/app/day-by-day/id000000000" ++++ + +Day by Day is a gentle, ad-free iOS app that helps children learn days, weeks, +months, and seasons. Designed for little hands, with no data collection. diff --git a/content/apps/domain-dig.md b/content/apps/domain-dig.md new file mode 100644 index 0000000..e83d3e2 --- /dev/null +++ b/content/apps/domain-dig.md @@ -0,0 +1,14 @@ ++++ +title = "Domain Dig" +description = "DNS and SSL analysis, in your pocket." +weight = 2 + +[extra] +link = "https://github.com/krazywarez/domain-dig" +link_label = "Source" +appstore = "https://apps.apple.com/app/domain-dig/id000000000" ++++ + +Domain Dig is an iOS app for inspecting DNS records and SSL certificates on the +go. Look up A, AAAA, MX, TXT, and more, and check certificate chains — no +account, no tracking. diff --git a/content/apps/hutch.md b/content/apps/hutch.md new file mode 100644 index 0000000..223842a --- /dev/null +++ b/content/apps/hutch.md @@ -0,0 +1,14 @@ ++++ +title = "Hutch" +description = "A native iOS client for Sourcehut." +weight = 1 + +[extra] +link = "https://github.com/krazywarez/hutch" +link_label = "Source" +appstore = "https://apps.apple.com/app/hutch/id000000000" ++++ + +Hutch is a fast, focused iOS client for [Sourcehut](https://sr.ht) — browse +repositories, read tickets, and follow activity without leaving your phone. +Built to be minimal and offline-friendly. diff --git a/content/apps/solar.md b/content/apps/solar.md new file mode 100644 index 0000000..40e4d2a --- /dev/null +++ b/content/apps/solar.md @@ -0,0 +1,13 @@ ++++ +title = "Solar" +description = "A native iOS client for Cloudflare." +weight = 3 + +[extra] +link = "https://github.com/krazywarez/solar" +link_label = "Source" ++++ + +Solar is an iOS client for [Cloudflare](https://cloudflare.com) — manage DNS, +review analytics, and tweak settings across your zones from a clean, native +interface. |
