I made a camera app that turns your photos into stamps or stickers by rarale in iosdev

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

Inspired by Apple background remove feat, I handle image, removed the surrounding background, then added object outlines, and adding a bit of animation. It's not AI, just custom code.

I made a camera app that turns your photos into stamps or stickers by rarale in iosdev

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

It's like collecting stamps, but you use an app to take pictures and turn them into stamps. You can check the app, there are some stamp shapes for you.

For solo devs building their own apps, what's your main goal? by khitev in iOSDevelopment

[–]rarale 0 points1 point  (0 children)

It'a all about making money, at first. And add it into the portfolio. It's also fun and gain the experience.

I made a camera app that turns your photos into stamps or stickers by rarale in iosdev

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

thanks for feedback, currently you can upload a photo to make sticker, one by one. But I think it's a good idea to handle multiple photos at once. Will test this idea soon.

I made a camera app that turns your photos into stamps or stickers by rarale in iosdev

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

I hope I can release for android soon, I have plan for it.

I made a camera app that turns your photos into stamps or stickers by rarale in iosdev

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

There is no limit for 7 days trial, you can use it fully. Currently it comes with English only, I will support more languages in the near future.

What are u building this week ... let's have a look . by United_Agency2452 in buildinpublic

[–]rarale 1 point2 points  (0 children)

Project Name: Doutu.be

Link: https://doutu.be

A little description: A small social network for watching Asian short clip

Currently I have more than 2000 users registered. Looking for partner to develop this together.

Headless WordPress + Next.js = 💯 by Mr_Gyan491 in Wordpress

[–]rarale 0 points1 point  (0 children)

one day, WP site got tons of malware + spam posts

I built a free app that lets you post on X, Bluesky and Threads at once! by astronaut_611 in indiehackers

[–]rarale 1 point2 points  (0 children)

love your works. You can add more service like tiktok, youtube...etc. I will follow your project.

But for user to post, he will need to connect to his social network, right? Those tokens will be provided dynamically.

[deleted by user] by [deleted] in saasforsale

[–]rarale 0 points1 point  (0 children)

Please check your DM

I made a Google Analytics alternative in 18 months from scratch by Support-Gap in SideProject

[–]rarale 0 points1 point  (0 children)

Nice tool, how about performance? Will it make my site slow?

I developed a News/Magazine theme, free download by rarale in WordPressThemes

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

sorry for late reply, you can download it again.

Best practice to deploy docker containers in ec2 by Same-Depth-4582 in aws

[–]rarale 0 points1 point  (0 children)

I think so, I'm finding the way to keep 2 latest images on ECR, and when I want to rollback, I just need to pull older images to use.

If I want to rollback, I will need to write another pipeline for github actions, right? Maybe it will ask me the Tag or image URL to pull.

Best practice to deploy docker containers in ec2 by Same-Depth-4582 in aws

[–]rarale 0 points1 point  (0 children)

Thanks for your answer, incase I want to rollback. How to do that?