github.com/denoland/dotland

[Archived] deno.land website

Open this visualization on its own page →

Contributors

542

Lines of Code

3,391

From

2019-10-19

To

2022-04-24

About denoland/dotland

Dotland was the source code for the deno.land website, a central hub for the Deno JavaScript runtime. The project has been archived and moved to closed-source development, with issue tracking now handled through a separate feedback repository.

The website served as a module registry and code viewer for Deno, providing semantic URLs for accessing standard library modules and third-party packages. A key technical feature was content negotiation based on HTTP Accept headers: when accessed from a browser, URLs would render as syntax-highlighted HTML pages, while direct requests from the Deno runtime would receive raw file content proxied from S3 buckets. This dual-purpose approach allowed the same URL to work both as a browsable web interface and as an importable module reference within Deno code.

Share this video