Fresh logo
docs

The next-gen web framework.

⚠️ Do not use `fresh` for production usecases yet, unless you are very actively tracking the `fresh` repository for updates. The framework is still undergoing very frequent core functionality changes. You can expect a mostly stable release around the end of May 2022.

Getting Started

In this chapter of the fresh documentation, you'll be introduced to the framework. You'll learn how to create a new project, run it locally, edit and create pages, fetch data, handle user interactions, and how to then deploy the project to Deno Deploy.

The documentation assumes you have Deno 1.12.0 or later installed.

To install Deno, follow the installation instructions in the Deno manual.

For the best user experience, you should also set up your editor or IDE to play nice with Deno. Documentation for this can also be found in the manual.