Built for speed, reliability, and simplicity.
Fresh embraces the tried and true design of server side rendering and progressive enhancement on the client side.
To bootstrap a new project:
deno run -A -r https://fresh.deno.dev my-project
Enter the newly created project directory and run the following command to start the development server:
deno task start
You can now open http://localhost:8000 in your browser to view the page.
A more in-depth Getting Started guide is available in the docs.
This text is being server side rendered on the fly. It was rendered at 14:40:07 UTC.
The counter below was rendered on the server with a starting value of 3, and was then hydrated on the client to provide interactivity. Try out the buttons!
Only the JS required to render that counter is sent to the client.
Below is a selection of projects that have been built with Fresh.