I made the Ui look clean and satisfying naimations such as hover over, I know its still kind og bad but this it the best I can do.
Log in to leave a comment
I made the Ui look clean and satisfying naimations such as hover over, I know its still kind og bad but this it the best I can do.
Log in to leave a comment
I turned the file generator into something much easier for real people to use. I added a new File Packs experience so instead of making one file at a time or dealing with confusing recipe text, people can now build a whole pack of files with simple forms, starter templates, and one click.
The hardest part was making it feel beginner-friendly without losing the powerful batch feature underneath. I worked through that by keeping the advanced stuff hidden and building a more visual, guided flow on top of what was already there.
I’m most proud that it feels more human now. It’s less like a tool for people with a coding background and more like something a student, club leader, or anyone else could actually open and use right away.
Alright a lot of work here, so i made the whole recepie function really simple and also made the fonts and everythign work which ddint work before, check it out. Might be the last devlog.
Log in to leave a comment
add recipies whic can create multiple files at once and it is technical thing.
Log in to leave a comment
I built my portfolio page so that I can view myself at every coming new year and reflect on myself. It would be like looking at 10 years ago. THe css was the complicated part, anyways finished it. had to trial and error st the start but got to know useful resources along the way.
Added a command deck
Log in to leave a comment
I’ve nearly finished the entire directory and will now focus on enhancing its interactivity even more. Sorry for the lack of devlogs along the way.
Log in to leave a comment
An operating system replicated inside a small yet beautiful Streamlit app, now complete with a small and charming detail I recently added. I experimented with different combinations, facing many failed attempts along the way, but the final result was worth the effort.
Log in to leave a comment
Checked the reviewer’s feedback and made the necessary fixes.
Log in to leave a comment
I’ve made all the buttons functional and added some color to the Streamlit UI. I’ll continue working on it.

Log in to leave a comment
I added a simple setup with no background yet, and I’ll add one later so that when the button is clicked, it will open whatever it’s associated with.
Log in to leave a comment
Added optimized memory now each user willl have a personalized assistant rather than unified one. It uses supabases cloud to store so it won’t be lost when reboooted or logged back in.
Log in to leave a comment
Fixed some errors and bugs. No major changes here.
Log in to leave a comment
I built InfinityAI, an AI system that can actually build, fix, and run projects instead of just giving answers, with support for text, voice, and file inputs like PDFs, code, and images, the hardest part was getting everything to work together smoothly, especially handling different input types and making sure it truly executes instead of just explaining, and I spent a lot of time fixing runtime issues and stability so it feels reliable, but I’m proud that it now shows what it’s doing in real time, building and fixing things step by step, which makes it feel much closer to what I originally wanted to create.
I updated and refined the user interface to present a design that is both simpler and more futuristic, while retaining all the original functionalities. Additionally, I will address and resolve any errors that may persist to ensure optimal performance.
Log in to leave a comment
I have updated and cleaned the GitHub repositories, and I am continuing to work on the Streamlit user interface, which has proven to be quite challenging.
Log in to leave a comment
Added file integration to the UI and next I will try to make it better.
Log in to leave a comment
Changed from render and started hosting on Streamlit.
Log in to leave a comment
I built a Spotify Playlist Generator that turns feelings into perfectly engineered music expressions. The hardest part was translating something subjective like “mood” into inputs an app can actually use (and then getting the Spotify API flow + playlist creation to behave reliably), but I worked through it by tightening up the mapping logic, iterating on the prompts/heuristics, and debugging the full request → response path end-to-end. I’m proud that it’s a real, usable pipeline—from a simple emotion/vibe to a curated playlist—with a clean web UI, and I learned a lot about integrating third‑party APIs, handling auth/token edge cases, and turning an idea into a polished full-stack project.
The project has been published and rendered successfully, is now fully accessible, and all identified bugs have been resolved.
Log in to leave a comment
What’s accomplished:
typing file in the CLI opens a dedicated file mode
it asks for file paths and loads them
it shows a polished Rich screen with:
header
loaded files list
session/chat area
command help
you can ask normal questions about the loaded files
it supports:
/list
/add
/remove
/reload
/summary
/fix
/help
/exit
Also:
missing files do not crash the workspace
unreadable files do not crash the workspace
unsupported file types are shown clearly
PDF/image support no longer breaks CLI import if optional libs are missing
Log in to leave a comment
I set up Supabase-based user authentication for login and account creation, gave voice mode a major upgrade with improved audio device handling, better session states like “transcribing,” clearer prompts, stronger error handling, and reply timeouts, and also refreshed the Infinity Command Core UI while updating the README and shipping/version docs.
Log in to leave a comment
I reviewed the issues from my last project submission and made improvements. Now, when Infinity runs, it displays a visible thinking process instead of just a generic spinner. In short, the CLI, Voice UI, and Web UI all show an Agent Thinking Log with steps like understanding the prompt, planning files, generating code, and fixing errors, making it feel like a real system working step by step rather than just a GPT wrapper saying “thinking.” It’s now smarter based on the task—showing planning and code generation for builds, search-related steps for searches, and reply-related steps for normal chat. I also fixed a backend issue so that if the project planner fails, Infinity keeps going instead of stopping. All related tests have passed.
Log in to leave a comment
I built ECHO, a system that transforms music into meaning. Instead of just listening to songs, you can paste lyrics and instantly decode emotions, compare songs, and even turn them into life advice or stories. The challenge was moving beyond basic AI responses and building a structured backend that actually processes and understands input before generating output. I’m proud that it feels like a real product, not just a simple tool, and I plan to expand it with a dynamic UI and personalized music intelligence.
Debugged, organized, and made changes to the logic and fixed other bugs.
Log in to leave a comment
There were some bugs with the UI such as the reopen button and site openning features fixed all of that now.
Log in to leave a comment
I worked on InfinityAI, inspired form tony stark (from MCU) and it was really hard doing the backend so hope you guys like it.
I finished the UI and it really looks good look below for the screen.
Log in to leave a comment
Finished most of the backend and just have to focus now on the frontend and sorry for not logging time in. I forgot fr.
Log in to leave a comment
Hosted it and made necaassary changes while fixing soome major bugs should be good to ship now
Log in to leave a comment
I built dev deck trying to make it better than GitHub desktop. It was really fun and interesting app if you ask me.
I’ve worked on and finished version 1 of Echo, which includes all the features listed below.
Echo is a local Streamlit app that utilizes shared Python lyric-processing logic. It offers five modes:
analyze: This mode analyzes the meaning, emotion, theme, and key lines of a lyric.compare: This mode compares the emotional contrast between two lyric excerpts.remix: This mode provides a motivational rewrite of a lyric.advice: This mode offers practical life guidance based on a lyric.story: This mode retells a lyric in a cinematic manner.
Log in to leave a comment
Just Organized and made gtihub pushes.
Log in to leave a comment
Another thing about the Spotify situation: the code side is set up correctly. It is using the Spotify app token flow and only the search endpoint.
The current issue is the Spotify account that owns the app. My app is in Development Mode, and Spotify now requires the app owner to have Premium for that setup. Since I bought Premium, it should be good to go once Spotify fully reflects that subscription on the owner account. It is still taking time to activate and I have created way too many apps.
Log in to leave a comment
This project now takes a user’s feeling as input, uses AI to turn that input into an emotion and mood summary, and is being extended to connect that mood to music. Right now, the flow is: user input -> AI processes emotion -> formatted output is shown. A simple Spotify layer has also been added so the project can authenticate with Spotify, search songs, and return basic track details. All of this takes place in CLI.
What you are working on:
I am building a mood-to-music app. The idea is to let a user describe how they feel, convert that feeling into structured mood data using AI, and then use Spotify to find matching songs. The full project connects three parts: user input, emotion analysis, and music search results.
Log in to leave a comment
I built a Study Assistant to make learning faster, clearer, and more effective. Instead of spending time organizing notes or searching for explanations, this tool helps students focus directly on understanding concepts.
The assistant can break down complex topics into simple, digestible ideas, generate practice questions and quizzes, create structured study plans, and provide instant explanations whenever you get stuck. The goal is to act like a smart companion that supports you through the entire learning process.
While building this, I realized that writing code is only part of the challenge. The real difficulty is designing something that actually matches how people learn. I focused on simplifying information without losing depth and making interactions feel natural instead of overwhelming. Iteration played a huge role—the first version worked, but refining clarity, usability, and responsiveness made the biggest difference.
Next, I plan to make the assistant more adaptive so it can learn from each user, track strengths and weaknesses, and adjust the experience over time.
This project showed me that the best tools don’t just give answers—they help you understand and think better.
Worked on some bug fixes and refined the UI in small ways making it relatively easy to use.
Log in to leave a comment
I’ve added the following features:
My next devlog is probably going to be over me working on CLI which is very easy now since I have all the needed pillars to support it.
Log in to leave a comment
Worked on improving the CLI in all the ways I can think of, and even though the majority of you guys use Streamlit, I thought it would be a better thing to improve the CLI. If you want to test it out, check my GitHub Readme for this project.
Log in to leave a comment
I have worked on the project, which includes the following features:
Log in to leave a comment
I built Infinity-Hardware-Builder, a lightweight AI assistant that helps plan hardware projects. You describe the build you want (parts, budget, goals), and it suggests components and answers follow-up questions to help you refine the plan.
The hardest part was getting the assistant to give useful suggestions without being confusing or too generic, but I improved it by iterating a lot in Python and testing different inputs and flows.
I’m really happy that it’s simple to use and already feels like a real helper for planning a build.
I’ve been working on Infinity-Hardware-Builder, my lightweight AI helper for planning hardware projects. The goal is to make hardware planning easier: you describe what you want to build, it gives suggestions, and you can ask follow-up questions. The project is written in Python.
What I did
Kept building and improving the project step-by-step.
Worked on making the assistant easier to use and more helpful.
Made updates, fixes, and small improvements while I worked.
Devlog note (missing update) Worked on my project and forgot to write the devlog here, but you can see everything in the GitHub commit history.
Log in to leave a comment
Built interactive-presentation, a cinematic web-based presentation/card experience that works on both mobile and desktop with full keyboard navigation. I designed it as an interactive chapter-based deck with responsive layouts, animated cards, optional media, and a local sharing flow so it feels polished instead of just being a static slideshow.
While making it, I learned a lot about structuring a larger vanilla JavaScript frontend, building responsive UI that still feels intentional on small screens, and making keyboard controls work cleanly across the whole experience. I also got better at balancing visuals, motion, accessibility, and presentation flow in one project.
I completed the Youfei project, a special e-card made just for her, as a lightweight web experience focused on personalization and interactivity. Most of the work was done in JavaScript (69.4%) to drive the dynamic parts of the card, like animations, timed reveals, and interactive elements that make the message feel more “alive” than a static page. I used CSS (24%) to create a clean, romantic visual style with consistent spacing, colors, and responsive layout so it looks good on both phone and desktop, with HTML (4.4%) providing the page structure. A small amount of Python (2.2%) supports simple scripting/automation needs. The final deliverable is a polished, easy-to-open e-card that feels personal, smooth, and memorable.
Log in to leave a comment
I have carefully reviewed and worked through all the issues, and everything should now be functioning properly. I spent a significant amount of time troubleshooting and resolving the problems to ensure that the system runs smoothly. After addressing each concern and verifying the fixes, I am confident that it should now work as expected. I truly believe you guys will love the improvements and the overall outcome. It was definitely a challenging process and required a lot of effort, but I’m glad it all came together in the end. Thank you. 😊
Log in to leave a comment
I built Infinity Film Studio, an AI-assisted filmmaking app with a FastAPI backend, React frontend, and Streamlit demo UI. It helps with script ideas, storyboard frames, and video edit suggestions.
The hardest part was stability across environments: import errors, deployment issues, and making sure the app still works when no OpenAI API key is set. I fixed that by adding robust fallbacks and a fully offline demo app (app1.py) so the project runs even without external APIs.
I’m most proud that it now works in both demo mode and live API mode, has cleaner project setup, and is shipped on GitHub as a usable end-to-end project.
I worked on the project, focusing more on the demo and implementing offline access as well as functionality without relying on an API.
Log in to leave a comment
I focused on making the gameplay fast and engaging while keeping the design clean and easy to understand. One of the main challenges was balancing the randomness so the game feels exciting, not unfair. I’m especially proud of how the UI and interactions came together to make the experience feel polished despite the simple concept.
Done and shipped
Log in to leave a comment
I worked on luck_arcade, a small arcade-style project focused on randomness and fun game mechanics. I spent time designing the core gameplay loop, implementing the logic behind the “luck” system, and polishing the overall experience so it feels smooth and engaging.
The most challenging part was balancing randomness so the game feels exciting without being frustrating. I’m proud of how the mechanics came together and how much I learned about game logic, iteration, and player experience while building this project.
Log in to leave a comment
The project has been successfully completed, delivered in its entirety, and is operating flawlessly without any issues.
Log in to leave a comment