

The GoDevs Blocks block category in the block inserter showing Group, Column, Text, Heading, Icon, Tabs, Accordion, Query, and more.
GoDevs Blocks is a free WordPress block plugin that extends the Gutenberg editor with
36 production-ready blocks built on a modern CSS Custom Property design token
system. Every block is responsive across 7 breakpoints, outputs clean semantic
HTML, and ships with zero inline styles — all styling is compiled to a single
per-page CSS file served as a static asset.
<details>/<summary> accordion with FAQ schema.org markup support--gb-* prefix)role="tablist", role="tab", role="tabpanel", etc.)goblocks_register_dynamic_tags hookanyThe complete, human-readable source code for this plugin — including all TypeScript block source files, SCSS, and build configuration — is publicly available at:
https://github.com/godevsltd/godevsblocks
The build/ directory in the plugin ZIP contains compiled assets generated from the src/ directory. To regenerate them:
git clone https://github.com/godevsltd/godevsblocks.gitnpm installnpm run buildBuild tool: @wordpress/scripts (webpack-based). Node.js 18+ and npm 9+ required.