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

LilSaadt

@LilSaadt

Joined June 5th, 2026

  • 7Devlogs
  • 2Projects
  • 1Ships
  • 15Votes
New developer.

Roblox, Unity and VS
Open comments for this post

42m 1s logged

WORKING ON COMPLETING THE GAMELOOP!

I dont wana leak too much but since ive got done a lot of tabs, in the next few days the gameloop should be finished, than its just polishing and making it work. Than finally making the game UI actually look good

0
0
11
Open comments for this post

47m 14s logged

really basic work on the actual webapp, and the match engine. SO MUCH MORE WORK TO DO. Currently trying to finish the team management, basic transfer logic, and overall game loop. Than we can start making it spicy.

0
0
1
Open comments for this post

1h 6m 34s logged

Well due to many issues with the platform and previous project ive had to make a very big switch to a different project i planned to start, really sad I couldn’t get to complete the original one, but Ive came back from vacation and got straight to work, enjoy the sneak peak, WAY more to come soon!

0
0
3
Open comments for this post

18m 33s logged

New project I was working on, check this small menu concept!

Currently building the bare bones, such as fps framework, drone framework, and other things like environment and maps, than Im going to put it all together into a small test game. (hopefully)

0
0
3
Ship

I built Orbit Bot, a Slack bot that pulls live NASA APOD images and adds space-themed features like facts, an oracle, and a launch animation. The main challenge was handling Slack Block Kit formatting and making sure external APIs like NASA didn’t break the bot when responses failed or were rate-limited. I’m most proud of the design and pushing through to complete the project, aswell as doing some extra error handling. To test it, just run the slash commands like /nasapic, /orbitfact, and /orbitlaunch inside Slack.

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

41m 20s logged

Orbit Bot — Dev Log

Built a simple Slack bot that pulls in space-related APIs and adds a bit of personality on top of them.

What’s in so far

The bot runs on Slack Bolt (Socket Mode) and is wired up with a handful of slash commands and one mention handler.

/nasapic pulls the NASA Astronomy Picture of the Day and displays it with a formatted Slack block (image or video depending on the response type)
/orbitfact returns a random space fact from a small built-in list
/orbitoracle gives a randomized “cosmic answer” for fun decision making
/orbitcatfact pulls live data from the Cat Fact API
/orbitlaunch simulates a multi-stage launch sequence using timed message updates
/orbitping checks responsiveness and returns latency
/orbithelp lists all available commands in a clean help panel

APIs used
NASA APOD API (Astronomy Picture of the Day)
Cat Fact API

Both are pulled using Axios and handled with basic error fallback messages.

Structure

Everything is currently in a single file for simplicity. Commands are separated clearly and use Slack Block Kit for formatting.

Environment variables handle tokens and API keys:

Slack bot token
Slack app token (Socket Mode)
NASA API key

What I learned / ran into
Slack Block Kit formatting matters a lot more than expected, small mistakes can break whole messages
Socket Mode makes local testing way easier than dealing with public endpoints
Keeping responses short is important

3
0
96
Open comments for this post
Reposted by @LilSaadt

20m 21s logged

Dev Log — Orbit Bot 🚀

So I am currently trying to build a small Slack bot called Orbit Bot that shows cool NASA space images and simple space commands, just a fun cozy vibe.

I set it up in Slack, connected it to Node.js, and got it responding to basic test commands like /ping to check if it’s alive and learned how to call API’s like for cat images.

I learned how bots listen to messages, how APIs send data, and how to fix things when nothing shows up (which happened a lot at first).

Next steps are adding more space commands like planets, random facts, and maybe daily space images so the bot feels more alive and fun to use. (Also designing the bot aswell)

0
1
47
Open comments for this post

20m 21s logged

Dev Log — Orbit Bot 🚀

So I am currently trying to build a small Slack bot called Orbit Bot that shows cool NASA space images and simple space commands, just a fun cozy vibe.

I set it up in Slack, connected it to Node.js, and got it responding to basic test commands like /ping to check if it’s alive and learned how to call API’s like for cat images.

I learned how bots listen to messages, how APIs send data, and how to fix things when nothing shows up (which happened a lot at first).

Next steps are adding more space commands like planets, random facts, and maybe daily space images so the bot feels more alive and fun to use. (Also designing the bot aswell)

0
1
47

Followers

Loading…