Cover by つくみず
With denoland/dotland#2016 being merged, two official Deno websites have been migrated from Next.js to Deno:
**dotland: main website**
It’s powered by fresh, an isomorphic framework by Deno team:
std/http/server
**docland: documentation generation website**
Both websites use Twind for CSS, and are hosted on Deno Deploy.
Did you know these Deno websites used to be powered by Node.js?
The community has been demanding them ported to Deno for a long time, but the answer had always been “not there yet”.
Building a Next.js alternative is not a trivial task, but Deno team is accomplishing it, albeit slowly. Aside from the aforementioned fresh framework, they also made:
dext.ts: Next.js-inspired framework
This is an early take at the website-building abilities of Deno. Despite the tagline, it is not that feature-rich.