A custom, performance-first WordPress theme made with caffeine, mindnight oil, and lots of love. Built to be clean, accessible, and easy to maintain.
- Custom WordPress theme.
- Purpose-built template pages and content flows.
- Fast-loading UI with a minimal JavaScript footprint.
- Responsive navigation and interactive elements.
- A consistent, polished and premium visual system across all pages.
- Responsive layout that looks great on mobile and desktop.
- Fast page loads and optimized assets.
- Easy content updates via standard WordPress editing and menus.
- Front-end stack: Vite, Sass, Tailwind, PostCSS.
- Source files live in
src/. Compiled output is indist/. dist/is generated and should not be edited manually.
- Custom blocks live in
blocks/and are registered infunctions.php. - Each block uses
block.jsonwitheditorScriptpointing todist/blocks/*.js. - Vite auto-discovers
blocks/*/index.jsand outputs compiled bundles todist/blocks/. - Editor-only styles are defined per block (for example,
blocks/hero/editor.css).
npm installnpm run dev:all- Set
CUSTOM_WP_VITE_DEVto true inwp-config.phpto load the dev server.
define('CUSTOM_WP_VITE_DEV', true);
npm run build- WordPress enqueues:
dist/tailwind.cssdist/assets/main.cssdist/assets/main.js
For changes to layout, design, or behavior, work from src/ and rebuild. For content edits, use the WordPress admin editor and menus.