
EaseNotify – Free Announcement Bar & Widget Builder
Build and schedule announcement bars and countdown timers for websites.
@Sathibuilds
The full gallery
Tech stack
30 projects

Build and schedule announcement bars and countdown timers for websites.
@Sathibuilds

Play a crypto-themed asteroid shooter arcade game with power-ups and leaderboards.
@biteroidsarcade · X
☄️ Blast through waves of crypto-themed asteroids in the most addictive retro arcade reboot on the web. ⭐ Collect power-ups, chase high scores, master the grind, climb the leaderboard 🕹️ Play anywhere — desktop or mobile, same account & progress 👉

Embed a live chat widget on your site to communicate with visitors through Telegram.
@hajlomi · X
- Telegram-powered live chat widget

A retro Teletext page where fictional flatmates live with weather-linked moods.
@ChrisMilchglas · X
I made a single Teletext page where three fictional flatmates live. Moods linked to the weather in Nuremberg. #glitchcoding #vibecoding #wgnuremberg

Block distracting websites by solving math or coding puzzles.
hackitup7 · HN
TLDR built a Chrome site blocker that lets you into distracting sites only after you do some math or simple coding (JS only right now). Direct link to extension (the site just gives you more context): https://chromewebstore.google.com/detail/sphinx-earn-your-di... Philosophically it's a speed bump rather than a hard gate, because you'll eventually tear a gate down but you'll leave a speed bump. I've always eventually removed site blockers, or just had them become a nuisance that I reflexively dismiss before getting to distracting sites. Site blockers don't really reduce the "start navigating to a distracting site" muscle memory, and they eventually just become annoying. Dopamine is a hell of a drug. At the same time, I've been getting frustrated that my intermediate/advanced math skills have atrophied, and becoming more senior in my career (plus AI...) has caused my coding skills to atrophy even further. Realistically I'm not going to force myself to do math or coding exercises aft

Suite of developer tools for processing files locally — CSV, Parquet, JSON viewers and decoders with no cloud uploads.
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

AI-powered notes app built with Codex and refined with Grok.
@Number1AIFanboy · X
I got to go to bed. More coding tomorrow. I just had a realization that I'm building cool shit, using @grok in an app that I built with Codex and refined with Grok. And now Grok just works on himself. LFG🚀 Drop me a note here: Get the app here (use LAUNCH50):

Send a photo or voice note of food to get instant calorie and protein counts via chat apps.
@GabrielKur8586 · X

@zdogmode https://t.co/Cdk9FF9iPM - This is a tool I built and was really useful for my own projects, so I made it available.
@tpacker · X
- This is a tool I built and was really useful for my own projects, so I made it available.

Suite of 150+ free online tools for audio, images, PDFs, video, and more without signup.
@factfile0 · X

Create webcam photo strips with filters, frames, and background editing.
cmlanche · V2EX
做的在线照相亭本来还有点流量,结果我 301 瞎整一通,彻底废了,重新上了一个站 地址:[freephotobooth.online]( https://freephotobooth.online/) 上面是老地址,本来流量还可以,上站第二天就有 300 个新点击,但我嫌弃域名后期没有品牌优势,所以 301 到了另外一个域名,但上了之后看到流量没有了,又很焦虑,然后又把新站 301 到老站,现在彻底 game over 不得已重新写了一个站,再上,有兴趣可以围观一下,看看哪个更好,有啥问题我可以改改,主打听劝 新站地址:[https://photobooth100.com/]( https://photobooth100.com/)

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