Outerwill - Dynamic Routes Demo

This site demonstrates the new per-site dynamic route capability. Static HTML files (like this page) work alongside dynamic API endpoints.

Available API Endpoints

GET /api/status

Health check endpoint that returns site status and context.

POST /api/echo

Echo endpoint that returns the posted JSON data.

GET /api/info

Information about the site and available endpoints.

Test Results

Click a button above to test the API endpoints...