A small starvation play website, with customizable meal allowance options. Always remember to play safe, and to not eat large meals after a long fast! This program on its own should not fast you for long enough that refeeding syndrome becomes a worry, but it may become problematic if you use it to control when you can come out of a fast.
  • Rust 88.3%
  • TypeScript 5.2%
  • Nix 4%
  • CSS 2.3%
  • HTML 0.2%
Find a file
April Eaton 18d2dac4f6
Refactor UserRepositorys to use the same structure as CardRepositorys
Now that a stronger structure for the repositories has been found
the `UserRepository` needs to be updated to support the new model.

This also cleans up the specifics of the `CardRepository` API to work
more cleanly with the rest of the codebase (namely, moving to using
`Arc<Mutex<Pool<Sqlite>>>` instead of a raw `Pool<Sqlite>`).
2026-05-24 19:19:07 +02:00
client Adding Card component to the frontend 2026-05-16 20:23:07 +02:00
server Adding in TMUX session management 2026-05-24 19:17:36 +02:00
.envrc Setting up client environment 2026-01-09 23:44:58 +01:00
.gitignore Feature: Adding seed dev command 2026-05-14 22:55:10 +02:00
DESIGN.md Adding design documentation 2026-01-09 18:49:31 +01:00
devshell.toml Setting up client environment 2026-01-09 23:44:58 +01:00
flake.lock Add rust and sqlite tooling 2026-05-10 15:24:14 +02:00
flake.nix Slitting server related environment into separate flake.nix 2026-05-18 14:21:18 +02:00
LICENSE Initial commit 2026-01-09 16:51:43 +01:00
package-lock.json Adding UUID library 2026-05-09 15:12:25 +02:00
package.json Adding UUID library 2026-05-09 15:12:25 +02:00
PAGES.md Adding design documentation 2026-01-09 18:49:31 +01:00
README.md Initial commit 2026-01-09 16:51:43 +01:00
session.yaml Adding in TMUX session management 2026-05-24 19:17:36 +02:00
shell.nix Setting up client environment 2026-01-09 23:44:58 +01:00

starveme

A small starvation play website, with customizable meal allowance options. Always remember to play safe, and to not eat large meals after a long fast! This program on its own should not fast you for long enough that refeeding syndrome becomes a worry, but it may become problematic if you use it to control when you can come out of a fast.