No description
  • Svelte 74.4%
  • Nix 12.8%
  • TypeScript 8.1%
  • HTML 4%
  • JavaScript 0.5%
  • Other 0.2%
Find a file
2026-08-25 12:46:57 -07:00
src Add icon 2026-08-25 12:29:50 -07:00
static Add icon 2026-08-25 12:29:50 -07:00
.gitignore Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00
flake.lock Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00
flake.nix Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00
package.json Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00
README.md README, add description and installation instructions 2026-08-25 12:46:57 -07:00
tsconfig.json Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00
vite.config.ts Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00
yarn.lock Init with SvelteKit, SPA, Tailwindcss 2026-08-13 16:28:23 -07:00

Steep

See Steep in action at: steep.woach.me

Steep is a simple app implementing a Time Management Method similar to Pomodoro.

You start a timer when you begin the task, at any point you can take a break equal to one third the time you've worked on the task.

I found Pomodoro to break my flow right as I had gotten into it, and so looked for alternatives. I believe I saw a reddit comment detailing this method, but I've been unable to find it since. If you know the origins of this method please let me know.

Steep is a mobile and desktop friendly progressive web app, so download it and use it as you would any other app. Steep allows you to modify that generous one third value, as well as to keep track of how long each work or break session has gone on for. It also lets you pause the time for interruptions which are neither leisure nor work.


Getting up and running

If you want to host your own version instance of Steep, or tinker around with it please do!

# Use nix to install all dependencies and enter the environment
> nix develop

# Install node dependencies with yarn
> yarn

# Run a development server to make sure everything is good
> yarn run dev

# Build the project when you are ready to!
> yarn run build

If you host your own version of steep and decide to change the link which the Git icon links to (which would be appropriate), then I'd encourage you to link back to this repository in your attributions!