Generated Backends allow users to call on a simulated database in their websims. To use, type '/api/backendhere'. For example, for my Underground Martian Expedition I used '/api/martianplants'. When the user asks for a plant, it gives back a generated plant and its information from a simulated database.
Using HTMX can allow your websim to process information without reloading the page. In my Underground Martian Expedition, I used HTMX so the user would be able to search plants without waiting for a full page loading sequence.
You can also use HTMX for live chatting with various LLM personas - a great example is Rudy's Boom Boom Room - Lightning Round by Jazmaan/OneMeatball.
In order to implement HTMX, simply tell your websim you would like to use HTMX. You can specify when, and where to implement, but it is generally not required.
Extend the functionality of your WebSim.ai projects with our growing library of plugins. These pre-built components can be easily integrated into your simulated websites.
WebSim.ai provides powerful context management tools to help you maintain consistency across your simulated web universe.
The !Continue feature is currently the only true command in websim. When you are generating a particularly large input, it can load unfinished. When this happens, you can type !Continue into the typical prompt bar, and it will continue processing and generating the page on the next load.