I’m working on Project AP-I, which is basically just a system I built to automate my Reels and YouTube Shorts. It takes a link, downloads the video, adds a watermark and captions, and then moves it to Google Drive. From there, it gets posted to my niche accounts like the meme and anime ones. I made the submission part public so anyone can drop links, but I have a private dashbord to keep track of everything and see if any uploads fail. The actual work happens on a local worker and n8n so Vercel stays fast and doesn't get overloaded.
OutreachOS is a lead management app I built for outreach work. You dump contacts in (Excel upload works), filter them by niche/country/status, and keep track of who you’ve already hit up. There’s a normal table view plus a weirder “vector vault” map if you want to explore the lead pool that way. Basically: less spreadsheet chaos, more “here’s my pipeline and I can actually use it.” Also another reason for building it was: When we scrape lead contact info, we quite often end up with duplicates or which we have already reached out too, this projects helps me avoid wasting my time on duplicates. It also give me a direct export option which I can use to easily export my current database and feed it to my scraper to tell it to avoid these leads. Please Checkout my devposts, if you wanna try a demo experience.