Skip to main content
SMOKEZ.SH×
DEV_OS

BiG SmokeZ

Discord Dev · Bot Scripting · Server Design · Self Bots · Vibe Coding · Automation

LOC: EnglandNOW: Building a streaming siteEN/BD

WILLING_TO_HELP · ALWAYS!
servers built
50+
deployed
5 bots
community users
1.3K+
streaming soon
JNKIE

CAT README.MDCAT README.MD

# Whoami
British Bangladeshi. Building Discord servers, bots & self bot scripts. Vibe coding whatever needs to exist.
## Loaded_Modules
- 21 Years Old · Discord Dev · Bot Builder · Self Bot Scripts · Vibe Coder
- Free Palestine · Proud Muslim · Server Design · Automation · UX/UI
## Operating Principles
- Build first, overthink never: if it works, ship it.
- Community over clout: good servers keep people, bad ones lose them.
## Current Status
Open to Senior · UK-based · English / Bangla · Discord Related Only
$ cat src/lib/with-retry.ts// view full repo →
// retry an RxJS stream with exponential backoff + jitter — used in
// the cashier's deposit polling loop. signals abort on permanent 4xx.
export function withRetry<T>(
  { max = 5, base = 300, isFatal }: RetryOpts,
): MonoTypeOperatorFunction<T> {
  return retry({
    count: max,
    delay: (err, attempt) => {
      if (isFatal?.(err)) throw err;
      const wait = base * 2**attempt + Math.random() * base;
      return timer(wait);
    },
  });
}

SYS_HEALTH_MONITORSYS_HEALTH_MONITOR

EXPERIENCE
5+ YRS
SERVERS BUILT
50+
BOTS DEPLOYED
5 LIVE
COMMUNITY
1.3K+ USERS

LIVE_PERF.JSONLIVE_PERF · LIGHTHOUSE

PERFORMANCE
/100
ACCESSIBILITY
/100
BEST PRACTICES
/100
SEO
/100
loading...

./EXEC INTERACTIVE_SHELL/BIN/SH · INTERACTIVE

LS -LA ./PROJECTSLS -LA ~/PROJECTS

  • drwxr-xr-x

    JNKIE_STREAMZ

    Full streaming platform — built from scratch. Custom UI, stream management, vibe coded end to end.

    STATUS:
    COMING SOON
    TYPE:
    STREAMING PLATFORM
    STACK:
    VIBE CODED
  • drwxr-xr-x

    DISCORD_ECOSYSTEM

    50+ Discord servers designed and built — roles, structure, automation, branding, full ecosystem setup.

    SERVERS:
    50+ BUILT
    USERS:
    1.3K+ COMMUNITY
    STACK:
    DISCORD / BOTS / DESIGN
  • drwxr-xr-x

    BOT_FLEET

    5 custom Discord bots deployed — moderation, automation, utility. Built and maintained across live servers.

    BOTS:
    5 DEPLOYED
    SCOPE:
    MULTI-SERVER
    STACK:
    DISCORD.JS / NODE
  • -rwx------

    SELF_BOT_SCRIPTS

    Custom self bot scripts — personal automation, tooling, and workflow scripts built for real use.

    TYPE:
    AUTOMATION
    SCOPE:
    PERSONAL TOOLING
    STACK:
    JS / SCRIPTS
  • drwxr-xr-x

    SMOKEZ.SH

    This portfolio. Terminal-style, vibe coded, built to show what I actually do — not what looks good on a CV.

    STYLE:
    TERMINAL / HACKER
    METHOD:
    VIBE CODED
    STACK:
    NEXT.JS / TS

CAT ~/.NOWCAT ~/.NOW

CurrentlyBuilding a streaming app · JNKIE STREAMZ (Coming Soon)
BuildingDiscord bots, self bot scripts & full server ecosystems
DesigningDiscord servers — structure, branding, automation, the works
VibingVibe coding whatever needs building. if it can be scripted, it will be.
Updated2026-04-27

CAT ~/.LINKSCAT ~/.LINKS

# communities & projects

- Smoke Nation RCE
  (Rust Console Edition community · 1,200+ members · kill to win, not pay to win)

- PS4 Save Bot
  (modded PS4 save tool · 1,400+ members · install, decrypt and mod game saves via Discord)

- GitHub
  (scripts, tools and projects · open source · free to use)

# other

- PK Streamz (beta) 
  (vibe coded streaming platform · Optimised for Phones · built from scratch · Invite Only! · )

- Free Palestine 🇵🇸
  (donate to Gaza appeal · every bit helps)

> reach out: owner@smokenationrce.co.uk

SUDO CONTACT --INITCONTACT