tsx VS fresh

Compare tsx vs fresh and see what are their differences.

tsx

⚡️ TypeScript Execute: Node.js enhanced to run TypeScript & ESM (by privatenumber)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
tsx fresh
23 124
7,633 11,849
7.7% 1.3%
9.1 9.7
4 days ago 2 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tsx

Posts with mentions or reviews of tsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-21.
  • Finally, a guide for Node.js and TypeScript and ESM that works
    18 projects | news.ycombinator.com | 21 Nov 2023
    I really enjoy frontend/node/typescript development. I roll my eyes whenever the HN-types complain about CSS or frontend development being a hellhole. Mostly the comments I see seem ignorant or impatient ("Why doesn't this thing work without be bothering to learn it?")

    However, the intersection of typescript, nodejs, and ES modules is consistently the most frustrating experience I ever have. Trying to figure out which magic incantation of tsconfig/esbuild/tsc/node options will let me just write code and run it is a fools errand. You might figure something out, and then you try to use Jest and then you descend into madness again.

    The biggest tip I can give people is to ditch ts-node and just use (the awkwardly named) tsx https://github.com/privatenumber/tsx, which pretty much just "mostly works" for running Typescript during dev for node.

    The problem mostly seems to stem for all the stakeholders being pretty dogmatic to whatever their goals are, rather than the pragmatic option of just meeting people where they are. I really wish the Node, Typescript, Deno/Bun, and maybe some bundler people would come together and figure out how to make this easier for people.

  • ERDIA: TypeORM entity specification documentation tool
    6 projects | dev.to | 28 Aug 2023
    If your TypeORM entity is written in TypeScript, you have to run ERDIA using ts-node or tsx as follows.
  • xtsz - a TS / JS file runner with support for HTTP/S imports
    5 projects | /r/node | 22 Apr 2023
    Want to import a package / file conveniently from esm.sh or unpkg or directly from a GitHub repo for a one-off script (for example). To do this I created a custom ESBuild plugin to handle HTTP imports - that worked for ,js files. To support running both ESM and CJS, I use tsx.
  • What is your must have npm package on any given project?
    15 projects | /r/webdev | 5 Apr 2023
    I prefer tsx honestly. Nodemon will detect that your using TypeScript and switch from node to ts-node but tsx is a no config necessary version of ts-node that also runs faster. Of course you can configure ts-node to use swc to be faster but then you're playing with config files to get things working.
  • Question about debugging TypeScript
    1 project | /r/typescript | 3 Apr 2023
    I highly recommend you give this a shot over ts-node
  • Jsx as a general templating language?
    1 project | /r/reactjs | 8 Mar 2023
    Dude I just worked on a PoC a few hours ago. What I did was use ReactDOM's renderToStaticMarkup and tsx to execute the script so I get jsx transpilation on the fly.
  • Thoughts about Deno?
    3 projects | /r/typescript | 25 Feb 2023
    I’ve been trying to adopt Deno into new projects, but I find Node through tsx good enough.
  • Will nodeJs ever have out of the box typescript support?
    6 projects | /r/node | 22 Feb 2023
    try tsx. it has support for watch mode and works great with esm module projects.
  • Why is this so hard to do? Help
    3 projects | /r/typescript | 19 Feb 2023
    This is the answer: https://github.com/esbuild-kit/tsx
  • <3 Deno
    11 projects | news.ycombinator.com | 12 Feb 2023
    Have a look at https://github.com/esbuild-kit/tsx

    _tsx is a CLI command (alternative to node) for seamlessly running TypeScript & ESM, in both commonjs & module package types.

    It's powered by esbuild so it's insanely fast._

fresh

Posts with mentions or reviews of fresh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-02.
  • What's Your Favorite Tech Stack and Why?
    2 projects | dev.to | 2 Apr 2024
    Deno: Deno with one of it's frameworks (like Fresh
  • 🧠 50 Articles to Level Up
    1 project | dev.to | 31 Mar 2024
    The road to Fresh 2.0 (https://github.com/denoland/fresh/issues/2363) by Marvin Hagemeister Can't wait for seeing the end of the road! All in all great changes ahead.
  • The Road to Fresh 2.0
    1 project | news.ycombinator.com | 26 Mar 2024
  • Fly.it Has GPUs Now
    5 projects | news.ycombinator.com | 13 Feb 2024
    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 generate prose. That cost me rounding error per month (maybe like $0.05?). At some point I upgraded it to GPT-4 Turbo for free-because-I-got-OpenAI-credits-on-the-drama-day reasons. The prose level increase wasn't significant.

    With the GPU it has now, a cold load of the model and prose generation run takes about 1.5 minutes. If I didn't have reasons to keep that machine pinned to a GPU (involving other ridiculous ventures), it would probably cost about 5 minutes per day (increased the time to make the math easier) of GPU time with a 40 GB volume (I now use Nous Hermes Mixtral at Q5_K_M precision, so about 32 GB of weights), so something like $6 per month for the volume and 2.5 hours of GPU time, or about $6.25 per month on an L40s.

    In total it's probably something like $15.75 per month. That's a fair bit on paper, but I have certain arrangements that make it significantly less cheap for me. I could re-architect Arsène to not have to be online 24/7, but it's frankly not worth it when the big cost is the GPU time and weights volume. I don't know of a way to make that better without sacrificing model quality more than I have to.

    For a shitpost though, I think it'd totally worth it to pay that much. It's kinda hilarious and I feel like it makes for a decent display of how bad things could get if we go full "AI replaces writers" like some people seem to want for some reason I can't even begin to understand.

    I still think it's funny that I have to explicitly tell people to not take financial advice from it, because if I didn't then they will.

  • Deno in 2023
    8 projects | news.ycombinator.com | 5 Feb 2024
    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/
  • React is actively harmful if your website is static
    3 projects | news.ycombinator.com | 3 Jan 2024
  • We need an official backend web framework
    2 projects | /r/Deno | 11 Dec 2023
    https://fresh.deno.dev/ - Fresh embraces the tried and true design of server side rendering and progressive enhancement on the client side.
  • Hacktoberfest 2023 Recap
    10 projects | dev.to | 27 Oct 2023
    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.
  • Why Can't I Just Use This Function? The Struggles with Code Reusability in JS
    2 projects | dev.to | 25 Oct 2023
    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.
  • JavaScript First, Then TypeScript
    5 projects | dev.to | 15 Oct 2023
    The Fresh framework by Deno cited an improved developer experience due to tighter feedback loops.

What are some alternatives?

When comparing tsx and fresh you can also consider the following projects:

esbuild-runner - ⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

ts-node - TypeScript execution and REPL for node.js

remix - Build Better Websites. Create modern, resilient user experiences with web fundamentals.

ts-runtime-comparison - Comparison of Node.js TypeScript runtimes

qwik - Instant-loading web apps, without effort

esno - Alias to `tsx`

SvelteKit - web development, streamlined

esbuild-node-tsc - Build your Typescript Node.js projects using blazing fast esbuild

Next.js - The React Framework

vite - Next generation frontend tooling. It's fast!

htmx - </> htmx - high power tools for HTML