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

Kartikey26

@Kartikey26

Joined July 31st, 2026

  • 19Devlogs
  • 4Projects
  • 5Ships
  • 82Votes
I am Kartikey ;)
Ship

The game is live!! Now you can see raw NASA Images and decide whether it is Earth or Alien? I wanted to build a fast-paced game using real NASA data, but without relying on any frameworks. You get exactly 7 seconds to look at a raw satellite feed and identify if it’s Earth or an alien planet before the connection drops.

The biggest hurdle was that the NASA API can be extremely slow, especially on cellular networks. To fix the latency, I engineered a background caching script that silently pre-loads the next 4 images while you are playing the current round. The result is zero loading screens between rounds. I also had to write a strict text filter to strip out all the junk API responses (airplanes, rovers, facility diagrams) so you only see pure planetary surfaces.

The core loop is done and the UI is locked.
Play it here: https://kartikeynegi25.github.io/Alien-or-Earth-/

Try to beat a streak of 5. Drop your high score, and let me know if you hit any weird images or bugs!

  • 3 devlogs
  • 11h
  • 4.47x multiplier
  • 50 Stardust
Try project → See source code →
Open comments for this post

4h 6m 51s logged

So the game is finally fully playable now! I got the buttons working and added a 7-second timer so you have to guess really fast, while you can also see your current and max score. I also figured out how to write a script that secretly downloads the next few images in the background while you’re playing. Now there are zero loading screens. Also I spent way too much time fighting with CSS to fix the home screen. The text was glitching and the launch button kept getting huge, but I finally fixed it after so much of working on it only to find that the only problem was a extra class name in its container. :98:

0
0
105
Open comments for this post

3h 57m 42s logged

So done with the core of the project i completed the home page and also how the game will work and its working fine currently it shows only images but we cannot actually play it later will make the buttons working so we can actually have fun :30fps:

0
0
52
Open comments for this post

3h 3m 44s logged

So today I am starting a :90s-new: cool project Earth or Alien? I am thinking of making it as a fun project and use real NASA data for it I started with the basic structure of game by creating index.html file and a script.js file where it will fetch the data lets see how it turns out to be and what I make as I am exploring how to use some coool NASA images:83117e03-f343-4ebd-a19e-b16f02c98294:

0
0
50
Ship

Mission Completed VidNote V1 is live 🎬⚡

Taking notes on YouTube programming tutorials has too much friction, switching tabs makes you lose your pace or remembering where you left your tutorial is too time consuming.

So I built VidNote. It’s a Chrome Extension that lets you take timestamped notes/videomark without ever leaving the video.

The Stack & Features:

Manifest V3 & Vanilla JS

DOM Injection: Injects a native “📝 Note” button directly into the YouTube control bar.

Zero-Friction Hotkey: Hit Alt+N while watching, the video auto-pauses, you type your note, hit enter, and it auto-resumes.

The Teleporter: Click a timestamp in the popup to instantly jump the video back to that exact second.

Local Storage & Export: Notes save locally and can be copied to your clipboard in one click for Notion/Obsidian.

It’s not a billion-dollar startup, but it solves my exact problem

See how it works: https://youtu.be/08dv63YkPuk?si=P_uNvBjuAs3gAz8J

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

2h 31m 40s logged

So i added a copy all button so you can copy all your timestamped notes in clipboard also there is a shortcut ‘ALT+N’ to quickly take notes and a little note button sits right inside your youtube video to make it even more accessible while significantly improving its UI!!

0
0
80
Open comments for this post

2h 9m 35s logged

So today I tested my extension as the basic structure is complete it is working good just had some problem to add the delete button as it was not visible earlier then replaced it with x emoji so it is now perfect now will add some more functionality to it and work more on its structure and looks ;)

2
0
7
Open comments for this post

1h 27m 2s logged

So today I start my new project VidNote a chrome extension that helps you take timestamped notes while watching youtube videos or work as your yt video bookmark so you can know where you were and what you were doing. Today I learned about Chrome extensions how they work and the main file for extension the manifest.json file also made basic popup.js file

0
0
24
Ship

Made major changes in UI completely changed how the website looks also added some fun features like add test order add new feature just to test how things would work in the future further will work on the backend part

  • 4 devlogs
  • 19h
  • 9.17x multiplier
  • 174 Stardust
Try project → See source code →
Open comments for this post

2h 29m 57s logged

Okay so improved the Products page added option to add test order and also improved settings page and fixed few bugs like our little sun was coming over the notification bell in mobile view

0
0
32
Open comments for this post

5h 24m 29s logged

The old UI was looking super dry and clunky, so I ended up spending most of today completely redoing the styling and making it actually fun to use.Went for a warm, clean palette (forest greens + light sky blue and a bright sun), fixed up the mobile sidebar, and made the whole layout feel cohesive instead of just random boxes on a screen.Along with the design overhaul, I also added two cool fun features:
Quick Reply Macro Bar: In the inbox, you can now just click quick templates (like sending a 10% discount, sharing tracking, or saying you’re checking stock) to reply instantly without typing the same thing again and again.
Simulate Incoming Order Button: Added a test order button in the orders tab that drops in a random simulated customer order in real-time so I can test how new orders look on the dashboard.
Cleaned up all the messy JavaScript behind it too so the code is actually easy to read and work with.
Feels way better to click around now!

0
0
15
Open comments for this post

5h 5m 2s logged

Spent the day tearing down the old dashboard UI and rebuilding it from the ground up as the old one was not liked by some :( and after redesigning the design was getting cluttered with duplicate mobile navbars, inconsistent headers, and weird nested border boxes everywhere—so I fixed it across every single page. Also made sure that site is still fully responsive and interactive using CSS and JavaScript wrote new lines of code to make the site more impressive also now you can click on notification bell and the profile avatar too and do try the website and make some changes in settings to see it work !!

0
0
25
Open comments for this post

6h 1m 49s logged

Quick update on the dashboard. Spent the last session turning static UI mockups into a working, stateful app that actually saves changes across pages. Here’s what got done:
Sitewide Profile & Business Sync: Hooked up the Settings form to localStorage. Updating the owner name, business name, or email now instantly updates the navbar, sidebar, and profile.html across every page. Working Interactivity & Storage: Fixed order status toggles (Paid, Fulfilled) and inbox reply threads. Now you can also download invoice pdf [ though its not a real one ;) ]. Also created a business profile page. Website feels much more like a real web app now rather than a static prototype. Ready for review!

1
0
159
Ship

Shipped Commerce OS! Built a full multi-page e-commerce dashboard platform using HTML, Tailwind CSS, and plain JavaScript with live search/filtering across pages.

What I made:

  • Dashboard overview with key KPI cards (Revenue, Orders, Bot Actions)
  • Inbox & conversation threads with channel-tagged messages and status badges
  • Orders management & detailed order pages (#1240, #1229)
  • Products catalog, Calls & Call-Conversation view, Invoices, and Settings

Challenges & Learning:

  • Wrote custom JavaScript live search filters across both table views and link-card layouts.
  • Designed clean, consistent Tailwind layouts across 8+ different template pages.

AI Declaration:
Used AI (Claude/ChatGPT) for initial layout scaffolding and syntax assistance. All project architecture, manual edits, component styling, and JS filtering logic were reviewed, customized, and implemented directly in VS Code.

To test:

  1. Navigate through the sidebar links (Inbox, Orders, Products, Calls, Invoices, Settings).
  2. Use the live search bar on the inbox or orders page to filter items in real time.

Live Demo: https://kartikeynegi25.github.io/commerce-os

  • 8 devlogs
  • 19h
  • 10.69x multiplier
  • 200 Stardust
Try project → See source code →
Open comments for this post

2h 35m 45s logged

Fixed mobile responsiveness across all pages. Cleaned up Tailwind grid breaks, fixed text overflowing on smaller screens, and adjusted sidebar padding so it collapses cleanly on mobile. Prototype is officially done !!

0
0
31
Open comments for this post

1h 46m 30s logged

made a new customers page where each customer gets a profile also worked on responsiveness of the website to work on different devices

0
0
85
Open comments for this post

3h 37m 8s logged

Added sample call-conversation, made invoices and a demo settings page shell. Almost done with all the UI templates for the platform—just need to check for the responsiveness of the page and make UI enhancement and polish everything.

0
0
25
Open comments for this post

4h 9m 12s logged

Added live search filtering across the site!! Using actual JavaScript instead of just Tailwind styling. Had to write two separate filter functions since the Inbox uses link cards while the other pages use tables anyway also built out product and calls page—need to add call-conversation and invoices next!

0
0
34
Open comments for this post

2h 2m 38s logged

Built out the order details pages for orders #1240 and #1229. Got the customer info, order details, item breakdown, and status UI fully styled.

0
0
74
Open comments for this post

1h 34m 23s logged

Finished inbox-conversation and orders page. Built out the chat interface, fed sample data, and made orders table layout. Next step is wiring up the products page.

0
0
17
Loading more…

Followers

Loading…