File SystemEcosystem & Frameworks
Build an app with Astro and Bun
Initialize a fresh Astro app with bun create astro . The create-astro package detects when you are using bunx and installs dependencies with bun .
Deploy a Bun application on Google Cloud Run
Google Cloud Run is a managed platform for deploying and scaling serverless applications. Google handles the infrastructure for you.
Create a Discord bot
Discord.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 and