I've been working on Parcel v3 recently! It has a completely different architecture than every other tool out there. It's a totally standalone native binary with no dependency on Node, and supports native plugins written in any language (e.g. Rust, Go, Swift, Zig, C, etc.) for perf critical stuff, as well as a custom runtime for JS plugins. Over 50x faster than v2 in early benchmarks. I'll have more to share soon!