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

kaansen9611

@kaansen9611

Joined June 4th, 2026

  • 8Devlogs
  • 4Projects
  • 3Ships
  • 30Votes
a teenager who loves making projects
Ship

I built kOS a web based operating system that runs entirely in the browser using HTML, CSS, and JavaScript. It has a boot screen, login system, draggable windows, a terminal, calculator, notes, weather app, aboutme app and settings. The most challenging parts were making the boot screen and the login system. I spent a lot of time learning how to build these features and used resources such as W3Schools and the DEV Community to better understand the concepts and solve problems I encountered.

  • 1 devlog
  • 2h
  • 3.55x multiplier
  • 9 Stardust
  • WebOS 2
Try project → See source code →
Open comments for this post

4h 8m 2s logged

Today I finished the first version of WaveScope, an ESP32-based RF signal strength detector using the AD8317 RF detector. I started by designing the hardware, creating a wiring diagram, and planning the complete breadboard layout . After that, I wrote the firmware in Arduino IDE. The ESP32 reads RF signals from the AD8317, displays the signal strength on an SSD1306 OLED, and provides visual and audible feedback using three LEDs and a buzzer. I also added a potentiometer to adjust the Range .The project took 4 hours and 8 minutes to develop, and the entire process was automatically documented with development snapshots. Next, I’ll build the physical prototype, test it with real RF signals, and for second version of this project i plan to design a custom enclosure to give it more advanced look

0
0
3
Ship

I built kBOT, a Slack bot that responds to custom slash commands and runs 24/7.The biggest challenge was deployment and debugging. I had to solve issues with Slack configuration, GitHub updates, and making sure the bot was running the latest version of the code.I'm proud that I kept working through those problems and successfully got every command working reliably.To test kBOT, join the provided Slack workspace and use the commands in the #kaans-workshop channel.

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

20m 2s logged

I deployed kBOT to a Nest container and it’s now running 24/7 After setting up the server and configuring the environment, I successfully got the bot running continuously without needing my computer to stay online.This is a big milestone for the project because kBOT is now available at all times

0
0
4
Open comments for this post

33m 25s logged

Today I created kBOT and completed the first successful tests. I set up the bot, connected it to Slack, and verified that it could properly receive and respond to commands. After some debugging and testing, everything started working as expected.
This marks the first working version of kBOT. More features, commands, and improvements are planned for future updates.

0
0
4
Ship

kOS is a browser-based desktop environment I built using only HTML, CSS, and vanilla JavaScript. It simulates a lightweight operating system inside the browser with a custom window system and multiple apps like Notes, Weather, About Me, and a Calculator. My goal with this project was to explore how far I could push a desktop-like experience using only frontend technologies, without any frameworks or backend.One of the hardest parts for me was designing a consistent window system that works across all apps and keeps everything stable while still being interactive. I also struggled a bit with drag behavior, window positioning, and making sure different apps don’t break the overall layout. Working through those issues helped me understand DOM manipulation, event handling, and frontend structure much better.Overall, this project is a small OS simulation that runs entirely in the browser and reflects my progress in UI design, JavaScript logic, and building interactive systems.

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

2h 25m 52s logged

Today I built the first major UI system for the kOS project. The goal wasn’t just to create a simple webpage, but to design something that feels like a real operating system interface.
Right now, the system has a draggable window. It can be opened and closed, and it starts centered on the screen. There is also a top bar with a live clock that updates in real time.
The UI has been redesigned using a glassmorphism style. Both the top bar and the window header are transparent with blur effects, so the background is visible through them. This gives the whole interface a more modern OS-like feel.
The close button is a simple red X and it works properly. The open/close system is stable, and the window resets its position when reopened.
Next steps will likely include a taskbar, multiple window support, and a desktop icon system to turn this into a more complete web-based OS experience.

0
0
11

Followers

Loading…