• Nullsto Rules must be read before making a post, otherwise you will get permanent warning points or a permanent ban.

    Nullsto Forum provides CLEAN and SAFE resources. You can use them for development and testing if you are on Windows and have an antivirus that alerts you about a possible infection: It is a false positive since every script is double checked by our experts. While downloading a resource, we recommend that you add Nullsto to your trusted sites/sources or temporarily disable your antivirus. "Enjoy your presence on Nullsto"
Etch - Your unified development environment for WordPress

Etch - Your unified development environment for WordPress v1.5.2 Nulled + Theme v0.0.7

No permission to download
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.5.2 Nulled + Theme v0.0.7
= Latest – 1.5.2
June 19, 2026
This release ships our official . It’s still experimental. Follow the link for install instructions, then turn the feature on in the Etch settings panel. Video demo coming on Monday. The release also expands Content Hub with taxonomy management and broader custom field support. You can browse taxonomies and terms, create new terms in place, and use new Checkbox, Radio and Select field types.
It also adds a few builder and AI Assistant improvements. AI Assistant can inspect the current page structure more directly, dynamic data gains htmlEncode and htmlDecode, and several fixes clean up Content Hub and value conversion.
  • New: Content Hub now includes a Taxonomies section where you can browse taxonomies and view their terms.
  • New: You can now create new terms directly inside a selected taxonomy in Content Hub, inline editing coming soon.
  • New: Custom Field Groups now support Checkbox, Radio and Select fields.
  • New: AI Assistant can now inspect the current page structure, look up individual blocks, and search for matching blocks.
  • New: Dynamic data now includes htmlEncode and htmlDecode modifiers for converting HTML entities in strings.
  • New: Custom post types now include a with front control so you can remove a slug base such as /blog/ from their permalinks.
  • New: Etch’s public API can now set and remove component props through block attributes.
  • Improvement: The builder context menu now folds Create into Convert to to simplify block conversion actions.
  • Fix: Content Hub now lists non-public Etch custom post types, removes the duplicate custom field group button, and uses the same date format for Last edited as for Created.
  • Fix: The to-rem modifier now converts negative values instead of dropping them.
View hidden content is available for registered users!


Etch - Your unified development environment for WordPress v1.5.1 Nulled + Theme v0.0.7
Latest – 1.5.1
June 12, 2026
This patch release fixes the 1.5.0 regression that could mount the builder twice on production sites after updating. Etch now ensure that the builder is only initialized once, so the editor no longer appears duplicated on the page.
  • Fix: The builder no longer mounts twice after updating to 1.5.0
Etch - Your unified development environment for WordPress v1.4.19 Nulled + Theme v0.0.7
This release focuses on giving the AI Assistant the ability to handle files and bug fixes. Duplicate slots inside conditional branches now save correctly in Gutenberg, and the AI Assistant can now work with files including CSVs.
It also adds an onSave hook for 3rd party developers and better aligns the sanitization of raw HTML between the frontend and the builder.
  • New: AI Assistant now accepts pasted and dropped files in chat.
  • New: AI Assistant can now read CSV files from the Media Library and describe their contents, including when you want to use that data to create posts.
  • New: The builder controls API now exposes an onSave hook so custom integrations can run code after a save completes.
  • Improvement: The concat dynamic-data modifier now works with arrays, so you can merge arrays and append values instead of only concatenating strings.
  • Fix: Duplicate slots used across conditional branches now save correctly in Gutenberg instead of losing or corrupting content.
  • Fix: Raw HTML now sanitizes more consistently between the builder and the frontend, reducing cases where content renders differently after publish.
Etch - Your unified development environment for WordPress v1.4.17 Nulled + Theme v0.0.7
Latest – 1.4.17
May 05, 2026
Etch 1.4.17 fixes a 1.4.16 regression where condition properties broke the Gutenberg editor, clears the flood of @Property console errors, and resolves several SVG and dropdown bugs. Also: AI loops now work for any post type, and the AI chat handles unsupported capability calls gracefully.
  • New: Graceful recovery and clear error toast when the AI tries to call an unsupported capability
  • New: AI loop capability now creates loops for any post type, not just posts
  • Improvement: Refined styling for AI chat code action buttons
  • Fix: Component blocks with a condition property no longer break the Gutenberg editor
  • Fix: Eliminated thousands of console “@property rule was ignored” errors that could trigger host firewalls
  • Fix: Properties panel select dropdown no longer gets buried offscreen
  • Fix: Strip colors button now works on plain SVGs
  • Fix: SVG media picker now works for dynamic (etch:svg) SVGs
  • Fix: list_post_types AI capability returns post type slugs, not REST bases
Etch - Your unified development environment for WordPress v1.4.15 Nulled
= Latest – 1.4.15
April 24, 2026
Etch 1.4.15 fixes an issue with media ID props being silently rewritten to the attachment URL, and introduces support for conditions nested inside other conditions. It also includes the new {component} dynamic data scope, support for attachment IDs in dynamic SVG src, and the ability to detach a component instance.
  • New: Dynamic SVG elements now accept a WordPress attachment ID in the src attribute and resolve it to the attachment URL
  • New: Components expose a new {component} dynamic data scope — see the for what’s available
  • New: Detach a component instance from its component — breaks the link so the block becomes a regular set of elements you can edit freely
  • Improvement: Refreshed properties panel — the component name and key now live in the panel header instead of taking up a row
  • Fix: Condition properties nested inside another condition property now evaluate and render their children correctly
  • Fix: Media ID properties are no longer silently rewritten to the attachment URL at resolve time
Etch - Your unified development environment for WordPress v1.4.11 Nulled
April 13, 2026
Etch 1.4.11 fixes a rendering regression in the HTML Editor. Also adds a JS indicator badge for blocks containing <script> in the Structure panel, auto-strips curly braces when pasting into condition inputs, and refines styling across the AI Panel and selected block overlay.
  • New: JS indicator badge on blocks containing <script> in the Structure panel
  • Improvement: Condition inputs automatically strip curly braces when pasting dynamic expressions
  • Improvement: Polished styling for the “Add to AI context” button and AI Panel context block
  • Improvement: Refined typographic styles on the selected block overlay
  • Fix: HTML Editor rendering regression
  • Fix: AI context controls are now hidden when the AI Assistant is disabled
  • Fix: Label text transform no longer leaks onto sibling elements
Etch - Your unified development environment for WordPress v1.4.10 Nulled
April 09, 2026
AI chat now supports block context, letting you right-click HTML elements in the structure panel to include their HTML and CSS as context for AI conversations. The class property input also gets a new populator for it’s default value.
The redesigned component inputs introduced in 1.4.9 have continued to evolve. We encourage you to enable them in the settings and share your feedback. Let us know what you think so we can make some final changes before they officially replace the old design!

  • New: Block context for AI chat. Right-click HTML blocks in the structure panel to add them as context for AI conversations, with visual pills showing which blocks are included
  • New: “Remove from AI context” option in the structure panel context menu and dismiss buttons on context pills
  • New: Default value property-populator for class props
  • New: Continued implementation of component inputs redesign, we encourage you to test them out and give us feedback
  • Improvement: Passthrough blocks are now properly respected when scrolling into view
  • Improvement: “scrollbar-gutter: stable” no longer unintentionally affects the canvas iframe
  • Fix: Pending images are now cleared when opening a new AI conversation
  • Fix: Pending block context is cleared when starting a new conversation or clearing the chat
Etch - Your unified development environment for WordPress v1.4.8 Nulled
- Latest – 1.4.8
April 02, 2026
This release introduces Condition Props, a new component property type for conditionally showing or hiding groups of props, and enables Etch Intelligence for all users during the beta. The AI chat gains CSS injection with intelligent selector merging and an HTML replace button. Several bugs are fixed around group/repeater prop exposing, Unicode in .toSlug(), and the component editor UI.

  • New: Condition Prop — a new component property type that conditionally shows or hides groups of child props based on an expression, supported in both the Etch Builder and Gutenberg.
  • New: AI CSS injection — the AI chat can now insert CSS directly into your styles, merging intelligently with existing selectors (AI rules win on conflicts, existing rules are preserved).
  • New: Replace with AI output — when an element is selected, a new “Replace” button lets you swap it with AI-generated HTML.
  • New: Etch Intelligence is now enabled for all users during the beta period.
  • New: Component Instance Inputs Redesign — refreshed look for text, group, and condition property inputs when using components. Available behind the “Component Instance Inputs V2” setting for early feedback — other prop types (select, loop, etc.) are not yet supported and may not work properly.
  • Improvement: AI error messages from the provider now surface directly in the chat window.
  • Improvement: Improved image paste handling in the AI panel.
  • Fix: Group and repeater props now properly expose to the parent component, and dynamic data is no longer reverted when editing group or repeater inputs.
  • Fix: The .toSlug() modifier now correctly handles Unicode characters (German umlauts, Polish letters) at the start of strings, with consistent behavior between the builder and the frontend.
  • Fix: Images always render with an alt attribute, even when no value is set in the media library. Also fixed SVGs incorrectly rendering with width/height of “1”.
  • Fix: Long class names in the component editor class prop no longer overflow the UI.
  • Fix: Third-party plugin assets no longer break in the builder iframe due to the asset queue emitting a JSON object instead of an array.
  • Fix: Copying text from the AI chat no longer pastes block JSON into the clipboard.
Etch - Your unified development environment for WordPress v1.4.7 Nulled
= Latest – 1.4.7
March 26, 2026
Etch 1.4.7 introduces Build mode in AI chat — a dedicated mode for helping you build pages, with the original conversational mode now available as Ask mode. You can now paste or drag-and-drop screenshots into AI chat to have it build from a visual reference. The canvas gains zoom support via ALT+mouse wheel with precise width and zoom controls. The Gutenberg editor adds support for repeater prop inputs, and a regression where void elements like <br> were duplicated on the frontend has been fixed.
  • New: AI chat introduces Build mode — a specialized mode for helping you build pages, alongside the existing Ask mode for general questions
  • New: Paste or drag-and-drop images into AI chat — share screenshots to have the AI build from a visual reference
  • New: Repeater prop input in the Gutenberg block editor — add, remove, and populate nested repeater groups directly in the block sidebar
  • New: Zoomable canvas — ALT+mouse wheel to zoom in and out, with width and zoom percentage inputs for fine-tuning
  • Fix: Void elements (e.g. <br>, <img>) no longer get duplicated on the frontend
Etch - Your unified development environment for WordPress v1.4.5 Nulled
= Latest – 1.4.5
March 19, 2026
Etch 1.4.5 restores builder support for patterns and components that use the legacy block format, which stopped working after 1.4.4 removed the old parser. It also fixes a community-reported issue where copy/paste was being hijacked inside input fields, and adds a safeguard against accidental template content wipes. On the builder side, the command palette now supports wrapping selections in span and anchor elements.
  • New: Wrap in span and wrap in anchor options added to the command palette (CMD-K)
  • Improvement: AI chat responses are now faster thanks to optimized reasoning
  • Improvement: AI chat action buttons polished with distinct icons and clearer layout
  • Fix: Patterns and components using the legacy block format now paste and insert correctly again in the builder (ETC-530)
  • Fix: Copy and paste now works correctly inside input fields — block-level copy/paste no longer hijacks standard text inputs (ETC-525)
  • Fix: Templates can no longer be accidentally wiped when saving
  • Fix: Selector mode no longer opens unexpectedly when using Cmd+Enter in AI chat
Top