Skip to content

alchemy-swift/alchemy

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Sep 8, 2021
Jun 23, 2024
Dec 9, 2024
Sep 9, 2023

Repository files navigation

A modern, batteries included web framework for Swift.

Swift Version Latest Release License


import Alchemy

@main
struct App: Application {
    func boot() {
        get("/hello") { req in
            "Hello, \(req["name"])!"
        }
    }
}

Documentation

For full documentation and to get started, visit alchemyswift.com.

Contributing

You can report bugs, suggest features, or just say hi on Github discussions and Discord.

👋 Thanks for checking out Alchemy!