Peter Wang
Home

TimeSense

Co-creator. Built the Rust process layer, SQLite storage, and data model. Team of two.

Desktop time tracker that won the advanced track at WSU CrimsonCode 2024.

1st
advanced track, WSU CrimsonCode 2024
24 hrs
build time

team of two

A Tauri desktop app that tracks where your time actually goes. A Rust process polls the focused application every five seconds and logs it to SQLite; the frontend surfaces that as a pie chart and a calendar of what you did. Per-app time budgets fire desktop notifications when you go over, and a ChatGPT integration lets you ask questions about your own data.

I built the Rust side (process polling, the SQLite layer, and shaping the data for my teammate to render), then took on the calendar view and other frontend pieces.

Built in 24 hours by a team of two. Won the advanced track at WSU CrimsonCode 2024.

Rust, Next.js, TypeScript, SQL, Tailwind CSS