TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: VanillaTreeViewer: a minimalist file browser for blogs, tutorials, etc.

1 pointsby abhchandover 3 years ago

1 comment

abhchandover 3 years ago
A lot of webdev content (tutorials, blog posts, documentation, etc...) relies on being able to display multiple files and code snippets at once.<p>I&#x27;ve always felt these files take up too much space on the page, and that there&#x27;s a more compact and intuitive way to display them.<p>I created `VanillaTreeViewer` as a minimalist file browser for compactly displaying several files at once. It&#x27;s modeled after the look and feel of an IDE, so it provides a clean way for viewers to see multiple files and their directory structure at once.<p>Demo: <a href="https:&#x2F;&#x2F;abhchand.me&#x2F;vanilla-tree-viewer&#x2F;" rel="nofollow">https:&#x2F;&#x2F;abhchand.me&#x2F;vanilla-tree-viewer&#x2F;</a>