
ShareThePic - Share Trip Photos Across iPhone & Android
Create a shareable link for trip photos with no compression or app required.
@masterjesuser · X
if you planning a group trip or activity recently, try out to make photo sharing less of a pain
The full gallery
Tech stack
64 projects

Create a shareable link for trip photos with no compression or app required.
@masterjesuser · X
if you planning a group trip or activity recently, try out to make photo sharing less of a pain

Manage your household with a private hub for calendar, chores, meals, lists, and family apps.
u/BootsAndBear · Reddit
Managing a household -- or anything else - in a custom platform AI has changed software development. Anyone can make an app. It might not be great. It might not be secure. But it will probably be able to do exactly what the creator wants. Keeping track of who is responsible for stocking the pickles in the pool house. How long has your little brother been jinxed. How long until summer break starts. I have no idea. I would guess we’ll get to a point where regular people can just tell the AI

CruxPack turns lecture PDFs and slides into clean structured notes, flashcards, and practice problems — built for students who need to memorize fast.
@cruxpack · X
CruxPack, built with Claude Code; turns a lecture PDF or your own notes into flashcards, notes, and practice questions. A second model checks the first against the source for hallucinations. Demo: Would love to post in r/vibecoding if allowed.

An interactive meditation exploring solitude, attention, and the freedom of needing less.
@MyCrazyIdeal · X
ChatGPT and I have been talking philosophy and meditation in the new GPT-Live mode. Drawing from memories of those voice conversations, we created ENOUGH together—an interactive meditation built with ChatGPT Sites. Check it out! @chatgptapp #Giveaway

Turn songs you love into a two-sided digital keepsake with an optional memory place and up to twelve Polaroid-style photographs. MXT8 stores metadata, not music audio.
@Alan_John_Riley · X

A to-do list that picks for you. Your tasks become planets in a hand-drawn solar system. Land on one and that's the thing you're doing next.
@TooManyTabsTn · X
not a startup but if you are like me and feel like doing a brain dump of your tasks, go to: your tasks become planets. pick a planet, land on it, start your goal and achieve it :) open to any feedback, thanks!

Organize your personal and business notes, tasks, bills, events and projects in one hub.
@MasterRubin007 · X
Check out what I just built with Lovable!

Organize tasks using kanban boards, notes, and calendar on web or Android.
@ak14053 · X

Create visual boards that group ideas by color and structure them with branches, then share without login.
@shiftibis · X
Indie project 📝 ReBox: visual boards where color = group and branches = a file tree — both at once. Share links open without login (anyone with the link can edit). A Claude connector builds boards for you. English UI just shipped. #buildinpublic

Desktop clock with customizable forest scenes and day-night cycles, resizable for any monitor.
@biggilfoot · X
customizable ambient desktop clock for second monitors. You can resize the clock, move it anywhere, and switch backgrounds to fit your setup

Convert and compress images in multiple formats directly in your browser without uploading files.
@SamoreVaibhav · X
The online image converter experience: → upload → wait → download → "free limit reached, upgrade now" → open competitor site → upload the same files AGAIN → next week: which site was it? what size did I use?? I got tired of this loop. So I built Runs 100% in your browser — files never upload, so there's no limit to hit. Save your presets once, they're there forever. My first SaaS. Launching in public 😁

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