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

datadecay

@datadecay

Joined June 1st, 2026

  • 18Devlogs
  • 2Projects
  • 2Ships
  • 15Votes
I mainly do java
Open comments for this post

1h 16m 22s logged

3.2.1

Features

  • Added theme system (selectable in welcome and config, 2 base themes and 2 addon themes currently)
  • Theme “app” in appstore (not really an app just loads optional themes)

(modern theme was AI generated as I do not do well with that look in CSS :> All others are human made)

TODOs:

  • Only load apps when first opened
  • Taskbar
  • App sandboxing and security
  • More themes
  • More apps
0
0
14
Open comments for this post

35m 3s logged

Start 3.0.0!

I got 13 stardust for my last ship so i gotta do stuff like themes so people think it looks good lmao

Features

  • Made the app system a bit more extensible for me :)

Fixes

  • Removed a bit of repetition on the storage lib
0
0
3
Ship

Ship 2.5.0!!!

Try Now

Changes since 1.x.x:

Features

  • Enhanced window features (shade and maximise)
  • Node.js backend
  • Roaming Profiles (saves apps and theme)
  • Login via HackClub OAuth (not required, local only users work)
  • Data clearing, now you can clear all your data from server side!
  • A little fun tooltip explaining why logging in is good
  • Expanded storage api with K/V storage
  • Notes app in app store
  • Added Popup api

Fixes

  • If you have slow internet, core apps could load and install AFTER the desktop shows, made loading screen clear wait on all core apps to install

Notes

  • Now using Conventional Commits

also sorry about the same photo as last devlog im doing this from my phone :3

  • 6 devlogs
  • 6h
  • 2.19x multiplier
  • 13 Stardust
  • WebOS 2
Try project → See source code →
Open comments for this post

1h 5m 40s logged

2.5.0!

A bunch of minor features w/ new app!

Added:

  • K/V storage in the storage library (this was surprisingly harder then the other storage types??? IDK)
  • Notes app in app store, this is why I made K/V lol
  • Confirm/Alert custom models in pop-up library

Removed

  • Unneeded slack_id scope in OAuth
  • Debug default theme colors that just broke stuff and made it transparent on second login+
0
0
8
Open comments for this post

21m 1s logged

2.4.0!
Minor feature release
Added:

  • A little fun tooltip explaining why logging in is good

ALSO
webOS1 change

1.1.2b3:
Added

  • Out of date indicator telling users to go to sigmaOS2 if they aren’t reviewing sigmaOS1
0
0
4
Open comments for this post

22m 17s logged

2.3.1!

Minor feature release

Added:

  • Data clearing, now you can clear all your data from server side!

Fixed:

  • If you have slow internet, core apps could load and install AFTER the desktop shows, made loading screen clear wait on all core apps to install

:D

0
0
3
Open comments for this post

38m 22s logged

2.2.4

Patch release, I just wanted to make a devlog :)

Fixes:

  • I had const thing = await import('./thing.js'); in my modules, creating a race condition possibility (smth wants methods in the module before its loaded as its waiting for thing to load), so I switched it to `import * as thing from ‘./thing.js’;) which wont create that possibility (REVERTED)
  • With my minimizing method, it just hides the window content, not removing it, so when you click in the area, even though you can see the things under it, it would click on the window. I added pointer-events: none; to the .window.minimized class, making clicks pass through to the layer below it that’s visible.
0
0
5
Open comments for this post

20m 43s logged

2.2.2!

Added demo for 2.x.x! HERE!

Fixes:

  • Made the OAuth comparable with any hosting location

Fixes (backend):

  • Made the OAuth comparable with any hosting location
0
0
3
Open comments for this post

3h 10m 57s logged

2.2.0!

this is for part 2 (webos2)

Features

  • Enhanced window features (shade and maximise)
  • Node.js backend!
  • Roaming Profiles (saves apps and theme)
  • Login via HackClub OAuth (not required, local only users work)
    Notes
  • Now using Conventional Commits (I need to learn better committing strategies

All this on branch “webos2” of https://github.com/datadecay/stardance-webos
(demo coming soon, just need to make a GitHub actions to deploy 1.x.x and 2.x.x on pages at the same time!)

0
0
3
Open comments for this post

59m 19s logged

Features:

  • App store
  • New installed apps config page
  • Styling fixes
  • “Read :3” app is now ✨app store only✨
  • probably more I cant remember
    imma actually commit to version control this time lol
0
0
1
Open comments for this post

1h 57m 54s logged

Features added:

  • customization:
    • themed colors
    • wallpaper
  • storage
    • saves settings

Todo:

  • save installed apps
  • iron out all coloring bugs
  • app store

im not gonna have any features left for webOS 2 lol

0
0
1
Open comments for this post

1h 40m 2s logged

New features:

  • run bar
  • moved most applications to packages (zip files that are loaded)
  • removed a useless app (inflib)
  • added more entries to manual
0
0
1

Followers

Loading…