Software Alternatives, Accelerators & Startups

Fresh Framework

Fresh is a next generation web framework, built for speed, reliability, and simplicity.

Fresh Framework

Fresh Framework Reviews and Details

This page is designed to help you find out whether Fresh Framework is good and if it is the right choice for you.

Screenshots and images

  • Fresh Framework Landing page
    Landing page //
    2023-09-30

Features & Specs

  1. Performance

    Fresh takes advantage of Deno's fast runtime and server-side rendering, minimizing latency and improving performance by generating HTML content on the server side.

  2. TypeScript Support

    Fresh supports TypeScript out of the box, enabling developers to write type-safe code, which enhances code reliability and maintainability.

  3. Modern JavaScript

    Fresh is built with modern JavaScript features and uses ES modules, which supports a more modular and efficient codebase.

  4. No Build Step

    Fresh doesn't require a bundling or build step, as it uses native ES modules. This simplifies the development workflow and reduces complexity.

  5. Deno Integration

    Being tightly integrated with Deno, Fresh benefits from Deno's security model, tooling, and standard library.

Badges

Promote Fresh Framework. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

We don't have any videos for Fresh Framework yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Fresh Framework and what they use it for.
  • You're Doing Rails Wrong
    It's not so bad if you're doing it professionally because you pretty much set it up once and you're done. But yeah it's annoying for one-off projects or if web dev isn't your main job. That said you can avoid it. I wrote a website using Fresh (https://fresh.deno.dev/) and that was the only thing I needed. Incredibly simple compared to the usual Node/Webpack mess. Plus you're writing in Typescript, and can use TSX.... - Source: Hacker News / 9 months ago
  • Deno 2.4
    I would highly recommend giving Deno Fresh[1] a go, it has a lot of the same features as Next.js but I find it to result in a much cleaner codebase overall. This coupled with Deno's built in KV store and hosted on Deploy makes for quite a zen workflow to be honest. [1]: https://fresh.deno.dev. - Source: Hacker News / about 1 year ago
  • FDLD - Fatigue Driven Lack of Development
    Ummm... Well I am mostly a web dev so I will try out the Fresh ๐Ÿ‹ framework to make something simple like an app where a user can log their mood (why not ๐Ÿฆ€). - Source: dev.to / over 1 year ago
  • Let's talk metaframeworks
    Fresh. Deno-based full-stack web framework usingโ€ฆ. - Source: dev.to / over 1 year ago
  • 5 things I like about Deno
    Everything changed when I started "Tear Down and Rebuild" my blog. After many times of hesitating and pondering over technology choices, the name Fresh appeared. However, Fresh requires Deno as its runtime environment. Having no prior deployment experience but thinking "it's just a JavaScript runtime environment!" gave me more confidence. The next story is this article. - Source: dev.to / over 1 year ago
  • Wrapping My Mind Around Node.js Runtimes
    Deno also provides infrastructure beyond the runtime. Tests, linters, and formatters are also included. You can also deploy your applications using Denoโ€™s serverless environment, Deno Deploy (learn how to use Neon with Deno Deploy), and build entire applications using Denoโ€™s framework, Fresh. - Source: dev.to / over 1 year ago
  • Create a blog with Deno 2 and Fresh
    Fresh is the most popular web framework built on Deno. With the imminent Deno 2.0 launch, now is a great time to take a look at it. I give an updated dive into how to build a simple blog engine with it, based on Andy Jiang's original example. - Source: dev.to / almost 2 years ago
  • MiniJinja: Learnings from Building a Template Engine in Rust
    The answer is not to use a templating engine. TSX is the gold standard here IMO. Using it with https://fresh.deno.dev/ is soooo much nicer than old school templates. - Source: Hacker News / almost 2 years ago
  • What's Your Favorite Tech Stack and Why?
    Deno: Deno with one of it's frameworks (like Fresh. - Source: dev.to / over 2 years ago
  • Fly.it Has GPUs Now
    Because I have secret magical powers that you probably don't, it's basically free for me. Here's the breakdown though: The application server uses Deno and Fresh (https://fresh.deno.dev) and requires a shared-1x CPU at 512 MB of ram. That's $3.19 per month as-is. It also uses 2GB of disk volume, which would cost $0.30 per month. As far as post generation goes: when I first set it up it used GPT-3.5 Turbo to... - Source: Hacker News / over 2 years ago
  • Deno in 2023
    Deno has also created a Next.js competitor, Fresh. I found it a few weeks ago and am starting to go through the docs, looks like a good overall concept. https://fresh.deno.dev/. - Source: Hacker News / over 2 years ago
  • We need an official backend web framework
    Https://fresh.deno.dev/ - Fresh embraces the tried and true design of server side rendering and progressive enhancement on the client side. Source: over 2 years ago
  • Hacktoberfest 2023 Recap
    Along the way, I not only got the oppurtunity to revise old concepts that had blurred in my memory, but also learnt about new technologies like Fresh.js, a framework from Deno (a js runtime engine) that uses Preact, a React Routing library and used Chakra UI for the first time. - Source: dev.to / over 2 years ago
  • Why Can't I Just Use This Function? The Struggles with Code Reusability in JS
    A whole project might be released as a server or framework. Frameworks like fresh, and astro) both have had things deep within them that I've wanted to reuse, within fresh it's the esbuild configuration, and islands functionality, and within astro it's the rendering of astro files themselves. - Source: dev.to / over 2 years ago
  • JavaScript First, Then TypeScript
    The Fresh framework by Deno cited an improved developer experience due to tighter feedback loops. - Source: dev.to / almost 3 years ago
  • Framework Interoperable Component Libraries Using Lit Web Components.
    I've thought about this a lot while using other frameworks like Deno Fresh which uses Preact under the hood, mainly for JSX templating, but also for islands functionality. Within that framework you can't really use React component libraries. You start to think more about generating static HTML like this example from the Deno blog [A Whole Website in a Single JavaScript File,... - Source: dev.to / almost 3 years ago
  • Next.js, Just Why?
    Https://fresh.deno.dev/ Deno supports importing node modules now so you can import whatever dependency you desire. I even used browser imports on the server, it's so flexible. Island based hydration is a great idea and it's a super productive framework to use. Fresh uses Preact, I spent the last few months using it and I never caught myself fighting with the framework, unlike nextjs where it's a constant struggle. - Source: Hacker News / almost 3 years ago
  • Node.js vs. Deno vs. Bun: JavaScript runtime comparison
    Deno also has a tooling ecosystem around it to enable developers to jumpstart their projects. Fresh is a web framework built for Deno and Lume is their static site generator. - Source: dev.to / almost 3 years ago
  • Deno 1.35: A fast and convenient way to build web servers
    > Have you seen the horrible mess of web development caused by JS platform taking over backend and mb of js files just to write a text to a DOM element? Deno is one of the pioneering projects (via https://fresh.deno.dev/) pushing SSR to the maximum so we don't need MBs to render DOM elements... Unless you know, you want any sort of interactivity which every single client-facing SaaS app ends up needing (for... - Source: Hacker News / about 3 years ago
  • Looking to hire UX/UI designer
    Please don't torture your developers with php, I recommend fresh https://fresh.deno.dev/ ๐Ÿ˜ธ built reiya with it and its by far the best way to do no-shipped-js development. Source: about 3 years ago
  • Next.js App Router Update
    Have you considered Deno? First class TypeScript support, secure sandboxing, and JIT rendering for React/Preact style projects with Fresh (https://fresh.deno.dev). Also, they recently introduced a Node compatibility feature that supports _most_ modules. You can import directly from NPM using the npm: specifier, or import (almost) all of the builtin Node APIs using the standard node: specifier. Since recent... - Source: Hacker News / about 3 years ago

Do you know an article comparing Fresh Framework to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Fresh Framework discussion

Log in or Post with

Is Fresh Framework good? This is an informative page that will help you find out. Moreover, you can review and discuss Fresh Framework here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.