
worktracker
Simple work hours tracker for recording time spent on tasks.
@MiloPaigeTech · X
Learning how to code so just making a simple work hours tracker for me and my colleagues.
The full gallery
Topics
Known attributes
A lens, not a filter — shows only projects we could confirm.
Tech stack
490 projects

Simple work hours tracker for recording time spent on tasks.
@MiloPaigeTech · X
Learning how to code so just making a simple work hours tracker for me and my colleagues.

Analyze chess games with natural language explanations using an open-source browser tool with no login required.
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

Create richly formatted posts and publish them instantly to the web with a single click.
@masafumiohta · X
I’ve been using Windows as my daily use lately despite I have been using Mac/Linux for a long time, but I keep running into all sorts of issues, so I’ve been fixing them vibe-coding with Claude. I’m gonna dump all that stuff on This blog is fully automated with Claude Code, from coding all the way to reporting. It’s nothing special—anyone could do it—but it’s actually pretty fun once you try it. The only annoyed is that it burns through tokens like crazy. Most of the tips are pretty interesting, so I hope you find them useful.

Explore three AI agent runs on a scrubbable timeline showing planning, tool calls, and recovery.
douvy · HN
Educational tool for understanding AI agents. Code: https://github.com/douvy/how-agents-think

Track Pokémon TCG card prices and receive AI-powered market predictions for your collection.
@mylordbugsy · X
I'm working on TCG Forecast, a website for the #PokemonTCG community that will help users know which card in their collection is getting value using advanced AI, all for free! It also has a leaderboard showcasing the position of EVERY Pokémon's worth

Design cellular automata patterns, animate them, and export as SVG.
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.

Calculate Mii personalities for Tomodachi Life by adjusting sliders for traits.
langren · V2EX
[分享创造]Tomodachi Life Personality Chart & Calculator Tomodachi Life Personality Chart & Calculator:https://tomodachi-tools.com

Get a daily spending limit based on your remaining budget until month-end.
@koomekelvink · X
a personal finance tool that gives you a daily safe to spend amount across each of your budget categories helping you get to end month within budget

Upload your knowledge and let AI answer questions on your custom Q&A page.
@Asym_Alwali · X

Sort and rename files inside ZIP archives with customizable rules, completely client-side in your browser.
@TraXx474387 · X
Built ZipSort 🗂️ Sort files inside ZIP archives in seconds — no upload, 100% client-side (your files never leave your browser). Set rules by extension, prefix, suffix or keyword → download a clean, organized ZIP. Free to try:

Generate live audio-reactive visuals from text prompts using AI.
@larioscow · X

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared