#fastify
Fastify + Vite integration just got sexier. @fastify/vite v8 final is out with full support for Vite 6's Environment API. My favorite change is the fact you no longer have to use two separate vite build commands.

github.com/fastify/fast...
Release @fastify/vite@8.0.0 · fastify/fastify-vite
5K/downloads weekly! If you consider the fact the most popular alternatives to the @fastify/vite stack are Nuxt.js, Next.js and Astro, all heavily funded, it's amazing to see @fastify/vite flourish...
github.com
April 4, 2025 at 7:14 AM
I’m stoked that the Fastify Vite integration has now be updated to use the new Environment API! Check it out
Release @fastify/vite@8.0.0 · fastify/fastify-vite
5K/downloads weekly! If you consider the fact the most popular alternatives to the @fastify/vite stack are Nuxt.js, Next.js and Astro, all heavily funded, it's amazing to see @fastify/vite flourish...
github.com
April 4, 2025 at 3:59 PM
Elysia, fastify ou fresh? 🤔
September 9, 2024 at 12:48 AM
Alright JS devs, hit me: fastify or hono?
March 21, 2025 at 6:28 PM
For those who may be watching... you may have noticed all the new performance analysis work I've been doing lately. This is really all intended to make zero-dependency perf analysis possible / more useful in general. Consider this example for instance: github.com/jasnell/fast...
September 22, 2026 at 4:34 PM
Galera, estou desenvolvendo um template para iniciar novos projetos com Fastify, com muita coisa pré-configurada. Deem uma olhada, façam suas críticas e mandem PRs para melhorar o projeto:

github.com/DouglasdeMou...

#bolhadev
@samsantosb.bsky.social
@sseraphini.bsky.social
GitHub - DouglasdeMoura/fastify-ts-starter: A simple template to start a new Fastify project with TypeScript
A simple template to start a new Fastify project with TypeScript - DouglasdeMoura/fastify-ts-starter
github.com
September 3, 2024 at 1:04 PM
I miss Laravel so much I'm bringing it with me to Fastify 😅
February 12, 2025 at 9:33 PM
do i want to generate 10 agent-specific config files and commit them to my repos?

i think not

seems i’m in good company
April 15, 2026 at 3:30 PM
I just published a Fastify plugin to render Svelte CSR or SSR with/without hydration. It's not feature complete but does work quite well already. Feel free to give it a try or send feedback.
github.com/matths/fasti... #svelte #fastify #SSR #template
GitHub - matths/fastify-svelte-view: A fastify plugin that brings Svelte CSR or SRR (with or without hydration) to your next route.
A fastify plugin that brings Svelte CSR or SRR (with or without hydration) to your next route. - matths/fastify-svelte-view
github.com
January 16, 2026 at 11:44 PM
I DEFINED IT.

like this is getting really tedious, I'm sorry you're used to dealing with irresponsible fuckheads but part of the process of making this better is making it harder for organizations to support irresponsible fuckheads
GitHub - eropple/fastify-openapi3: Developer-friendly OpenAPI3 tooling for Fastify that's easy to use.
Developer-friendly OpenAPI3 tooling for Fastify that's easy to use. - eropple/fastify-openapi3
github.com
January 22, 2026 at 11:50 PM
recommitted to @opensourcepledge.com at @val.town for 2025! very pumped to support projects like zod, fastify, codemirror, unified, and esm.sh with real 💸 as well as positive vibes.

blog.val.town/oss-pledge
Year Two of the Open Source Pledge
Updates and articles from the Val Town team
blog.val.town
November 5, 2025 at 9:10 PM
February 10, 2025 at 10:42 PM
I use Fastify for backend APIs, partially because it's good and I like it, but mostly because I know that @nodeland.dev gives a shit, a lot, and his choices are for the benefit of the user.
February 12, 2025 at 2:32 PM
friendship ended with claude
January 13, 2026 at 10:17 PM
This Week In React 229

Read and subscribe here:
thisweekinreact.com/newsletter/229

⚛️
- React Conf
- React Router
- Next.js Adapters
- Redwood
- Apollo
- Fastify
- Vite
- Waku
📱
- RN 0.79
- Deep Imports
- Expo Fingerprinting
- Builder Bob
April 9, 2025 at 4:26 PM
dirty, filthy server
December 15, 2024 at 5:39 PM
... Node.js' own benchmarks are starting to make use of these to replace the age-old dependency we've had on R-script. Not only do they eliminate the dependency, but the impl is way faster than the R-script equivalents.

These can also be used in health monitoring of apps github.com/jasnell/fast...
fastify-sliding-health/monitoring.js at main · jasnell/fastify-sliding-health
An example using latest perf_hooks features. Contribute to jasnell/fastify-sliding-health development by creating an account on GitHub.
github.com
September 17, 2026 at 2:57 PM
Me trying to get a handle on a new client’s web app built with React, Nextjs, Redux, Tailwind, multiple UI libs, a backend split across NestJS, Express, and Fastify, juggling GraphQL, REST, and gRPC, with five databases, three auth systems, and CI/CD scattered across GitHub, CircleCI, and Jenkins.
May 28, 2025 at 3:41 PM
I already wanted to hate @bun.sh/serve because I only got 6,329 reqs/s compared to 8,694 with @nodejs.org/fastify.

Though as I removed a `console.log(url.path)` it jumped up to 90,553 req/s... very interesting..
March 7, 2025 at 7:58 PM
In this case, we make a thin Fastify web server to process the routes we register, so a plugin I wrote can generate an OpenAPI spec

Somebody invoked the DI container we are not creating in that flow from the top level of a Fastify plugin (no reason to ever do that) so everything broke. Never again
January 22, 2026 at 11:33 PM
A mesma de hj:
-fastify
- redis
-node
-mongo
-next

Já tá tudo pronto, só copiar e colar
Se vocês fossem criar um produto AGORA para colocar um MVP no ar em 3 dias, qual stack vocês usariam?
September 2, 2024 at 5:39 PM
Fastify
October 7, 2024 at 10:24 PM
Find out about new Fastify npm packages on the Node.js Security newsletter: www.nodejs-security.com/newsletter/n...
December 6, 2024 at 4:00 PM
🚀 Say hello to Workerify!
A simple way to build REST APIs directly in Web Workers or Service Workers.

🔹 @fastify.dev like API
🔹 Runs natively in browsers
🔹 Easy setup with Vite
🔹 Plays beautifully with @htmx.org

👉 github.com/anthonny/wor...

#JavaScript #WebDev #htmx #Vite
GitHub - anthonny/workerify: Fastify-like server in your Service Worker
Fastify-like server in your Service Worker. Contribute to anthonny/workerify development by creating an account on GitHub.
github.com
September 21, 2025 at 12:36 PM