A wrath of the lich king theme built on Nextjs and React
Downloads
12
Views
334
Likes
1
Uploaded on
January 17, 2026
I developed this a while ago for an UnsimpleWorld customer, but never found a way to actually use or sell it (Customer rejected it), so here you go, free for EmuDevs.
I may continue on it at some point when I find the motivation/time.
Stack Used:
Nextjs 14.2.8
React 18
mdx (For the blog)
How to run/install
Download Nodejs
Install it
Open the folder in VSCode
Open a terminal and run npm i to install the dependencies
After that, run npm run dev to start the development server
To make a production build, run npm run build
If you want the PSD for it as well, here you go:
https://drive.google.com/file/d/1zbTp0c0QeoNfZjHp7xKuAj4K621xL6Z-/
Demo: https://wotlk-theme.vercel.app/
Repo: https://github.com/Splicho/wotlk-theme
=> Feel free to fork as well or open a pull requests if you want to contribute.
Sign in to join the conversation
You must be signed in to comment
I get this error when running npm: "npm: Cannot load file C:\Program Files\nodejs\npm.ps1 because script execution is disabled on this system. For more information, see the topic about_Execution_Policies at
https://go.microsoft.com/fwlink/?LinkID=135170.
Line: 1 Character: 1
+ npm run dev
+ ~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess




@splicho