What are you working on? Any new ideas that you're thinking about?
https://UniversalResume.app/?s=wo
Always-free résumé (CV) website and PDF from plain text, grounded in the best resume-writing guide and the best designs.
https://runnit.io - automated work management and ops for creative teams
I'm working on the finishing touches for a big new "Event Filters" feature for my Shopify app, Stages (https://getstages.com). The feature will let users set up rules to decide which orders should be imported into the app based on certain criteria like Shopify product names, collection names, order value, and so on. Users have been asking for it forever, and I'm planning on publishing it this week!
I'm also working on an update to ShopifySharp, the .NET package I maintain for Shopify's graphql and rest APIs. I need to regenerate the graphql types and the fluent query builders for the July 2026 API version that was just released, and I'm planning on some extra QoL improvements that I've run into while using the package over the last couple of months. I particularly want to add some F# QoL features, since I wrote the package in C# but use F# in all my personal projects. (https://github.com/nozzlegear/shopifysharp)
Java Server Side Rendering Web Framework -- zero external runtime dependencies outside the web server layer -- https://github.com/vadimv/server-components The idea is to provide complete Java-centric modern web UI stack for building internal tools and admin panels.
I am building a solitaire solver for Zachtronic Solitaire. Especially the last one. It should allow you to take a pic of the screen and tell you if it's solvable and what the next moves could be.
I built a world cup tracker into an LED matrix display, and now I'm working on making it useful after the world cup
I am building https://EasyAnalytica.com - single place for all your dashboards. It generates dashboards automatically from data without using ai. It supports getting data from google sheets, api's, url's etc. I have recently added support for gsc as data source and i plan to continue adding more in coming weeks.
I'm working on MedAngle, the world's first Agentic AI Super App for medical and dental school. You can think of it as literally everything one would need from day one of admission till graduation day as a doctor.
I myself am the first medical doctor and full stack engineer in the history of my country (250 million), graduated as a doctor at age 25, and we have over 100+ users [all of which are medical/dental students and doctors], 10s of billions of seconds studying smarter, hundreds of millions of questions solved, and more.
Our Super App has subsystems including MedGPT, MedAgent, Spaci (our own take on spaced repetition) and much more.
We're bootstrapped, and continuing to scale. If you are in medical school or know someone who is, please reach out!
Mobile app that turns any recipe into 2-player mode, so you can cook together. Kind of like overcooked IRL.
I'm doing a personal research project into the technical maturity of ccTLDs. So far I've mostly been working with easily accessible public information, which I'm almost ready to publish, but the next phase is going to be trying to identify markers of stack complexity (provisioning etc) which is going to be tricky.
I'd love to hear from anyone else doing work in this area!
I am taking my limited time before next job hunt and using coding agents to create a wego board strategy game inspired by Escape From Tarkov, Advanced Wars, and PhantomBrigade.
I got sick of choosing between the efficiency of working in a terminal and the magic powers of using AI (and of copy-pasting between the two). So I created a hybrid: Terminai is a transparent wrapper for any terminal that provides on-demand access to a TUI coding agent of your choice just a hotkey away (with built-in MCP and CLI that gives the AI access to your terminal).
I want fast answers to questions like:
"Why is Zoom lagging?"
"Is the issue my WiFi?"
"What's going on with the Internet?"
So, I built a local Mac utility that runs in the menubar to give at-a-glance visibility into live network and application issues. It's free (for typical uses), battery-efficient, and gives fast and reliable answers.
I’m working on Envelope. https://envelopebudgeting.com It’s a budgeting app that comes with a built in checking account and debit cards. Because your budget can actually decline card transactions it’s a very effective system for stopping overspending.
I’m currently migrating the codebase to Swift 6 and dealing with the new concurrency system.
I’m working on https://main-duck.com/ which simplifies converting your code to mcp. I plan to make this easy to integrate into CI so mcps can be updated easily. It’s hosted remotely and I’m very excited about where it’ll go.
What if your web apps e2e tests ran in production through actual user sessions? Know exactly what browser session cohorts are having issues. Open source, https://github.com/Faultsense/faultsense-agent
tscircuit! An open source framework for building circuits, we have a lightening fast autorouter so i spend lots of time debugging complex PCB routing problems
I'm not a big fan of the encroachment of AI into Adobe's apps, so I'm using AI to build a replacement for those apps (a small web-based photo organizer and editor, just the tiny subset of the Lightroom features I need for my workflow)
Working on https://razzify.in - Learn hacking using CTF challenges and get hired. https://securepilot.in - Indias first cybersecurity incident management platform for individuals.
A CSS/TS React component library inspired by BeOS. Been spending the last week cutting my teeth on font issues however
I keep hacking on my Markdown-based text editors at https://saturn9.studio/
I went on a side quest to strip out ProseMirror and markdown-it and implement a custom stack instead. I open sourced both the parser and editor (https://saturn9.studio/technology/):
* Markoffset is a fast, plugin-based, incremental Markdown parser: https://github.com/saturn9studio/markoffset
* Scribeframe is a text editor engine: https://github.com/saturn9studio/scribeframe
Working on https://github.com/AqilbekAbilaev/ozendb
Free, open-source and drop-in replacement for Studio-3T. All the featured behind Studio-3T subscription for free in OzenDB.
Released beta version recently. Feel free to check out. Will be glad for feedback)
Working on full stack prototyping agents that own their own Aws account (zero deploy friction). Think speed of lovable/ base44 with power of Aws services
I just launched my digital media shelf on my personal website, a catalog of my favorite books, movies, records, podcasts, and more. Lots of fun to build despite some false starts and fits:
Modern coding agents code blind; they can't see the consequences of their actions. I built a cheap solution that lets them see your browser.
It's called peek-cli: https://github.com/puffinsoft/peek-cli
Note: this involves blockchain VMs. If that's a dealbreaker, feel free to skip. I get it.
I've spent 8 years working on RISC-V VMs for blockchains, recently also contributing to ZK VMs. Modern blockchain VMs are drastically more powerful, and I'm curious how far we can push them. I started porting real game logic to blockchain VMs, running game loop, physics simulation, collision detection, etc., on blockchain VMs. So far I have:
* Teeworlds to CKB-VM: https://xuejie.space/2026_06_16_teeworlds_on_ckb/
* One Hour One Life to CKB-VM: https://xuejie.space/2026_06_29_porting_one_hour_one_life_ga...
* A small ray tracer to Jolt ZK VM: https://xuejie.space/2026_07_10_cpp_ray_tracer_on_jolt_zk_vm...
Source is available for 2 of the 3, I need to clean up the OHOL one.
Some context: CKB-VM [1] is a RISC-V virtual machine I designed for Nervos starting in 2018. Jolt ZK VM [2] is a zero-knowledge virtual machine developed by a16z. Both execute RISC-V code, but due to different design, Jolt ZK VM is a much faster CPU than CKB-VM.
Technically this is a fun challenge. Many techniques I used resemble game development tricks from the 90s on game consoles: fixed point math, banked memory in ROMs, aggressively inlining tricks, etc. I want to push to see where the ceiling is. Right now I'm trying to get a Godot [3] + JoltPhysics [4] game loop running on Jolt ZK VM.
Happy to answer questions about the VM internals, the porting process, or anything in general.
[1] https://github.com/nervosnetwork/ckb-vm
I've got two projects:
We create a plan for your marriage proposal. I'm working with an event planner to create this!
This does review aggregation for businesses, and then a bunch of tools to help you gain insights, respond to reviews, and get more reviews. I just hired my first Sales/Marketing person to scale.
I will create coupon codes for anyone interested! Email is in my bio
Building Critical Infrastructure protection software that helps security teams create real grounded processes that don’t live in spreadsheets and slide decks. https://cabreza.com
Most critical infrastructure orgs don’t have the budget to hire consultants, and even if they do, the deliverable is a deck, or a spreadsheet, or a PDF. We want to help any org of any size create a security regimen outside of these stale and disparate docs. For FREE.
Plus we have additional tools that we are building on top of the free software that will help in other areas besides policies and procedures. Like OSINT of any orgs operational and physical footprints.
Still a small plattform for groups of gamers to share their library with each other and suggest and vote on games for a game night. I'm planning on a group finder feature where you can publicly search for others to play with you, currently it's more angled at existing groups.
It's a calculator for what an AI feature costs to serve. Cost per request, cost per month, which part of the bill is eating you (output tokens, usually). No signup, all the math is on the page. Any feedback is welcome.
https://github.com/airdaydev/airday
Underpinning my current app is an e2ee local-first sync engine, basically it is a traditional client-server sync (encrypted logs + snapshots sequenced with integers). It sends bundles of Loro CRDT operations. I wrapped the client side in WASM to power the web app and the CLI and have started a swift wrapper to port to native iOS. Bundle size is 3MB/1.2MB g-zipped so pretty happy with it. I've realised that web encryption is kind of bs (at least not as "WE CAN NEVER ACCESS YOUR DATA" as some vendors state) if someone else is distributing the app.
Over the last week I have done a lot of performance work & data remodeling - CRDTs are interesting because you can let data fall through the gaps if you're not careful.
I am working on 2 football game websites, one for world cup https://7-0worldcup.org/,and the other for Top 5 leagues https://38-0.one/ Developing game is easy now, but it is really hard for promotion.
Rewriting the region drawing code in my LisaGUI project so it does per-word bitwise operations instead of per-pixel calculations. I'm using Claude to help plan and debug it, but I'm being careful to review all its outputs and make sure I fully understand what it's suggesting and why. I don't want to lose all my neurons to this thing...
Postkit: https://github.com/varunchopra/postkit
This is basically my version of "what all could you throw into Postgres?"
My problem with vibe coding/LLM assisted engineering is that it's hard to get the basic stuff that is independent of the application itself, correct, so I just use this and make sure everything I build has some consistency.
You can pop this in and use it as the base for your app and add login, permissions, etc. quite cleanly.
Still working on https://compears.shop we’ve added some new features to help people shop in the EU for cheap. I’m hoping we get to expand this to more EU countries
I’m building FitBee, a fast, ad-free, and no-nonsense calorie and macro tracker for iPhone, iPad, and Apple Watch: https://apps.apple.com/us/app/fitbee-calorie-macro-counter/i...
Built in Swift, SwiftUI for the iOS app and Python for the backend.
Working on Morpheus, an experiment to improve tool usage over small llm like Qwen 30b by introducing JEPA (https://github.com/ichiriac/morpheus)
I'm working on better UI for my app AutoPTT [1]. It's probably going to look somewhat similar to Discord's settings, except I won't be using Electron. I refuse to use bloated stuff like that, so I'm going to keep using a pure C UI library [2].
Obviously this is going to take a bit more work but at least the resource usage will stay low, which I consider quite important. Especially since gamers are a large portion of the user base.
A competitive word guessing game, play against family/colleagues etc, it tracks your solves and some other fun metrics. Totally free, no ads or other crap. No login needed to play.
Created a react-doctor style cli to deterministically scan for misconfigurations, missing observability, and security posture. Now working on extending it so vibe-coders can secure their apps too!
All free and open source: https://github.com/DumbMachine/cloud-doctor
Exploring map based game ideas like arcade racing in your neighborhood: https://trippi.app/drift/
Currently working on a CLI tool that performs property-based testing from Arazzo documents: https://github.com/IgnacioGoldchluk/cuerdo
I'm using Gemma 31b to build tools for myself to optimize my WoW TBC play to an absurdist level. I'm hoping to have world top 10 parses across the board in a few months, loot gods willing.
I have ADHD, and my calendar is a graveyard of things that were totally fine right up until they were on fire.
So about to release an iOS app that sends me early notifications about what to actually prepare, or do.
Best examples so far: on my last trip it pinged me the night before with a packing list based on the weather at my destination. Also reminding me to book a table for a dinner planned.
It's here for the waiting list: https://heylife.ai
I’m working on https://urhired.ai
It’s an AI-powered mock technical interviewing platform, for system design and coding.
I’m also working now on behavioral mocks, with a coach feature!
I’ve been working on it on and off for a year, but started spending significant time in the last few months.
I know everyone’s burnt out on LLM products, but I think it’s nice for this kind of prep since you can do it on demand and in an environment it’s safe to fail as much as you need without judgement so you can actually learn.
It’s early and free if anyone is interested in trying it out (at least while I can afford to serve it for free)
Used Claude to write conformance tests for https://aep.dev.
https://github.com/thegagne/aep-conformance-test
Did pretty well, only took a day or so. I first had it inventory every MUST, SHOULD, and MAY in the spec, and then let it rip. I did guide it quite a bit to get what I wanted, but at the end I’m pretty happy with it as a first draft.
Helped me learn the spec and will be helpful to hone my dotnet AEP server, and aepbase.
There already existed an aep e2e validator which does a similar thing, but this is more thorough and generates a nice report. It will tell you not just whether your API follows the spec, but also what parts of the spec it does not implement.
I've stood up a message board to try to recapture the fun of running an 80's/90's BBS. You can look around at :
https://jims-bbs.com/bbs/
If you want to join in and post, you'll need a code for the registration process. The code ...
yc2026
...should work for a while.