Bun's 315-line llms.txt shows what thorough AI preparation looks like
- [Bytecode Caching](https://bun.com/docs/bundler/bytecode.md): Speed up JavaScript execution with bytecode caching in Bun's bundler - [CSS](https://bun.com/...
315
Lines
-78% vs avg
2
Sections
-92% vs avg
742+
Companies
using llms.txt
1
Files
llms.txt
Key Insights
Focused approach
A streamlined 2-section structure keeps things simple and scannable.
Comprehensive detail
315 lines of thorough documentation for AI systems.
llms.txt Preview
First 100 lines of 315 total
# Bun
## Docs
- [Bytecode Caching](https://bun.com/docs/bundler/bytecode.md): Speed up JavaScript execution with bytecode caching in Bun's bundler
- [CSS](https://bun.com/docs/bundler/css.md): Bun's bundler has built-in support for CSS with modern features
- [esbuild](https://bun.com/docs/bundler/esbuild.md): Migration guide from esbuild to Bun's bundler
- [Single-file executable](https://bun.com/docs/bundler/executables.md): Generate standalone executables from TypeScript or JavaScript files with Bun
- [Fullstack dev server](https://bun.com/docs/bundler/fullstack.md): Build fullstack applications with Bun's integrated dev server that bundles frontend assets and handles API routes
- [Hot reloading](https://bun.com/docs/bundler/hot-reloading.md): Hot Module Replacement (HMR) for Bun's development server
- [HTML & static sites](https://bun.com/docs/bundler/html-static.md): Build static sites, landing pages, and web applications with Bun's bundler
- [Bundler](https://bun.com/docs/bundler/index.md): Bun's fast native bundler for JavaScript, TypeScript, JSX, and more
- [Loaders](https://bun.com/docs/bundler/loaders.md): Built-in loaders for the Bun bundler and runtime
- [Macros](https://bun.com/docs/bundler/macros.md): Run JavaScript functions at bundle-time with Bun macros
- [null](https://bun.com/docs/bundler/minifier.md): Reduce bundle sizes with Bun's JavaScript and TypeScript minifier
- [Plugins](https://bun.com/docs/bundler/plugins.md): Universal plugin API for extending Bun's runtime and bundler
- [Feedback](https://bun.com/docs/feedback.md): Share feedback, bug reports, and feature requests
- [Convert an ArrayBuffer to an array of numbers](https://bun.com/docs/guides/binary/arraybuffer-to-array.md)
- [Convert an ArrayBuffer to a Blob](https://bun.com/docs/guides/binary/arraybuffer-to-blob.md)
- [Convert an ArrayBuffer to a Buffer](https://bun.com/docs/guides/binary/arraybuffer-to-buffer.md)
- [Convert an ArrayBuffer to a string](https://bun.com/docs/guides/binary/arraybuffer-to-string.md)
- [Convert an ArrayBuffer to a Uint8Array](https://bun.com/docs/guides/binary/arraybuffer-to-typedarray.md)
- [Convert a Blob to an ArrayBuffer](https://bun.com/docs/guides/binary/blob-to-arraybuffer.md)
- [Convert a Blob to a DataView](https://bun.com/docs/guides/binary/blob-to-dataview.md)
- [Convert a Blob to a ReadableStream](https://bun.com/docs/guides/binary/blob-to-stream.md)
- [Convert a Blob to a string](https://bun.com/docs/guides/binary/blob-to-string.md)
- [Convert a Blob to a Uint8Array](https://bun.com/docs/guides/binary/blob-to-typedarray.md)
- [Convert a Buffer to an ArrayBuffer](https://bun.com/docs/guides/binary/buffer-to-arraybuffer.md)
- [Convert a Buffer to a blob](https://bun.com/docs/guides/binary/buffer-to-blob.md)
- [Convert a Buffer to a ReadableStream](https://bun.com/docs/guides/binary/buffer-to-readablestream.md)
- [Convert a Buffer to a string](https://bun.com/docs/guides/binary/buffer-to-string.md)
- [Convert a Buffer to a Uint8Array](https://bun.com/docs/guides/binary/buffer-to-typedarray.md)
- [Convert a DataView to a string](https://bun.com/docs/guides/binary/dataview-to-string.md)
- [Convert a Uint8Array to an ArrayBuffer](https://bun.com/docs/guides/binary/typedarray-to-arraybuffer.md)
- [Convert a Uint8Array to a Blob](https://bun.com/docs/guides/binary/typedarray-to-blob.md)
- [Convert a Uint8Array to a Buffer](https://bun.com/docs/guides/binary/typedarray-to-buffer.md)
- [Convert a Uint8Array to a DataView](https://bun.com/docs/guides/binary/typedarray-to-dataview.md)
- [Convert a Uint8Array to a ReadableStream](https://bun.com/docs/guides/binary/typedarray-to-readablestream.md)
- [Convert a Uint8Array to a string](https://bun.com/docs/guides/binary/typedarray-to-string.md)
- [Deploy a Bun application on AWS Lambda](https://bun.com/docs/guides/deployment/aws-lambda.md)
- [Deploy a Bun application on DigitalOcean](https://bun.com/docs/guides/deployment/digital-ocean.md)
- [Deploy a Bun application on Google Cloud Run](https://bun.com/docs/guides/deployment/google-cloud-run.md)
- [Deploy a Bun application on Railway](https://bun.com/docs/guides/deployment/railway.md): Deploy Bun applications to Railway with this step-by-step guide covering CLI and dashboard methods, optional PostgreSQL setup, and automatic SSL configuration.
- [Deploy a Bun application on Render](https://bun.com/docs/guides/deployment/render.md)
- [Deploy a Bun application on Vercel](https://bun.com/docs/guides/deployment/vercel.md)
- [Build an app with Astro and Bun](https://bun.com/docs/guides/ecosystem/astro.md)
- [Create a Discord bot](https://bun.com/docs/guides/ecosystem/discordjs.md)
- [Containerize a Bun application with Docker](https://bun.com/docs/guides/ecosystem/docker.md)
- [Use Drizzle ORM with Bun](https://bun.com/docs/guides/ecosystem/drizzle.md)
- [Build an HTTP server using Elysia and Bun](https://bun.com/docs/guides/ecosystem/elysia.md)
- [Build an HTTP server using Express and Bun](https://bun.com/docs/guides/ecosystem/express.md)
- [Use Gel with Bun](https://bun.com/docs/guides/ecosystem/gel.md)
- [Build an HTTP server using Hono and Bun](https://bun.com/docs/guides/ecosystem/hono.md)
- [Read and write data to MongoDB using Mongoose and Bun](https://bun.com/docs/guides/ecosystem/mongoose.md)
- [Use Neon Postgres through Drizzle ORM](https://bun.com/docs/guides/ecosystem/neon-drizzle.md)
- [Use Neon's Serverless Postgres with Bun](https://bun.com/docs/guides/ecosystem/neon-serverless-postgres.md)
- [Build an app with Next.js and Bun](https://bun.com/docs/guides/ecosystem/nextjs.md)
- [Build an app with Nuxt and Bun](https://bun.com/docs/guides/ecosystem/nuxt.md)
- [Run Bun as a daemon with PM2](https://bun.com/docs/guides/ecosystem/pm2.md)
- [Use Prisma with Bun](https://bun.com/docs/guides/ecosystem/prisma.md)
- [Use Prisma Postgres with Bun](https://bun.com/docs/guides/ecosystem/prisma-postgres.md)
- [Build an app with Qwik and Bun](https://bun.com/docs/guides/ecosystem/qwik.md)
- [Build a React app with Bun](https://bun.com/docs/guides/ecosystem/react.md)
- [Build an app with Remix and Bun](https://bun.com/docs/guides/ecosystem/remix.md)
- [Add Sentry to a Bun app](https://bun.com/docs/guides/ecosystem/sentry.md)
- [Build an app with SolidStart and Bun](https://bun.com/docs/guides/ecosystem/solidstart.md)
- [Server-side render (SSR) a React component](https://bun.com/docs/guides/ecosystem/ssr-react.md)
- [Build an HTTP server using StricJS and Bun](https://bun.com/docs/guides/ecosystem/stric.md)
- [Build an app with SvelteKit and Bun](https://bun.com/docs/guides/ecosystem/sveltekit.md)
- [Run Bun as a daemon with systemd](https://bun.com/docs/guides/ecosystem/systemd.md)
- [Use TanStack Start with Bun](https://bun.com/docs/guides/ecosystem/tanstack-start.md)
- [Bun Redis with Upstash](https://bun.com/docs/guides/ecosystem/upstash.md)
- [Build a frontend using Vite and Bun](https://bun.com/docs/guides/ecosystem/vite.md)
- [Extract links from a webpage using HTMLRewriter](https://bun.com/docs/guides/html-rewriter/extract-links.md)
- [Extract social share images and Open Graph tags](https://bun.com/docs/guides/html-rewriter/extract-social-meta.md)
- [Start a cluster of HTTP servers](https://bun.com/docs/guides/http/cluster.md): Run multiple HTTP servers concurrently via the "reusePort" option to share the same port across multiple processes
- [Send an HTTP request using fetch](https://bun.com/docs/guides/http/fetch.md)
- [fetch with unix domain sockets in Bun](https://bun.com/docs/guides/http/fetch-unix.md)
- [Upload files via HTTP using FormData](https://bun.com/docs/guides/http/file-uploads.md)
- [Hot reload an HTTP server](https://bun.com/docs/guides/http/hot.md)
- [Proxy HTTP requests using fetch()](https://bun.com/docs/guides/http/proxy.md)
- [Common HTTP server usage](https://bun.com/docs/guides/http/server.md)
- [Write a simple HTTP server](https://bun.com/docs/guides/http/simple.md)
- [Stream a file as an HTTP Response](https://bun.com/docs/guides/http/stream-file.md)
- [Streaming HTTP Server with Async Iterators](https://bun.com/docs/guides/http/stream-iterator.md)
- [Streaming HTTP Server with Node.js Streams](https://bun.com/docs/guides/http/stream-node-streams-in-bun.md)
- [Configure TLS on an HTTP server](https://bun.com/docs/guides/http/tls.md)
- [Guides](https://bun.com/docs/guides/index.md): A collection of code samples and walkthroughs for performing common tasks with Bun.
- [Add a dependency](https://bun.com/docs/guides/install/add.md)
- [Add a development dependency](https://bun.com/docs/guides/install/add-dev.md)
- [Add a Git dependency](https://bun.com/docs/guides/install/add-git.md)
- [Add an optional dependency](https://bun.com/docs/guides/install/add-optional.md)
- [Add a peer dependency](https://bun.com/docs/guides/install/add-peer.md)
- [Add a tarball dependency](https://bun.com/docs/guides/install/add-tarball.md)
- [Using bun install with an Azure Artifacts npm registry](https://bun.com/docs/guides/install/azure-artifacts.md)
- [Install dependencies with Bun in GitHub Actions](https://bun.com/docs/guides/install/cicd.md)
- [Override the default npm registry for bun install](https://bun.com/docs/guides/install/custom-registry.md)
- [Migrate from npm install to bun install](https://bun.com/docs/guides/install/from-npm-install-to-bun-install.md)
- [Configure git to diff Bun's lockb lockfile](https://bun.com/docs/guides/install/git-diff-bun-lockfile.md)
- [Using bun install with Artifactory](https://bun.com/docs/guides/install/jfrog-artifactory.md)Bun is ready for AI search. Are you?
Join 742+ companies preparing their websites for the future of search. Create your llms.txt file in minutes.
Generate Your llms.txtDon't get left behind
Your competitors are preparing for AI search.
Bun has 2 organized sections ready for AI crawlers. Generate your llms.txt file and join the companies optimizing for the future of search.