File SystemEcosystem & FrameworksCreate a Discord botDiscord.js runs on Bun with no extra setup. This guide builds a bot that answers a /ping slash command: you register the command once, then start the bot andCopy MarkdownOpenBuild an app with Astro and BunInitialize a fresh Astro app with bun create astro . The create-astro package detects when you are using bunx and installs dependencies with bun .Containerize a Bun application with DockerThis guide assumes you already have Docker Desktop installed.