Skip to content

Getting Started

Welcome to Jazzy Framework, the productive web framework for Nim geared towards speed and developer happiness.

Quick Start

Get your API up and running in less than a minute.

Terminal window
# Install Jazzy CLI
nimble install jazzy
# Create a new project
jazzy new my-app
# Run the server
cd my-app
nimble dev

Visit http://localhost:8080 to see your new Jazzy app in action!

Why Jazzy?

  • Native Speed: Compiled to C/C++, running at native speeds.
  • Async Efficiency: Built on top of Mummy for non-blocking I/O.
  • Developer Experience: “Laravel-like” productivity with type safety.

Next Steps

Check out the Installation Guide for more detailed setup instructions.