Baxxon Example Sites:
Static Content
The zero-configuration baseline for the Baxxon framework.
Static Logic: Raw Files
Baxxon believes in "No Magic." The content on this page is served directly from the public/ folder.
The Visual Contract
Because the URL you requested contains a dot, Baxxon's deterministic router classifies this as a Physical Asset. It bypasses the logic engine and serves the file directly from the public/ folder.
Baxxon is a high-performance static server out of the box.
Static Asset Examples
Baxxon supports all standard web formats with proper MIME type handling.
Deterministic Error Handling
Because of the Visual Contract, Baxxon knows exactly when a file is missing or invalid.
- 404: File not found
- 415: Unsupported File Type (Blocked for security)