An exploration of how Hanami's view layer could be extended to support templateless, inline rendering for JSON API responses. The author notices that fullstack and API Hanami apps diverge significantly in how actions are structured, with API actions taking on data-fetching responsibilities that views handle in fullstack apps. By implementing custom Renderer and Rendering classes (~20 lines of code), it's possible to define a render block directly in the view class, restoring separation of concerns for API apps. The experiment also hints at potential Phlex integration with hanami-view.