Hi, my name is Marcello Silva, and I spent the last two weeks thinking and working on my app, utilising my experience as LPsHead and addressing the problems of keeping vinyl collections tidy and organised without horrible pieces of paper or "psycho alphabetical" order. Let's be honest, everyone have his peculiar way to keep in dis-order is hown collection. Another think is almost disappeared is the swapping of vinyl between collectors and I never found a proper platform for it. Yes, there are some FB and other social pages about, but not an app. So, I place everything in a shaker and I come out with my app downloadable at gecomusic.com. Please give it a look, it is free and you can have a virtual tour without logging in. Thanks for your attention.
We are building Sircles AI, an AI-powered fundraising engine built for early-stage founders. It helps you discover the right pre-seed and seed investors, understand real-time investor signals, craft a stronger pitch, and prioritize the investors most likely to respond. Instead of guessing who to reach out to, Sircles AI gives founders a smarter, data-driven way to raise capital and manage their entire fundraising journey in one place.
We all know the struggle: You face a tough business decision (like "Should I pivot?" or "How much should I spend on ads?"), but you can't afford a $500/hr consultant to guide you.
Most founders fail not because they can't build, but because they make bad strategic choices in isolation.
For link shortening, many founders use Bitly. But as products grow, needs change. Having branded domains, link expiration, click limits, advanced analytics, team collaboration, and QR codes becomes essential.
That s exactly why we built Linkkit, to give modern marketers and founders more control over every click, without complicated pricing.
Is there anything you think a modern link management platform should have? Let me know what you think!
Just launched Vestron on Google Play Store and would love your feedback.
The Problem:
You've saved 500+ Instagram reels but can't find anything when you need it. Instagram Collections have no search, and manual organization doesn't scale.
I've been using Claude Code and Cursor CLI a lot lately and realized I barely touch my keyboard anymore. I just tell the agent what to do and review what it writes. So I thought, why do I need my laptop for this?
The problem is every setup requires SSH keys, VPS config, or a desktop IDE. I wanted to just open a URL on my phone and start building.
I've been building AI agents for a while and the memory problem kept bugging me. Every time a conversation ends, your agent forgets everything. The standard fix is cramming thousands of tokens of conversation history into every prompt. It's slow, expensive, and most of it isn't even relevant.
So I looked at what's out there. Mem0, Zep, Supermemory. They all do basically the same thing: take text, embed it as blobs, throw it in a vector database. It works, sort of. But there's no structure. You can't look up a specific piece of knowledge. You can't version it. You can't organize it. And they charge you ~$0.002 per operation on YOUR API key because they're running LLM completions for every read and write.