Glassy Framework Website: https://glassy-framework.github.io/ require "glassy-http" class HomeController < Glassy::Http::Controller @[Route("GET", "/")] def index "Hello World!" end end Official bundles/libraries Kernel Console Skeleton App https://github.com/glassy-framework/glassy-skeleton