diff --git a/apps.html b/apps.html index b17f54b0f..2364f096c 100644 --- a/apps.html +++ b/apps.html @@ -32,12 +32,16 @@

App Launcher

@@ -55,13 +59,25 @@

App Launcher

display: inline !important; vertical-align: baseline; } - /* Style for inline external link replacement inside tiles */ - #apps-list .external-link { - text-decoration: underline; - cursor: pointer; + /* Source-code paragraph rendered below the primary tile link so + its anchor is not nested inside the outer tile . */ + #apps-list li .app-source { + margin: 0 1.5rem 1.5rem 1.5rem; + font-size: 0.9em; + } + /* Reset the tile-level "a is a big flex block" rules (see + .tiles.tile-links a in base.css) for the source-code anchor so + it renders as a normal inline link. */ + #apps-list li .app-source a { + display: inline !important; + padding: 0; + width: auto; + height: auto; + flex-grow: 0; color: var(--link-color, #1a73e8); + text-decoration: underline; } - #apps-list .external-link:focus { + #apps-list li .app-source a:focus-visible { outline: 2px solid #1a73e8; outline-offset: 2px; } @@ -75,8 +91,9 @@

App Launcher

The ODI Solid File Manager

-

This application provides a user-friendly interface for managing files and folders in Solid Pods. Source code is available here.

+

This application provides a user-friendly interface for managing files and folders in Solid Pods.

+

Source code on GitHub (solid/solid-file-manager).

  • @@ -90,6 +107,7 @@

    Media Kraken

  • + Solid logo - an uppercase S on a violet hexagon

    Penny

    A general Pod Browser by Vincent Tunru.

    @@ -116,6 +134,7 @@

    0data Hello with Solid

  • + Booklice logo

    Booklice

    A bookmarking app with community sharing features.

    @@ -151,6 +170,7 @@

    PodOS Browser

  • + Solid File Manager logo

    Solid File Manager

    A Solid app that helps you manage the files in your Pod by Otto AA.

    @@ -171,8 +191,9 @@

    Solidflix

    NotePod logo

    NotePod

    -

    Private and shareable note taking app with encryption. Built by the Software Innovation Institute, ANU. Desktop build available here.

    +

    Private and shareable note taking app with encryption. Built by the Software Innovation Institute, ANU.

    +

    Desktop build on GitHub (anusii/notepod).

  • @@ -180,16 +201,19 @@

    NotePod

    HealthPod logo

    HealthPod

    -

    Manage your health data, with support for encrypted data. Built by the Software Innovation Institute, ANU. Desktop build available here.

    +

    Manage your health data, with support for encrypted data. Built by the Software Innovation Institute, ANU.

    +

    Desktop build on GitHub (anusii/healthpod).

    +
  • MovieStar logo

    MovieStar

    -

    Track your movie and TV watching and ranking, share with others, and receive recommendations, with support for encrypted data. Built by the Software Innovation Institute, ANU. Desktop build available here.

    +

    Track your movie and TV watching and ranking, share with others, and receive recommendations, with support for encrypted data. Built by the Software Innovation Institute, ANU.

    +

    Desktop build on GitHub (anusii/moviestar).

  • @@ -200,6 +224,16 @@

    SolidFocus

    Manage your tasks and notes seamlessly across workspaces and lists, with offline access, Markdown support, and data stored securely in your Solid POD. Built by Noel de Martin.

  • +
  • + +
    + LibreChat logo +

    Portable LibreChat

    +
    +

    A build of LibreChat — an open-source AI chat platform that unifies conversations across providers like Anthropic, OpenAI, and Azure — with Solid integrated so that your chat history is stored in your Solid Pod, making your AI conversations portable across compatible clients.

    +
    +

    Upstream project: librechat.ai. Source code on GitHub (solid/LibreChat).

    +
  • @@ -209,6 +243,169 @@

    Tired Bike

    A Decentralised platform for a community of bicycle touring travellers and those who want to host them. Built by Open Hospitality Network.

  • +
  • + +
    + PodCal logo - a shield with a calendar and check mark +

    PodCal

    +
    +

    A Calendly-style scheduling app built on Solid Pods, with public booking pages, CalDAV sync, and team scheduling — works with any Solid OIDC provider.

    +
    +
  • +
  • + +
    + Solid logo - an uppercase S on a violet hexagon +

    SolidOS Databrowser

    +
    +

    The classic Solid Data Browser (Mashlib) — a generic Linked Data browser and editor for any Solid Pod, maintained by the SolidOS team.

    +
    +

    Source code on GitHub (SolidOS/mashlib).

    +
  • +
  • + +
    + Synara AI logo +

    Synara AI

    +
    +

    A privacy-first AI assistant that builds a searchable log of your conversations in your own Solid Pod. Built by the PrivateDataPod team.

    +
    +
  • +
  • + +
    + Pod Drive logo +

    Pod Drive

    +
    +

    A Google-Drive-style file manager for your Solid Pod. Built by the PrivateDataPod team.

    +
    +
  • +
  • + +
    + Solid logo - an uppercase S on a violet hexagon +

    Pod Resume

    +
    +

    An AI-powered résumé builder that stores your CV and work history in your Solid Pod. Built by the PrivateDataPod team.

    +
    +
  • +
  • + +
    + HomeVault logo +

    HomeVault

    +
    +

    A home inventory app for insurance and household records, with all data stored in your own Solid Pod.

    +
    +
  • +
  • + +
    + VitalStats logo +

    VitalStats

    +
    +

    Log blood pressure, weight, and other vitals privately to your own Solid Pod.

    +
    +
  • +
  • + +
    + InnerPod logo +

    InnerPod

    +
    +

    A guided meditation timer that records each session to your Solid Pod with optional encryption. Built by the Software Innovation Institute, ANU.

    +
    +

    Source code on GitHub (gjwgit/innerpod).

    +
  • +
  • + +
    + MSFatigue logo +

    MSFatigue

    +
    +

    A survey/questionnaire app for multiple-sclerosis fatigue research; responses are saved encrypted to the participant's own Pod, with opt-in sharing to researchers. Built by the Software Innovation Institute, ANU.

    +
    +

    Source code on GitHub (anusii/msfatigue).

    +
  • +
  • + +
    + FilePod logo +

    FilePod

    +
    +

    A Flutter-based Solid file browser — browse, upload, and download files on your Pod from any platform. Built by the Software Innovation Institute, ANU.

    +
    +

    Source code on GitHub (anusii/filepod).

    +
  • +
  • + +
    + KeyPod logo +

    KeyPod

    +
    +

    An encrypted key-value store usable as a password manager; also serves as a Flutter template for building Solid apps. Built by the Software Innovation Institute, ANU.

    +
    +

    Source code on GitHub (anusii/keypod).

    +
  • +
  • + +
    + GeoPod logo +

    GeoPod

    +
    +

    A map-based app for storing points of interest and tracks in your own encrypted Solid Pod. Built by the Software Innovation Institute, ANU.

    +
    +

    Source code on GitHub (gjwgit/geopod).

    +
  • +
  • + +
    + SecureDialog logo +

    SecureDialog

    +
    +

    A diabetes-logging app that stores entries encrypted in your Solid Pod. Built by the Software Innovation Institute, ANU.

    +
    +
  • +
  • + +
    + TodoPod logo +

    TodoPod

    +
    +

    An app to manage your tasks with all data securely and privately stored encrypted on your own personal online data store (Pod) hosted on a Solid Server.

    +
    +

    Built by Togaware. Source code on GitHub (gjwgit/todopod).

    +
  • +
  • + +
    + RoloPod logo +

    RoloPod

    +
    +

    A tool to collect your contacts into an address book in one secure and private place. You can selectively share any parts of your address book with others, or make phone calls on your mobile device (for the Android and iOS versions).

    +
    +

    Built by Togaware. Source code on GitHub (gjwgit/rolopod).

    +
  • +
  • + +
    + KonaPod logo +

    KonaPod

    +
    +

    Collect your Hyundai vehicle data in one secure and private place. You can selectively share any parts of your data with others. The app presents the data and analyses of the data.

    +
    +

    Built by Togaware. Source code on GitHub (gjwgit/konapod).

    +
  • +
  • + +
    + BilliPod logo +

    BilliPod

    +
    +

    Manage your bills, upcoming, scheduled, and past. The app analyses your bill history to generate reminders to avoid missing the all important bill payments.

    +
    +

    Built by Togaware. Source code on GitHub (gjwgit/billipod).

    +
  • diff --git a/assets/img/logo/billipod.png b/assets/img/logo/billipod.png new file mode 100644 index 000000000..5a9ad13c9 Binary files /dev/null and b/assets/img/logo/billipod.png differ diff --git a/assets/img/logo/booklice.png b/assets/img/logo/booklice.png new file mode 100644 index 000000000..f24d454a2 Binary files /dev/null and b/assets/img/logo/booklice.png differ diff --git a/assets/img/logo/filepod.png b/assets/img/logo/filepod.png new file mode 100644 index 000000000..a0a1661ab Binary files /dev/null and b/assets/img/logo/filepod.png differ diff --git a/assets/img/logo/geopod.png b/assets/img/logo/geopod.png new file mode 100644 index 000000000..6cfc572fe Binary files /dev/null and b/assets/img/logo/geopod.png differ diff --git a/assets/img/logo/homevault.svg b/assets/img/logo/homevault.svg new file mode 100644 index 000000000..f59de9d32 --- /dev/null +++ b/assets/img/logo/homevault.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/assets/img/logo/innerpod.png b/assets/img/logo/innerpod.png new file mode 100644 index 000000000..e10a020ce Binary files /dev/null and b/assets/img/logo/innerpod.png differ diff --git a/assets/img/logo/keypod.png b/assets/img/logo/keypod.png new file mode 100644 index 000000000..0ca60f40a Binary files /dev/null and b/assets/img/logo/keypod.png differ diff --git a/assets/img/logo/konapod.png b/assets/img/logo/konapod.png new file mode 100644 index 000000000..d891e7dc7 Binary files /dev/null and b/assets/img/logo/konapod.png differ diff --git a/assets/img/logo/librechat.svg b/assets/img/logo/librechat.svg new file mode 100644 index 000000000..36a536d65 --- /dev/null +++ b/assets/img/logo/librechat.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/logo/msfatigue.png b/assets/img/logo/msfatigue.png new file mode 100644 index 000000000..436e4f584 Binary files /dev/null and b/assets/img/logo/msfatigue.png differ diff --git a/assets/img/logo/pod-drive.svg b/assets/img/logo/pod-drive.svg new file mode 100644 index 000000000..cdc85c7e0 --- /dev/null +++ b/assets/img/logo/pod-drive.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/logo/podcal.svg b/assets/img/logo/podcal.svg new file mode 100644 index 000000000..00116778e --- /dev/null +++ b/assets/img/logo/podcal.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/img/logo/rolopod.png b/assets/img/logo/rolopod.png new file mode 100644 index 000000000..c4ce431e6 Binary files /dev/null and b/assets/img/logo/rolopod.png differ diff --git a/assets/img/logo/securedialog.png b/assets/img/logo/securedialog.png new file mode 100644 index 000000000..8221da962 Binary files /dev/null and b/assets/img/logo/securedialog.png differ diff --git a/assets/img/logo/solid-filemanager.ico b/assets/img/logo/solid-filemanager.ico new file mode 100644 index 000000000..a11777cc4 Binary files /dev/null and b/assets/img/logo/solid-filemanager.ico differ diff --git a/assets/img/logo/synara-ai.svg b/assets/img/logo/synara-ai.svg new file mode 100644 index 000000000..0fbf159f0 --- /dev/null +++ b/assets/img/logo/synara-ai.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/logo/todopod.png b/assets/img/logo/todopod.png new file mode 100644 index 000000000..5b99599c0 Binary files /dev/null and b/assets/img/logo/todopod.png differ diff --git a/assets/img/logo/vitalstats.svg b/assets/img/logo/vitalstats.svg new file mode 100644 index 000000000..bce6d3034 --- /dev/null +++ b/assets/img/logo/vitalstats.svg @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file