A modern, standalone web-based editor for Nintendo Switch custom home menu themes (.nxtheme files).
This editor is built using Nuxt 4, Una UI, UnoCSS, and is powered by the @themezernx/nxtheme-builder package.
- Visual Theme Editing: Edit layouts, backgrounds, colors, and metadata for custom home menu themes.
- Modern UI Components: Sleek interface built with Una UI component library.
- Fast Building: Responsive development experience using Vite and UnoCSS.
- Zero-Dependency Core Parsing: Theme files compiled and parsed on top of
@themezernx/nxtheme-builder.
Make sure you have Bun installed on your machine.
Clone the repository and install the dependencies:
git clone https://github.com/ThemezerNX/nxtheme-editor
bun installStart the local development server with hot module replacement (HMR):
bun run start:devOpen your browser and navigate to the local URL (usually http://localhost:3000).
To compile a highly optimized production bundle:
bun run buildTo preview the built production app locally:
bun run startThis project is licensed under the GNU General Public License v3 (GPL-3.0) - see the LICENSE file for details.