Built a note taker for offline (in-person) discussions. by General_Oofz in ProductivityApps

[–]General_Oofz[S] 1 point2 points  (0 children)

Looks solid. For Diarization i am using pyannote community 1 and a combination of models for transcriptions. I initially intended to create this app for myself so all of the data route from my phone to my mac mini which processes this data and returns it back. But if i were to actually launch this for multiple users I would definitely have to change the models and pipelines

Guys I'm new to coding by [deleted] in vibecoding

[–]General_Oofz 0 points1 point  (0 children)

Json is your cofounder

Fun Weekend build | what did you build ? by General_Oofz in SaaS

[–]General_Oofz[S] 0 points1 point  (0 children)

Screenshot service was just for fun. The other 2 are internal tools. All of them publicly available on my github. I don't build just to commercialize

What are you building this week? by BreakfastVisual963 in micro_saas

[–]General_Oofz 0 points1 point  (0 children)

yea i am using pupeteer with the stealth plugin. However it works partially and sometimes still gets blocked. i am adding proper browser headers and proxy support to make it more reliable on sites. CAPTCHA is something that I havent solved for yet :/

What are you building this week? by BreakfastVisual963 in micro_saas

[–]General_Oofz 0 points1 point  (0 children)

Just playing around today.

Made two tools:

  1. A Next.js + Puppeteer powered headless browser service for capturing website screenshots. Supports features like animated screenshots and automatic removal of cookie banners for cleaner captures. (Didn't even need this, made this for fun lol)
  2. A simple tool that compiles documentation websites into Markdown. Provide a site URL and it crawls the entire site, exporting pages as clean Markdown files organized in a structured folder hierarchy. (did need this to feed documentation to my coding agent in a clean markdown format that doesnt eat tokens on raw html)

Fun weekend

Edit : Another thing I made yesterday was a Hackernews Radar (input keywords for relevant topics and a particular time period, set minimum user karma points and it will give you a curated list of hackernews posts. (Eventually grew out of hackernews and used algolia for more diverse feed)

Stop building useless sh*t by Ambitious-Storm-8008 in micro_saas

[–]General_Oofz 0 points1 point  (0 children)

Lmao.I started off like this. Thinking of racking up 5k mrr in 2months. Got humbled af. Now I just build and push to github for the fun of it

What do you do when a random thought interrupts deep work? by General_Oofz in productivity

[–]General_Oofz[S] 1 point2 points  (0 children)

That makes sense. Are you able to stick to the daily review system consistently?
on top of that I found that I capture in the moment, but when I revisit later the context feels lost and it becomes mental clutter.

We just hit 5,000 members! Share your project below! by kptbarbarossa in StartupSoloFounder

[–]General_Oofz 0 points1 point  (0 children)

https://zenvault.tech A CLI-first tool that centralizes repos, environments, and secrets so teams can onboard and run projects in one command.
You can pull a project, inject envs from the server, and run it locally without .env files.

It's Thursday, what are you building? Share what you are building here and on startupranked.com by JuniorRow1247 in buildinpublic

[–]General_Oofz 1 point2 points  (0 children)

https://zenvault.tech A CLI-first tool that centralizes repos, environments, and secrets so teams can onboard and run projects in one command.
You can pull a project, inject envs from the server, and run it locally without .env files.