Nyxel is public
The site, docs, blog, hosted editor, and demo storefront are now live at nyxel.dev.
Last updated: August 1, 2026
The June 19 note was about making the editor more practical. This one is simpler: Nyxel now has a public site, docs, blog, hosted editor, and demo storefront.Update, July 2026: The public demo now runs on Astro with a separate Canvas and real-route Preview. The screenshots below preserve the first public SvelteKit version.
nyxel.dev is live. You can read what the project is, what works in the demo, and what is still planned without needing private project context first.

Why now
Nyxel is still a personal project and still early. The point of putting it online is not to pretend it is finished.
The point is that the work is easier to understand when there is a public version to open. The editor, schema model, preview iframe, and storefront runtime are hard to explain only through code. A hosted demo gives the project a clearer shape.
If the overlap of headless Shopify, theme-editor ergonomics, and SvelteKit is interesting to you, I would like to hear from you: andre@nyxel.dev.
Homepage
The homepage shows four views of the same project:
- Editor
- Components
- schema-driven controls
- section anatomy, comparing Liquid and Svelte

Docs
The docs got a full pass: better reading order, shorter pages, built/planned labels, and terminology that matches the editor as it exists now.
Visual Editor moved up in the sidebar because that is how people tend to explore the project: why it exists, how it is structured, then what the tool can do.

Hosted demo
The public surfaces are:
| Surface | URL | Notes |
|---|---|---|
| Site | nyxel.dev | Homepage, docs, blog |
| Editor | editor.nyxel.dev | Visual editor demo |
| Storefront | shop.nyxel.dev | Reference storefront and preview routes |
Other work in this pass
A few things landed around the same time:
- an experimental Agent tool in the editor top bar
- clearer commerce boundaries, with Hydrogen preview commerce kept in the storefront app
- container and stack composition polish
- Horizon-style hero media layouts
- fluid heading sizes from theme settings
- preview sizing and editor chrome fixes
Next
The next work is publishing, more starter theme polish, and Bridge — the planned Liquid companion for Shopify-native app blocks.