Fresh is a new full stack web framework for Deno

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • astro

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

  • Look at Astro, it's very similar to Fresh but lets you plugin the client side framework of your choice like Vue: https://astro.build/

    Sveltekit is kind of similar in style too with single file components containing a script block, HTML, styles, etc.

  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

  • SvelteKit

    web development, streamlined (by sveltejs)

  • To add to the list: Svelte is also faster and lighter for most cases. And with SvelteKit the server sends only the bare minimum JS to make the page dynamic while being SEO friendly depending on the adapter of choice.

    It can even output static, precompiled, pages with the adapter-static so no heavy backend processing involved: https://github.com/sveltejs/kit/tree/master/packages/adapter...

  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • redwood

    The App Framework for Startups

  • The JS ecosystem seems a lot more hesitant to bundle features into frameworks à la Rails/Laravel & friends, but Redwood.js sounds like what you're looking for. The ORM it uses is Prisma, which works really well on its own too.

    https://redwoodjs.com

  • hydrogen

    Hydrogen lets you build faster headless storefronts in less time, on Shopify. (by Shopify)

  • All the activity around V8 Isolates + "workers" is so cool-- exceptional performance, don't need to think about regions, and CDN-like benefits

    Shopify's new store-builder thinks this way too: https://github.com/Shopify/hydrogen

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • joystick

    A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.

  • You might dig Joystick https://github.com/cheatcode/joystick. Takes the compositional aspects of JSX/React but uses a very thin abstraction over vanilla HTML/CSS/JS to do it.

    Joystick is full-stack (UI framework directly integrated with a Node.js back-end framework) but the UI part can be used on its own.

  • oak

    A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕

  • dnt

    Deno to npm package build tool.

  • dotland

    Discontinued [Archived] deno.land website

  • deno

    A modern runtime for JavaScript and TypeScript.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What's the point in using Prisma with my Supabase backend?

    2 projects | /r/Supabase | 27 Jun 2023
  • I made a Twitter clone using Deno and Fresh

    2 projects | /r/Deno | 23 Mar 2023
  • Cannot dockerize Prisma node mysql application

    2 projects | /r/node | 27 Nov 2022
  • What is Prisma bad at?

    5 projects | /r/node | 21 Aug 2022
  • The Best Node.js Full Stack

    8 projects | /r/node | 7 Jun 2022