Questie Demo

This is a demonstration subproject of the char.build domain. It shows how a separate Val Town project can be integrated with the main project via proxying.

Features

  • Simple quest management interface
  • About page explaining the proxy architecture
  • Designed to work under the /questie path of the main domain

Integration with Main Project

This project is designed to be accessed via the main char.build project. The main project proxies requests that start with /questie to this project.

Development

To develop this project independently:

  1. Make changes to the HTTP handler or add new components
  2. Test the direct endpoint URL
  3. Once working, it will automatically be available through the main project proxy

The project includes navigation back to the main char.build home page while maintaining its own internal navigation structure.