Skip to content

shania-codes/thewhiteroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef49dc7 · · Dec 6, 2025

History

75 Commits
Dec 3, 2025
Dec 3, 2025
Dec 6, 2025
Dec 3, 2025
Nov 21, 2025
Dec 6, 2025
Dec 3, 2025
Dec 6, 2025
Dec 3, 2025
Nov 22, 2025
Nov 22, 2025
Nov 30, 2025
Nov 22, 2025
Dec 3, 2025
Nov 23, 2025
Dec 3, 2025

Repository files navigation

The White Room

The everything app, to use your (Framework) laptop as a smartphone replacement
self-hosted, libre and, extensible

Live Demo: http://46.101.90.169:5000/dashboard

Features and Ideas

Food Diary

Food Diary Demo 1

Kitchen Inventory

Kitchen Inventory Demo

Food Diary Demo 2

Now that there is items in kitchen inventory you can add them to food diary Food Diary Demo 2 Adding it to your inventory decrements the quantity added from the amount left in your inventory..

Recipes

Recipes Demo Work in progress, in the future it will be able to calculate an estimation for the calories and macros of the recipe based on the details saved about the ingredients in kitchen inventory. It will also be able to just add an instance of the recipe to your inventory and from there to your food diary with those calculated calories and macros, and if you made multiple servings then you can easily add it to food diary once you eat the other serving in 3 clicks..

Tasks

Tasks Demo

Self Reward System

Self Reward System Demo

Need to update logic to change "-5 coins spent" to "added 5 coins". Not shown: Reward imagess

Interval Timers

Not fully working, requires updates

Chores

chores demo

Settings

Change data from initial setup page settings demo

Many more, all features are a work in progress

Self-Hosting Guide

install python if you don't have it

git clone https://github.com/shania-codes/thewhiteroom  

cd thewhiteroom  

Windows: python -m venv venv  
macOS/Linux: python3 -m venv venv  


Windows: 
venv 
venv\Scripts\activate  
macOS/Linux:

source venv/bin/activate  


pip install flask python-dateutil  

flask run  run  

Visit: http://YourServerIP:5000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published