Timed.
- 6 Devlogs
- 12 Total hours
Timed. A web-app for all your temporal needs.
Timed. A web-app for all your temporal needs.
Cleaned up the repo a 
Hey everyone, I’m back with a massive update for Timed.!
After focusing on other projects for a bit, I decided to return and give this project the thorough cleanup, visual redesign, and feature set it deserves. It has been transformed from an extremely basic prototype into a premium, focused, and hyper-minimalist time hub. Here is what is new in the latest version:### 1. Aesthetic Clean-up & Hyper-Minimalism- Clean Slate Background: Removed the distracting background gradient glow for a clean, uniform deep slate environment.- Logo Refinement: Removed the bullet dot next to the logo for a cleaner top-left header.- Hidden Footer: Removed the copyright text and footer entirely, leaving zero visual clutter.- Tabular Digit Spacing: Styled the clock displays to use tabular monospaced digits, preventing annoying layout shifting when the seconds change.
Hidden Minute Ring on Clock**:
The spinning progress ring is now hidden on the Live Clock mode page (to avoid confusion), but it still displays smoothly in Timer and Stopwatch modes.- Interactive Toggles: Tapping the clock display now toggles millisecond view on/off, and there are custom buttons to swap between 12-hour and 24-hour display modes.
Eb4 -> Bb4 -> D5 -> F5) using physical acoustic decay curves when the timer completes.timerr.py)- Upgraded the CLI python app to refresh in-place (\r) so it doesn’t flood the console output.- Added input validation to prevent user typos from crashing the script.- Built a terminal-based stopwatch with lap tracking.- Upgraded the CLI buzzer to play a beautiful arpeggiated chime using Windows system hardware chimes.### 7. Deployment & GitHub- Deployed the entire static application to Vercel at a clean production URL: timed-focused.vercel.app- Staged, committed, and pushed the updated codebase to the remote GitHub repository at SameRainbows/Timed.Some code cleanup. I got little bit of this time internalizing the logic to build on top once the dust settles. Im working on a few other projects rn so cya when I come back.
I finally turned it into a web app. It’s extremely basic, just a live clock and a timer.
I honestly didn’t know any JavaScript, so I had some help on that part from Claude. I looked at my old timer.py code, converted it to HTML, and handled the CSS myself for basic styling.
It still doesn’t have a live demo yet, but the latest changes are on GitHub.
Welcome to my second log for Timed.
Timed is a hub for all your temporal needs. It has the basic features like a clock and timers, and I intend to add all sorts of different things like moon phases, solar events, and way more.
Right now, it is a Python file with an audio file so it can run an alert sound, but I intend to make this a Python Flask web app. In this log, I added the following:
The code currently uses four libraries:
We have two functions:
This entire while loop is inside a try-except block. If a KeyboardInterrupt error is seen, it prints “Clock stopped.”
We have a variable set to an input to see if the user is going to use the timer or the live clock. If they choose the timer, we ask them for the direction (up or down) and if they will be using minutes. The following code then calls for those parameters.
Making a tool for ALL your time-related needs.