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

manayp

@manayp

Joined June 28th, 2026

  • 13Devlogs
  • 7Projects
  • 2Ships
  • 30Votes
mp
Open comments for this post

3h 17m 34s logged

Currently I finished the website overall but testing it has been a headache because it is not running and the screen is white… I tried to resolve this with Claude, Github Copilot, and EVEN Chatgpt but none of them could really figure out whats going on so I think it is because of my browsing system so I will need to figure something out. I also worked on my README and completed it ALMOST.

0

Loading discussion…

0
3
Open comments for this post

20m logged

I built a good enough logo using Canva for my product and I also tested the product and found out that there was a LOT of errors and I am going to fix it now in upcoming recordings so STAY TUNED. Plus I added stimulated data for testing.

0

Loading discussion…

0
2
Open comments for this post
Reposted by @manayp

1h 15m 30s logged

I am working on the Html and JS part of my project and my goal is basically to make a medical device with hardware to help people with ai insights but currently I am doing the coding and trying to put stimulated data and more.

0

Loading discussion…

1
3
Open comments for this post

39m 6s logged

Claude also helped me a lot and so did Github Copilot: CSS Variables — I set up –primary and other custom variables at the top of the file so I can change one color in one place and have it update everywhere. No more hunting through 50 random lines.100vh — For the activation screen, I used min-height: 100vh so it always fills the full screen height. vh just means “viewport height,” so 100vh = the whole screen.em and rem — When I used em, it scales based on the parent’s font size (like 1em = same size, 1.5em = 1.5× bigger). rem is more predictable because it always uses the root font size instead of the parent.inline-block — I used inline-block for elements that needed to sit next to each other but still have proper width and height. It’s basically the middle ground between inline and block.Flexbox — I used flexbox to lay things out cleanly in rows or columns, like the stat cards and the nav tabs. Way easier than messing with floats.CSS classes for show/hide — Instead of writing display: none in JavaScript everywhere, I just toggled a .hidden class. CSS handles the hiding, JS just switches the class.Activation screen background color — I can change the activation screen’s background by setting background-color on #activation-screen or .overlay in the CSS. I can make it any color or even a gradient. THERE was a lot of errors when I was typing but that was fixed. A big thing is that I also used OneCompilor tool which helped me compile my code and test it before showing it to claude which approved or disapproved it and then I carried on from there.

0

Loading discussion…

0
2
Open comments for this post

1h 29m 59s logged

You have covered topics such as the concept of the IIFE and how it must be enclosed, the distinction between null and 0, what exactly linearSlope, stdDev, classifyTrend and analyzeEntries do, and how Groq API relates to your application through the web browser via your API key. You spotted and corrected some bugs, including the issue with duplicate IDs, typographical error such as entried vs entries, and the discrepancy between escapeHtml and escapeHTML. You came up with your own designs of < 35 || > 42 for flagging temperatures and 40-180 for heart rate, as well as AI safety rules. Not bad for one session! I was a bit confused in a bunch of aspect but that’s fine because Claude and Github Copilot helped a lot and really changed my way of coding and it also taught me stuff like Standard Deviation and moreee.

0

Loading discussion…

0
1
Open comments for this post

1h 15m 30s logged

I am working on the Html and JS part of my project and my goal is basically to make a medical device with hardware to help people with ai insights but currently I am doing the coding and trying to put stimulated data and more.

0

Loading discussion…

1
3
Open comments for this post

1h 22m 18s logged

I built CleanTone as a browser-based audio enhancement tool, and in this session I focused on polishing the details: I swapped in my own logo image, added a meta description and favicon so the site looks legitimate when shared or searched, set the license to MIT, and cleaned out dependencies in package.json that were leftover from an earlier version I never finished trimming. I also added a small file-counter feature to the footer myself, but in typing it out by hand I used the wrong quote style and accidentally broke the whole script — every single feature on the page stopped working because of one syntax error. I caught it, found the exact line, fixed it, and verified the whole app worked end-to-end again before pushing. The new logo is attached below plus I hosted it in Vercel so other people can see it. Claude helped me signficantly too in fixing and making various changes and so did Github Copilot in fixing mistakes that Claude made and I also helped in coding significantly.

0

Loading discussion…

0
3
Ship Changes requested

CleanTone is a browser-based audio enhancement app that cleans up instrument recordings in real-time—you upload an MP3 or WAV, click enhance, and it removes background noise, boosts clarity, cuts rumble, and normalizes volume, all without uploading anything to a server. Everything runs locally in your browser using Web Audio API and a custom FFT-based spectral denoiser. The biggest challenge was making the enhancement actually audible—the initial implementation was technically correct but barely noticeable, so I rewrote it to learn from the quietest 12% of frames, which suddenly made the 15-20dB improvement immediately obvious. I'm proud that the audio actually works (that SNR improvement is real, not marketing fluff), your audio never leaves your device (entire processing happens in seconds), and the attention to detail throughout—visual feedback for everything, helpful error messages that tell you exactly what went wrong and how to fix it, and full keyboard support with Ctrl+E to enhance, Ctrl+R to reset, Ctrl+S to download. To test it: clone from https://github.com/manayparikh1/CleanTone, run npm install && npm start, open http://localhost:3001, upload any MP3 or WAV file (phone recordings or live instruments with room noise work best), try different presets (Balanced, Voice, Strings, Wind, Max Clean), A/B compare the waveforms and audio, adjust sliders to fine-tune, click any stat to copy it, and listen for the hiss to vanish while the instrument gets clearer and louder. The app is completely private, open-source, and free—no accounts, no tracking, nothing uploaded anywhere. And AI such as Claude and Github Copilot aided me a lot in debugging and coding etc.

  • 3 devlogs
  • 3h
Try project → See source code →
Open comments for this post

17m 55s logged

Claude and I teamed up to make everything look more good for the user so that it’s user friendly and helpful in the same time.

0

Loading discussion…

0
3
Open comments for this post

1h 34m 19s logged

I am working on the connections to the browser because I want to run this locally instead of purchasing an api. So with Claude we are figuring out on how change acoustics just enough to make it sound more enhanced and better. I completed the dashboard and the features page with the play buttons where individuals could also compare their two audios.

0

Loading discussion…

0
4
Open comments for this post

32m 15s logged

Recently, I included Flappy Bird-style gameplay and a Snake learning mode on Learnix so that users may learn in an entertaining and interactive manner. The games are based on the subject of your choice, with questions and challenges being converted into a game format that will keep you interested rather than bored. It was all done in a professional manner using GitHub Copilot and Claude, who helped with the creation of the logic for the AI-based learning process.

0

Loading discussion…

0
13
Open comments for this post

30m 47s logged

I have developed the initial iteration of my artificial intelligence learning game platform. In this, there are three mini-games which allow the user to learn about various subjects using games. The design of the system has been done by utilizing Claude AI, and the Groq API has been incorporated in the system for generating learning material via their free API key.

The concept behind the development of the system is that any subject inputted by the user will be converted into a gaming platform to teach him about it. However, currently the system is fully functional but the aesthetic design requires improvements.

0

Loading discussion…

0
12
Ship Changes requested

What did you make?

I made a multi-API Slack bot called Astronasamp which delivers useful utilities right into Slack. It has a number of functionality such as checking the weather, converting money with current exchange rates, viewing cryptocurrency prices, looking up dictionary definition, conducting polls, and many others. I also used AI in figuring out how to find and navigate through various instructions and code structures. I use Claude and Github Copilot and it aided me significantly in debugging and figuring out where to find things etc.

What was challenging?

Probably the most difficult thing to do was to figure out how Slack works since this is my first Slack application ever. Configuration, setting permissions for the app, registering slash commands, Socket Mode were quite time consuming for me. I had to make sure that all the APIs will be handled in the proper way and work well.

What are you most proud of?

I am proud of creating an entire Slack app which has a lot of functionality and integrates with actual APIs. Moreover, I implemented automated smoke testing and stress testing, provided detailed documentation, and arranged everything for further adding commands to the project.

What information do people need in order to evaluate your project?

The most convenient way for users to view your project is via the demo video, where the bot is shown working within Slack. You may find all source code and documentation within the GitHub repo. The bot supports commands such as `/astronasamp help`, `/astronasamp weather `, `/astronasamp convert `, `/astronasamp crypto `, `/astronasamp define `, and `/astronasamp poll`.

THE THING THAT MAKES IT 24-7 USABLE

This link is the live deployment of Astronasamp, a Slack bot that runs 24/7 on Railway. It acts as the backend server that powers all bot commands inside Slack. When a user sends a command like weather, crypto, or currency conversion, this server receives the request, processes it using external APIs, and sends the response back to Slack in real time. The link itself is not a website interface, but a live service that keeps the bot running continuously even when my laptop is closed.

Link: https://astronasamp-production.up.railway.app/

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

1h 38m 54s logged

Today I finished the final improvements to Astronasamp. I cleaned up the README to make the setup instructions easier to follow, added screenshots showing the bot in use, and improved the testing scripts. I also updated the stress test and smoke test so they provide clearer output and make it easier to verify that every command is working correctly. After that, I committed the final changes to GitHub, checked that everything was pushed correctly, and reviewed the project one last time to make sure the documentation, code, and repository were ready for submission. At this point, the project is complete and ready to submit.

0

Loading discussion…

0
8

Followers

Loading…