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

NITHIN

@NITHIN

Joined June 11th, 2026

  • 7Devlogs
  • 3Projects
  • 2Ships
  • 0Votes
Open comments for this post

26m 2s logged

I started building my Slack bot with Bolt, setting up authentication through environment variables and adding quote and Magic 8-Ball response collections. Next, I’ll connect commands and events to make the bot interactive.

I started building my Slack bot with Bolt, setting up authentication through environment variables and adding quote and Magic 8-Ball response collections. Next, I’ll connect commands and events to make the bot interactive.

Replying to @NITHIN

0
Ship Pending review

QuickBox

What I made:
QuickBox is a single-page web toolbox that bundles together several small everyday tools into one place. It includes a clipboard history manager, text formatting tools, a quick to-do list, a unit converter, a password generator, a snippet vault for saving reusable text, timestamp tools, and a QR code generator.

What was challenging:
Getting all the different tools to work smoothly together on one page without conflicts was tricky, especially making sure each tool saved its own data separately using local storage so nothing got mixed up. Building the unit converter to handle multiple categories like length, weight, time, data size, and temperature with correct formulas also took careful testing.

What I am proud of:
I am proud of how everything works together as one cohesive toolbox instead of separate scattered tools. The clipboard history and snippet vault in particular solve a real repetitive annoyance, since copying and reusing text normally takes several steps, and here it is reduced to a single click.

How to test it:
Open the quickbox.html file in any modern browser. No installation, login, or setup is required. All data is stored locally in the browser, so your clipboard history, to-do list, and snippets will be saved even after closing and reopening the page. Try saving some text to the clipboard history or snippet vault, then click on an item to copy it instantly. You can also try the text tools by pasting text and applying transformations, or generate a password and a QR code to see the results update immediately.

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

22m 12s logged

Added a secure password generator and a snippet vault. Focused on building tools that save time on everyday tasks.

Added a secure password generator and a snippet vault. Focused on building tools that save time on everyday tasks.

Replying to @NITHIN

0
Open comments for this post

49m 44s logged

Building the frontend foundation. Refactoring CSS, polishing the design system, and making the dashboard responsive across screen sizes.

Building the frontend foundation. Refactoring CSS, polishing the design system, and making the dashboard responsive across screen sizes.

Replying to @NITHIN

0
Ship

What I made: NovaOS, a single-file web-based desktop environment a fake "OS" that runs entirely in the browser with draggable windows, a taskbar, Start menu, and several built-in apps (Notepad, Calculator, Terminal, Devlog, Settings).
Challenges: Getting window dragging, resizing, and z-index focus stacking to all work smoothly together without conflicts was tricky, especially making sure the taskbar stayed in sync with open/minimized windows. Building a mini Terminal that could actually parse commands and trigger real actions (like changing themes or opening apps) took some extra logic too.
What I'm proud of: The Terminal app it feels like a real hidden feature beyond the basic requirements, since you can type commands to control the OS itself. I'm also happy with how the glassy/gradient visual style came together to give it its own identity.

Try project → See source code →

Followers

Loading…