AgentStack
SKILL verified MIT Self-run

Bun Build an app with Astro and Bun

skill-jarle-bun-skills-bun-guides-ecosystem-astro · by jarle

Build an app with Astro and Bun

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-jarle-bun-skills-bun-guides-ecosystem-astro

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Bun Build an app with Astro and Bun? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 will automatically install dependencies using bun.

```sh terminal icon="terminal" theme={"theme":{"light":"github-light","dark":"dracula"}} bun create astro


```txt  theme={"theme":{"light":"github-light","dark":"dracula"}}
╭─────╮  Houston:
│ ◠ ◡ ◠  We're glad to have you on board.
╰─────╯

 astro   v3.1.4 Launch sequence initiated.

   dir   Where should we create your new project?
         ./fumbling-field

  tmpl   How would you like to start your new project?
         Use blog template
      ✔  Template copied

  deps   Install dependencies?
         Yes
      ✔  Dependencies installed

    ts   Do you plan to write TypeScript?
         Yes

   use   How strict should TypeScript be?
         Strict
      ✔  TypeScript customized

   git   Initialize a new git repository?
         Yes
      ✔  Git initialized

  next   Liftoff confirmed. Explore your project!

         Enter your project directory using cd ./fumbling-field
         Run `bun run dev` to start the dev server. CTRL+C to stop.
         Add frameworks like react or tailwind using astro add.

         Stuck? Join us at https://astro.build/chat

╭─────╮  Houston:
│ ◠ ◡ ◠  Good luck out there, astronaut! 🚀
╰─────╯

Start the dev server with bunx.

By default, Bun will run the dev server with Node.js. To use the Bun runtime instead, use the --bun flag.

```sh terminal icon="terminal" theme={"theme":{"light":"github-light","dark":"dracula"}} bunx --bun astro dev


```txt  theme={"theme":{"light":"github-light","dark":"dracula"}}
  🚀  astro  v3.1.4 started in 200ms

  ┃ Local    http://localhost:4321/
  ┃ Network  use --host to expose

Open http://localhost:4321 with your browser to see the result. Astro will hot-reload your app as you edit your source files.


Refer to the Astro docs for complete documentation.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.