- Define HTTP routes exclusively using straightforward `get`, `post`, `put`, and `delete` blocks natively.
- Start the application explicitly calling `Kemal.run` at the bottom of the main file.
- Access URL parameters natively referencing `env.params.url["id"]` inside the route block definitions.
- Serve static files automatically placing assets strictly inside the built-in `public/` directory.