Gutenberg + Rust + TypeScript
Last updated Jul 4, 2026
38
Stars
3
Forks
6
Issues
0
Stars/day
Attention Score
28
Language breakdown
JavaScript 69.3%
TypeScript 15.5%
Rust 7.1%
CSS 5.4%
PHP 2.7%
โธ Files
click to expand
README
Gutenberg + Rust + TypeScript
This is a minimum block plugin template to rapidly get started building WP blocks using Rust + TypeScript.
- Follow me on Twitter: https://twitter.com/kevinbatdorf
- Sponsor this package: https://github.com/sponsors/KevinBatdorf/
Getting Started
- Run
npm installto install necessary packages - Run
npm run rename <text-domain> <label>to rename from rust-starter. - Run
npm run startto start the dev server - Run
cypress opento run interactive tests
๐ More in this category