Fun Projects

This page hosts a small collection of exploratory side projects developed alongside my academic work. If you have questions, ideas, or would like to discuss any of these projects, feel free to reach out via email.

These projects are driven by curiosity, experimentation, and a desire to build lightweight, usable tools outside formal research contexts.

(Disclaimer: I am not a developer, but I am always keen to learn about and explore new ways of thinking, technologies, and more :) )


Project: SanityApp

SanityApp is a simple iOS mood-tracking application built with Swift. It allows users to log how they’re feeling, reflect on past entries, and gain a lightweight overview of their emotional wellbeing over time.

The app is intentionally designed as a clean, extendable starting point for personal use, experimentation, or further development of wellbeing-focused mobile applications.

What the app does:

  • Record daily mood entries (daily mood, stress level, optional notes)
  • Review previously logged moods
  • Reflect on emotional patterns over time
  • Use a lightweight, private self-reflection tool
  • Download your data for further analysis

© Friederike Quint

The full codebase is available as a public GitHub repository. The project is free to use, fork, and extend.

🔗 View SanityApp on GitHub

Status: done for now :)


Project: ✨ SanityApp Shiny Edition ✨

SanityApp Shiny Edition ✨ (also called Sanity Chronicles) is a mobile-friendly Shiny application for daily mood and stress tracking, built with R and designed for private, lightweight self-reflection.

The app allows users to log a single daily entry within a defined evening time window, explore their emotional states through calendar and trend views, and export their data for personal reflection or further analysis.

What the app does:

  • Record one mood and stress entry per day (with optional notes)
  • Restrict entries to a defined daily time window (evening reflection)
  • Visualize moods across a yearly calendar and trend plots
  • Support private (owner) and public demo (guest) usage modes
  • Export entries as CSV or JSON files
  • Run locally or with persistent storage via a database backend

The Shiny Edition is intentionally built as a flexible, extendable starting point for experimenting with personal wellbeing data, Shiny-based interfaces, and lightweight self-tracking tools.

🚀 Open the Shiny App in a new tab

If the embed feels cramped (especially on mobile), opening it in a new tab works best.

Example overview of the Sanity Chronicles Shiny app

Example overview from the SanityApp Shiny Edition

The full Shiny app codebase is available as a public GitHub repository. The project is free to use, fork, and extend.

🔗 View SanityApp Shiny Edition on GitHub

Status: happy, done for now, and still open for changes :)