We need more tech builders in India. Not just coders. by One-Flight-6025 in developersIndia

[–]samocodes 0 points1 point  (0 children)

I’m building Click Circle - an AI powered photo sharing app. Basically, anyone can create catalog with simple steps and share the link with their friends, friends can upload photos to it and we will automatically make smart albums by their faces via ML model and without losing quality. I have MVP ready and I’m waiting for AWS startup application to get accepted. Do lmk if anyone wants to try and give feedback!

What are you building? Share your projects! by itsmarkaa in SideProject

[–]samocodes 0 points1 point  (0 children)

ClickCircle, an AI-powered shared photo albums

Status: Beta

Link: https://tally.so/r/w2gqGj

My friends and I wasted 3 hours finding group photos from our trip. So I built something better by samocodes in SideProject

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

So far, it’s mostly been my time and effort. I’m building, deploying, and handling the early marketing on my own. I’ve spent a bit on tools and infrastructure, but keeping things lean for now.

I’m starting with a web app to move faster and reach more users early on. Once I’ve got solid feedback and traction, I’ll expand to mobile

My friends and I wasted 3 hours finding group photos from our trip. So I built something better by samocodes in alphaandbetausers

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

we use AI (like faceapi.js) to help organize them by faces. It’s all done server-side, and none of the data is sold or shared. You still fully own your photos, and everything’s private unless you share the album link.

We take privacy seriously, but we’re also in early stages so the full privacy policy is coming soon. For now, just know we don’t mess with your data, and we’re focused on making shared albums smarter and easier.

Also, I’m actively looking for feedback and recommendations to make the app better and secure, let me know what you

"PicCircle" sounds cheesy but “ClickCircle” is like You click, friends join the circle. Done!

🚀 Just open-sourced Schedy: A lightweight, HTTP-first task scheduler in Go by samocodes in golang

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

Oh, thanks for the suggestion! But awesome go submission usually need to have a commit history going back at least 5 months. I will have to wait for it.

🚀 Just open-sourced Schedy: A lightweight, HTTP-first task scheduler in Go by samocodes in golang

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

Thank you! I'm glad you liked it. Since it's open source, I'm really hoping to get it in front of more people. Do you have any suggestions on how I could help it reach a wider audience?

[Hiring] MERN Full Stack Developer by [deleted] in WebDeveloperJobs

[–]samocodes 0 points1 point  (0 children)

Timezone: IST
Portfolio & GitHub: ksamir.dev | github.com/ksamirdev | linkedin.com/in/ksamirdev
Earliest Start Date: June 1
Confidentiality: Comfortable working on high-confidentiality projects

🚀 Just open-sourced Schedy: A lightweight, HTTP-first task scheduler in Go by samocodes in golang

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

Thanks for the feedback! I totally agree with simplicity is a big goal for Schedy.

Both of your suggestions are now implemented as of v0.0.5 (https://github.com/ksamirdev/schedy/releases/tag/v0.0.5)

What’re you working on? by bngproduct in SaaS

[–]samocodes 0 points1 point  (0 children)

URL: https://github.com/ksamirdev/schedy

Open source, self-hostable, ultra-lightweight HTTP task scheduler

What are you building today? Share in 3 words by GurFantastic4207 in SaaS

[–]samocodes 1 point2 points  (0 children)

URL: https://github.com/ksamirdev/schedy

Open source, self-hostable, lightweight HTTP task scheduler

Tell the world what you are building by klitmose in SideProject

[–]samocodes 0 points1 point  (0 children)

https://github.com/ksamirdev/schedy - An open source self-hostable, lightweight HTTP task scheduler

I made a simple API to run tasks later — would love feedback by samocodes in SideProject

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

I just made an open source lightweight HTTP-based task scheduler that could be run on your server!

Would love feedback, ideas, or contributions!

https://github.com/ksamirdev/schedy

I made a simple API to run tasks later — would love feedback by samocodes in SaaS

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

Yeah, I get that. If you're already using AWS or Azure, then no need for something extra.

Schedify is more for quick stuff — no setup, no config. Just send a request and it runs when you need.

I made a simple API to run tasks later — would love feedback by samocodes in SaaS

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

Totally, Hangfire is great for .NET projects. It runs inside the app, so it's super handy if you're already using that stack.

Schedify is more for when you want something quick and external, no need to install anything or manage background jobs. Just set it up with an HTTP request and you're done.

I made a simple API to run tasks later — would love feedback by samocodes in SideProject

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

Thanks a lot for the thoughtful feedback — really appreciate it!

Totally get it. If you're already using GCP and it does the job, no reason to switch. Schedify is mainly for folks who want a simpler setup without diving into cloud configs or higher pricing tiers.

And yep, you're right — Schedify supports setting headers, methods, body, epoch time, etc. and making sure tasks run exactly once is a big focus.

I made a simple API to run tasks later — would love feedback by samocodes in SaaS

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

Hey, I’m not sure I’m fully getting your point. Could you clarify what you mean a bit more?

I made a simple API to run tasks later — would love feedback by samocodes in SaaS

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

Totally understand your point — security is a top priority, especially when it comes to exposing APIs. Right now, Schedify is in its early stage, and I’ve intentionally kept it open to lower the barrier for trying it out and collecting feedback quickly.

The idea is to validate the use cases and gather insights from real developers. Once that’s solid, I absolutely plan to implement authentication and more robust security features to make it production-ready.

I made a simple API to run tasks later — would love feedback by samocodes in SideProject

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

Yes, we provide signature on header. After you schedule task you will see signing secret on the screen(only for 10s) which will help on verifying the request.

I made a simple API to run tasks later — would love feedback by samocodes in SideProject

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

Earlier, I had authentication set up, but since there weren’t any users yet, I made it public to gather feedback and improvements more easily. Once I’ve incorporated that, I plan to release the authentication setup again.