Currently under the working title "Project Hexblade", this is a D&D web-app for use as a companion app for players to use at tables. D&D can be a complicated game to play sometimes, especially for newer players, and for more advanced players, who like to tweak and change the systems to better fit their ideas, this means adding their own variations to the rules, which can make things even more confusing. Enter Project Hexblade, a modular, easy-to-use, and easy-to-customize web-app. The idea is to have each "chunk" of the "character sheet" as a component, which can be easily modified or replaced by the user.
![]() |
![]() |
![]() |
![]() |
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The preferrable IDE for development is Visual Studio 2022 as it would be easy to install workloads needed.
VSCode can also be used but we will have to make note of the workloads/dependencies/extensions that are needed more specifically at another time.
When installing Visual Studio 2022, check the following workloads:
Under Web & Cloud
- ASP.NET and web development
- Python development
- Node.js development
Under Desktop & Mobile
- .NET Multi-platform App UI development
- .NET desktop development
- Desktop development with C++
- Mobile development with C++
Optionally, although highly recommended, you can also select the following under Other Toolsets
- Data storage and processing
- Visual Studio extension development
- Linux, Mac, and embedded development with C++
Once selected, continue installation as normal.
If you think you forgot to select any workload, open Visual Studio and go to Tools > Get Tools and Features...
After this, you should see the Workloads screen once again and can check which packages you have selected. If by chance you missed one, you can select it and select Modify with the option to Install while downloading or Download all, then install - either choice should do the job.
Installation should now proceed as seen






























