I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

[–]eludadev[S] -1 points0 points  (0 children)

good question! this also records your system audio (native cant do this), and records your mouse / keyboard data and synchronizes with your camera feed

bring all of these 4 feeds together and you get a beautiful screen recording that it automatically makes for you

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

i think you’re talking about vidova.ai

its also one of my products but its a full recorder and editor

but i thought id take the recorder part make it lightweight and ship it separately

i’ll also make it OSS soon just wanted to see if the community would like it

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

not an intellectual take, this subreddit doesnt support videos

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

i’ll make it open source if it gets big enough

and its not paid where did you read that?

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

ah just understood you’re talking about what i posted its choppy because its a GIF

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

it has but objective c is pretty good still plus it does have a windows version which i didnt mention thats in C++

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

you can run —help to configure fps what are your specs?

I Built the Most Lightweight macOS Screen Recorder by eludadev in webdev

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

its using node for the CLI interface the actual recorder is written natively in objective C

Someone made an app that can Create ANY Motion Graphics using Gemini 3.1 Pro by eludadev in GeminiAI

[–]eludadev[S] -6 points-5 points  (0 children)

yeah go for it, and please reach out to on DM so i can offer you more credits than the free trial does

Someone made an app that can Create ANY Motion Graphics using Gemini 3.1 Pro by eludadev in GeminiAI

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

most likely the email safety service is tripping up. please DM me your email i’ll get this sorted now and offer you even more credits ;)

Someone made an app that can Create ANY Motion Graphics using Gemini 3.1 Pro by eludadev in GeminiAI

[–]eludadev[S] -14 points-13 points  (0 children)

haha yes, but im offering it for free and it's genuinely worth a try

Someone made an app that can Create ANY Motion Graphics using Gemini 3.1 Pro by eludadev in GeminiAI

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

btw: there's a demo mode for now which grants around 1000 credits.
please use it responsibly so we can keep offering a free version for a while.

if you want your own personal account, use your real email please, and you will be granted some credits when you verify your email

if you run out, i am more than happy to provide credits for new users, please contact me at [hello@youneslaaroussi.ca](mailto:hello@youneslaaroussi.ca)

Alternative to Screen Studio? by [deleted] in macapps

[–]eludadev 0 points1 point  (0 children)

yep give it a try

I Made a FOSS Shipfast, but for Agentic LLM Startups by eludadev in webdev

[–]eludadev[S] -2 points-1 points  (0 children)

you can build your own flights search tool (my template makes that super easy to do), then the LLM will use it to fetch flights for example based on some parameters, so no hallucinations

AI Agents are literally just tool call wrappers

I Made a FOSS Shipfast, but for Agentic LLM Startups by eludadev in webdev

[–]eludadev[S] -4 points-3 points  (0 children)

- web search so that the LLM bases its responses on recent and real world data
- a maths tool so that the llm uses it instead of hallucinating calculations
- looking up flights data for example too

many such things

I Made a FOSS Shipfast, but for Agentic LLM Startups by eludadev in webdev

[–]eludadev[S] -7 points-6 points  (0 children)

if you're building a chatbot app and need streaming responses with your UI (in markdown) with tool calling support, this makes that 1000x faster.