Vite's Avatar

Vite

@vite.dev.bsky.social

The build tool for the web. It's pronounced /vit/ like skeet! https://vite.dev

11,123 Followers  |  162 Following  |  163 Posts  |  Joined: 01.11.2024  |  1.9258

Latest posts by vite.dev on Bluesky

Video thumbnail

Vite: The Documentary premieres October 9th at @viteconf.org in Amsterdam โšก
youtu.be/46fe5AFc0tY

04.08.2025 16:40 โ€” ๐Ÿ‘ 108    ๐Ÿ” 24    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 5
Preview
Whatโ€™s New in ViteLand: July 2025 Recap July 2025 brings exciting updates in the Vite ecosystem, including the release of Vite 7, Rolldown's new features, and the upcoming ViteConf in Amsterdam. Discover the latest news in Vite, Vitest, Oxc...

What's new in ViteLand?
Our July 2025 recap is out.

๐ŸŽ‰ Announcing 1st in-person @viteconf.org in Amsterdam
๐Ÿ“ˆ @vite.dev surpassing webpack's downloads
โฉ Major performance boosts for @rolldown.rs
๐Ÿ”ฅ Type-aware linting & custom rules for Oxlint
๐Ÿ‘€ and more

Read the post: voidzero.dev/posts/whats-...

05.08.2025 06:49 โ€” ๐Ÿ‘ 50    ๐Ÿ” 10    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Great speakers or awesome documentary?

Why not both!

See you @viteconf.org

04.08.2025 19:22 โ€” ๐Ÿ‘ 12    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
CultRepo (formerly Honeypot) ๐Ÿง  Formerly Honeypot, now independently owned and led by the original team behind the viral tech documentaries ๐Ÿ“ฝ๏ธ Documentaries and shorts about the human stories of open source and technology ๐ŸŒŸ Our mi...

Subscribe to the @cultrepo.bsky.social YouTube channel youtube.com/@cultrepo to watch it when it drops online!

05.08.2025 06:42 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yes! Don't miss the premiere of the Vite Documentary at the first in-person @viteconf.org ๐Ÿ™Œโšก๏ธ

05.08.2025 06:31 โ€” ๐Ÿ‘ 11    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I remember this commit! I was at MozFest in London learning how to HTML. The challenge was to design an iPad-optimised version of the Boston Globe, which had just relaunched its website using newfangled 'responsive design'. It was a great time

You should come to @viteconf.org!

04.08.2025 14:45 โ€” ๐Ÿ‘ 27    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Speaker card of Rich Harris for ViteConf 2025. He is announced as the Svelte & Rollup Creator and his talk title is "Remote Control".

Speaker card of Rich Harris for ViteConf 2025. He is announced as the Svelte & Rollup Creator and his talk title is "Remote Control".

โšก Speaker highlight: Rich Harris, Creator of Rollup and @svelte.dev

Who wouldnโ€™t like type-safe communication between client and server? @rich-harris.dev will show how the SvelteKit team built their Remote Functions and pushed the limit of Vite's plugin API to reach the best DX.

Watch Rich live!

04.08.2025 12:19 โ€” ๐Ÿ‘ 40    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
The Silhouette of the speaker we are looking for.

The Silhouette of the speaker we are looking for.

๐Ÿšจ GUESS THE SPEAKER! FINAL CLUE ๐Ÿšจ

๐ŸŽŸ๏ธ Your FINAL chance for a FREE ticket to ViteConf. Guess to enter the raffle.
๐Ÿ‘ค A new speaker who is not in this yearโ€™s lineup on viteconf.amsterdam
๐Ÿ”Ž Find out if you were right on Monday.

๐Ÿ‘‡ Drop your guess below!

01.08.2025 11:39 โ€” ๐Ÿ‘ 6    ๐Ÿ” 3    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 1
Preview
Addressing Source Code Leaks Across the Ecosystem โ€“ A Retrospective

Published a post I started writing half a year ago. Make sure to use the latest versions of each build tools and configure the settings appropriately!
green.sapphi.red/blog/address...

02.08.2025 08:08 โ€” ๐Ÿ‘ 22    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A chart showing weekly downloads for Vite and Webpack. The chart is magnified at the right end. Last week's downloads of webpack are 31.7 million while Vite's are 32.3M. This marks the first time that Vite has more weekly downloads than webpack.

A chart showing weekly downloads for Vite and Webpack. The chart is magnified at the right end. Last week's downloads of webpack are 31.7 million while Vite's are 32.3M. This marks the first time that Vite has more weekly downloads than webpack.

What a milestone!

For the first time in history, weekly NPM downloads for @vite.dev surpassed Webpack's weekly download numbers.

31.07.2025 14:39 โ€” ๐Ÿ‘ 107    ๐Ÿ” 14    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 1
Another clue for guessing the speaker - this time about his first commit which happened more than 14 years ago! Shown is the following code:

<html>
  <head>
    <title>Boston Challenge</title>

    <link rel="stylesheet" href="ipad.css" />
  </head>

  <body>

  </body>
</html>

Another clue for guessing the speaker - this time about his first commit which happened more than 14 years ago! Shown is the following code: <html> <head> <title>Boston Challenge</title> <link rel="stylesheet" href="ipad.css" /> </head> <body> </body> </html>

๐Ÿšจ GUESS THE SPEAKER! CLUE #2 ๐Ÿšจ

๐ŸŽŸ๏ธ Your chance for a FREE ticket to ViteConf. Guess to enter the raffle.
๐Ÿ‘ค A new speaker thatโ€™s not on viteconf.amsterdam
๐Ÿ”Ž One more clue tomorrow. Big reveal on Monday.

๐Ÿ‘‡ Drop your guess below!

31.07.2025 11:09 โ€” ๐Ÿ‘ 7    ๐Ÿ” 4    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 2
The image riddle as first clue for the speaker reveal. It shows for emojis: A gear, a ghost, a newspaper and a triangle.

The image riddle as first clue for the speaker reveal. It shows for emojis: A gear, a ghost, a newspaper and a triangle.

๐Ÿšจ GUESS THE SPEAKER! CLUE #1 ๐Ÿšจ

๐ŸŽŸ๏ธ Win a FREE ticket to ViteConf. Comment your guess to enter the raffle.
๐Ÿ‘ค A new speaker thatโ€™s not on viteconf.amsterdam
๐Ÿ”Ž More clues coming soon. The big reveal on Monday

๐Ÿ‘‡ Drop your guess below!

30.07.2025 12:01 โ€” ๐Ÿ‘ 11    ๐Ÿ” 7    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 1

โœ‹ vite@7.1.0-beta.0 is out!

Help us testing the next Vite minor and report any issues you find! Check out the changelog at

30.07.2025 07:12 โ€” ๐Ÿ‘ 38    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
How I Built a Full-Stack React Framework 4x Faster Than Next.js With 4x More Throughput - Ryan Skinner Introducing the next-generation React framework with Rust-powered runtime, React Server Components, and ridiculously-fast development experience delivering 4x faster performance than Next.js.

Introducing Runtime Accelerated Rendering Infrastructure (Rari), a React Server Components framework that's 4x faster than Next.js.

Built on custom Rust runtime with V8. 4x faster RSC rendering, 10,586 req/sec throughput, 5.8x faster builds.

29.07.2025 15:02 โ€” ๐Ÿ‘ 54    ๐Ÿ” 15    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
Anthony's Speaker Card for ViteConf 2025. Shows a headshot, his full name, that he is part of the Vite Core Team and his talk title "Vite Devtools"

Anthony's Speaker Card for ViteConf 2025. Shows a headshot, his full name, that he is part of the Vite Core Team and his talk title "Vite Devtools"

โšก Speaker highlight: Anthony Fu, Open Sourcerer @vercel.com

You probably used something @antfu.me has built already, even if you don't know about it.

The next big thing: @vite.dev devtools

Learn how the framework-agnostic tooling will help you debugging your applications from Anthony himself!

29.07.2025 12:17 โ€” ๐Ÿ‘ 47    ๐Ÿ” 9    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
The example of a test that tests an element is consistent between code changes. The code includes `expect(element).toMatchScreenshot('hero-secion')`

The example of a test that tests an element is consistent between code changes. The code includes `expect(element).toMatchScreenshot('hero-secion')`

Built-in Visual Regression testing comes to Vitest in the next major release! Thank you, @macarie.blue for working on this feature ๐Ÿ‘

main.vitest.dev/guide/browse...

28.07.2025 09:30 โ€” ๐Ÿ‘ 136    ๐Ÿ” 24    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 1

Exciting early success with component testing for @react.dev server components (RSC) in @vitest.dev by @kasperpeulen.bsky.social!

github.com/kasperpeulen...

28.07.2025 07:43 โ€” ๐Ÿ‘ 23    ๐Ÿ” 5    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Speaker card of Johannes Schickling for ViteConf 2025. It contains his Job Title, "Founder of Prisma", and his talk title "Native-Grade Web Apps with Local-First Data"

Speaker card of Johannes Schickling for ViteConf 2025. It contains his Job Title, "Founder of Prisma", and his talk title "Native-Grade Web Apps with Local-First Data"

โšก Speaker highlight: Johannes Schickling, co-founder @prisma.io

Web apps need efficiency and real-time sync but traditional models fall short - Sync engines to the rescue!

@schickling.dev, creator of @livestore.dev, will share how Sync Engines can transform web dev and fit right into your Vite app

25.07.2025 14:49 โ€” ๐Ÿ‘ 18    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

long overdue but we made the SvelteKit router more type-safe. docs for `resolve(...)` and `asset(...)` at svelte.dev/docs/kit/$ap...

24.07.2025 20:19 โ€” ๐Ÿ‘ 143    ๐Ÿ” 11    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Post image

โšก Speaker highlight: Jessica Janiuk, Staff Engineer @angular.dev

Angular lived through a renaissance recently
With new features and improved DX but also betting on Vite & testing via Vitest

But is this the end? No!
@thepunderwoman.com will tell us about Angularโ€™s Vite future.

viteconf.amsterdam

23.07.2025 11:15 โ€” ๐Ÿ‘ 41    ๐Ÿ” 12    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
Speaker Card of Matt Biilmann, CEO at Netlify. His Talk: From DX to AX

Speaker Card of Matt Biilmann, CEO at Netlify. His Talk: From DX to AX

โšก Speaker highlight: Matt Biilmann, CEO of @netlify.com

What happens when AI becomes user of your Vite apps?

@biilmann.blog will challenge our understanding of developer experience, exploring what it means when but AI agents interact with your products.

How does this impact your Vite apps?

22.07.2025 16:21 โ€” ๐Ÿ‘ 20    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
The screenshot from NPM showing that @vitest/browser package has 1,165,859 weekly downloads.

The screenshot from NPM showing that @vitest/browser package has 1,165,859 weekly downloads.

Vitest Browser Mode reached almost 1.2 million weekly downloads ๐Ÿ˜ฎ

Last time I checked it was 200k ๐Ÿซฃ

22.07.2025 12:42 โ€” ๐Ÿ‘ 58    ๐Ÿ” 7    ๐Ÿ’ฌ 10    ๐Ÿ“Œ 1
Post image

โšก Speaker highlight: Eric Simons, CEO @bolt.new

Eric shares his unique perspective on how Bolt, AI, & Vite are shaping the future of web dev. Introduced at ViteConf last year, learn about Bolt's evolution & deeper integration with the Vite ecosystem

Don't miss it!

More info: viteconf.amsterdam

21.07.2025 15:03 โ€” ๐Ÿ‘ 14    ๐Ÿ” 7    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
Speaker Card of Evan You showing "ViteConf 2025", his name, the title "Creator of Vite" and his talk title "Vite: Beyond a Build Tool"

Speaker Card of Evan You showing "ViteConf 2025", his name, the title "Creator of Vite" and his talk title "Vite: Beyond a Build Tool"

โšก Speaker highlight: Evan You

ViteConf wouldnโ€™t be the same without @evanyou.me, creator of Vue & Vite. His talks always drop major news ๐Ÿ‘€
This year, he'll reveal how Vite is evolving beyond a build tool into a full Rust-based toolchain.

You won't want to miss it!

More info on viteconf.amsterdam

17.07.2025 15:46 โ€” ๐Ÿ‘ 48    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 2
Post image

๐Ÿคฉ Today is a big day! I am honored to join the @vite.dev team and collaborate with @antfu.me to develop DevTools. I am thrilled about this opportunity and deeply thankful to @evanyou.me.

17.07.2025 14:35 โ€” ๐Ÿ‘ 75    ๐Ÿ” 5    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
feat: use PIFE for callbacks passed to `__esmMin` wrapper by sapphi-red ยท Pull Request #5319 ยท rolldown/rolldown This PR changes the generated code to use PIFE for callbacks passed to __esmMin wrapper. This improved the start up runtime performance by 2.1x in the case I tested. I tested this change on https:/...

Wow! @sapphi.red just made @rolldown.rs Vite's startup time 2x quicker.

How? By dealing with PIFEs and optimizing for the v8 engine, also coming to Oxc ๐Ÿ‘€

Everyone knows IIFEs but PIFEs? ๐Ÿ˜
Really impressed by such deep knowledge ๐Ÿ‘

17.07.2025 13:35 โ€” ๐Ÿ‘ 56    ๐Ÿ” 9    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

This was fun to collaborate on with @danielroe.dev and the @nuxt.com team! Looking forward to continued collaboration "across the aisle" ;)

Now go enjoy that beach, Daniel!

16.07.2025 13:33 โ€” ๐Ÿ‘ 19    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

๐Ÿšจ Speaker Alert ๐Ÿšจ

We're incredibly proud to bring together an exceptional group of speakers who are pushing the boundaries of web development with @vite.dev

Over the next few days, we'll be highlighting the incredible speakers who will be on our stage on Oct 9-10!

Stay tuned ๐Ÿš€

viteconf.amsterdam

16.07.2025 12:54 โ€” ๐Ÿ‘ 23    ๐Ÿ” 7    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
Preview
Announcing Nuxt 4.0 ยท Nuxt Blog Nuxt 4.0 is here! A thoughtful evolution focused on developer experience, with better project organization, smarter data fetching, and improved type safety.

Nuxt 4.0 is here at last โ€ฆ and it's all about DX โœจ

๐Ÿ—‚๏ธ app/ directory for better organisation
๐Ÿ”„ smarter data fetching
โšก๏ธ a faster CLI with socket communication
๐Ÿ”ง improved TypeScript integration

... and a smooth upgrade experience. ๐Ÿ’š

๐Ÿ‘‰ nuxt.com/blog/v4

15.07.2025 22:38 โ€” ๐Ÿ‘ 217    ๐Ÿ” 56    ๐Ÿ’ฌ 7    ๐Ÿ“Œ 9
Preview
ViteConf The Official in-person Vite Conference organised in collaboration with the Creator of Vite, Evan You and Vite Core Team!

Really stoked to be heading to Amsterdam and joining this stellar group of speakers to talk about how we use Vite at Laravel!

viteconf.amsterdam

14.07.2025 13:26 โ€” ๐Ÿ‘ 38    ๐Ÿ” 5    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

@vite.dev is following 20 prominent accounts