You are browsing as a guest. Sign up (or log in) to start making projects!

Shaarav4795

@Shaarav4795

Joined June 4th, 2026

  • 19Devlogs
  • 4Projects
  • 2Ships
  • 30Votes
Open comments for this post

1h 32m 30s logged

I’m officially done!!! I added the README and uploaded to Testflight! This took around 50% longer than it should have for a few reasons 1) there were a few bugs when I tested on my dad’s iphone compared to my phone 2) app store connect was being finnicky regarding the rules… But now I’m done and very very happy with the result!

0
0
10
Open comments for this post

1h 42m 47s logged

I’m now officially done with the app! I added an onboarding flow so the app can prompt for mic perms… I also added a dark mode cos I didn’t want any low light ppl (looking at you fellow raters) to feel like they saw the sun… I also added the app icon (i should have added it before but I kinda forgot) which I made in Canva super easily and then imported to Icon Composer… Now I just need to make a README, publish to Testflight and I’ll be done

0
0
19
Open comments for this post

3h 25m 50s logged

I implemented a live activity feature to the app. So basically now in the dynamic island it shows you a live activity from Gotcha so you can quickly capture. The same goes for the lock screen. I found it really fun to add these features in as I’ve never implemented live activities before.

0
0
16
Open comments for this post

1h 11m 15s logged

I got the sharing feature to work now so you can actually do something with your recordings :) theres not much else to say here apart from now the app is basically an MVP and now i’m just gonna add nice to have features…

0
0
9
Open comments for this post

5h 11m 32s logged

I made the clips editor work!!! After a lot of work and a bunch of time I managed to finally do the impossible. It genuinely was so difficult to make anything at all work such as the subtitles not working until I figured out you have to test on real device, the waveform looking weird, the app either feeling slow, laggy or jittery and the fact that the trimming logic wasn’t working. Anyways, now that I finished, I’m really happy with how it feels to use now and even more so now that I added features I wasn’t planning to add (like the volume boost feature and the dragging element feature)…

0
0
5
Open comments for this post

3h 37m 56s logged

I made the tap to capture button work. The app uses up to 90MB of RAM when idle (the audio file itslef taking up up to 30MB) and it keeps a rolling 1, 2 or 3 minute buffer period. So after the time that the user sets (default 2 mins) old audio is discarded. When the suer feels they have caught a moment they wanna clip, they just open the app and press capture. Then the app saves it as a wav file. It was a bit tricky to get background audio and lock screen recording working (so that means you can have the app open in the background while you are doing something else). I also made it so when the app is out of focus it displays a huge message on the screen telling the user not to quit the app from the app switcher otherwise it won’t record. Overall I feel I made a lot of progress in this session and now I need to make the clip editor work (the part I’m dreading) and add some nice to have features…. but yeah for now the app works!

0
0
75
Open comments for this post

5h 6m 35s logged

I scaffolded the UI for the project. First I initialised the Xcode project for iOS and then I made the home screen UI page. I went for a big button with a waveform inside (which doesn’t work rn). But after that it felt plain so I added like a recent clips list under it to make it more interesting and I added 2 stats as well. I also made the full Clips page and I designed the clips editor. This part took the longest cos I didnt wanna overcommit myself but I wanted to still challenge myself so I added like 5 tools that should not be tooo difficult to add. I also designed the settings page with setting that will be added and thats pretty much it :) comment (if anyone sees) if the UI looks good or not.

0
0
9
Ship 💀 Cursed

I made Extract, a simple Chrome extension that lets users select a colour anywhere and copy its HEX, RGB, HSV and CMYK values. Overall, this is a really simple project hence the little amount of devlogs and I only spent 6hrs on this… (it would have been around 5 but the damned eyedropper took soo long) Normally I wouldn’t even make a project as simple as this, but I felt the need for such an extension so I built my own and submitted it here. Hope you guys like it :)

  • 3 devlogs
  • 6h
  • 8.36x multiplier
  • 26 Stardust
Try project → See source code →
Open comments for this post

2h 42m 53s logged

I made the colour picker actually work now…. so for some reason this took wayyy longer than it shouldve because the eyedropper API was so annoying to use and I gebuinely felt like trying another approach…. but after making that work, and also making dark mode work (including inverting the extension icon in the header) I also got the recent colour list working and I used the colour conversion logic from Formatly (my previous project) to convert between different formats of colours via I finally got the colour picker working. For some reason this took way longer than it should have, because the Eyedropper API was so annoying to use, and I genuinely felt like trying another approach. After getting that working, and also implementing dark mode(including inverting the extension icon in the header bcz it looked bad without it ngl)I also got the recent colour list working. I used the colour conversion logic from Formatly to convert between different colour formats via a dropdown (yes yes excellent UX frfr)

0
0
46
Open comments for this post

2h 42m 19s logged

I initialised a React +vite project (normally I use Next.js, but it felt overkill for such a simple tool) and then scaffolded the UI and made the extension’s icon. To make the icon I decided to use Canva, as it was an easy process, and I exported it as an svg so I can manipulate it easily. As for the UI, I decided to use elements and styling from my previous project (Formatly), as people really liked it, but I also added a dark mode button because that was some feedback I had gotten.

0
0
14
Ship

I made Formatly, a fast, and privacy friendly website for converting files, dates, numbers, units, colours, and text directly in the browser. The most challenging part was integrating browser based Web Assemblies while keeping the app compatible with a static Cloudflare Pages deployment. I’m proud that the project supports bulk file conversion, ZIP downloads, quick tool search, and client-side processing without sending files to a server.

Try project → See source code →
Open comments for this post

5h 12m 9s logged

I made Formatly easier to use. I added a quick search box you can open with Command+K or Ctrl+K to jump straight to any tool. I also upgraded the file converters so you can do bulk conversions and download the output as a ZIP. I also cleaned up the homepage by moving the interactive parts into their own file so the website is more optimises, as well as making the Web Assemblies lazy load so the website loads faster and locking file conversions to desktop only (so mobile users don’t butcher their data downloading the WASM). I also added the logic for the main box on the homepage so you can drop in a supported file and it takes you to the right tool. Finally, I added SEO (all generated with ChatGPT bcz I’m not bothered to write it myself) and finally replaced the old Next.js favicon with the website’s logo.

2
0
215
Open comments for this post

4h 22m 32s logged

Okay this took wayy too long but I finally finished the remaining categories. The currency category can, obviously be used to convert currencies. (it works by using USD as the base currency). Date and time cateogry can calculate age and time difference.

0
0
6
Open comments for this post

2h 30m logged

This time I made 2 categories as they were quick andeasy to create… I made a units converter and a number/base converter as well… I’m getting used to this now and I should be able to finsih the remaining 3 in like 5hrs now 😅

0
0
9
Open comments for this post

2h 36m 34s logged

First category added - I added the first category to the website which could convert between differnt file formates such as audio formats, image formats, video formats, and archive formats like ZIP, RAR, and 7z. I am super happy with the look and it should now be easier to add in the rest!

0
0
5
Loading more…

Followers

Loading…