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.

Ask HN: Any minimal framework for small website?

5 pointsby damaruover 8 years ago
There is a lot of huge framework for big web projects, but there seems to be a need or a place for medium project. I&#x27;ve used Angular on some projects but it seems quite big complex and actually not needed for smaller sites. Ember.js is actually interesting even for smaller site, but still the complexity is a tad daunting.<p>I&#x27;ve used a mix of handlesbar.js and json for the content, but often feel limited and looking for some sort of small router, adding to that something like bootstrap, although heavy, creates a interesting minimal mix.<p>Is there something the wild that answer that need for smaller (few pages, gallery, contact form, maybe a minimal blog) type of site (and no not wordpress, lets keep it static)!

5 comments

panicover 8 years ago
Maybe this is an odd question, but… why do you need a framework? Could you use plain HTML, CSS, and JavaScript?
评论 #12566223 未加载
评论 #12565078 未加载
评论 #12564937 未加载
dylanhassingerover 8 years ago
I built this: <a href="https:&#x2F;&#x2F;github.com&#x2F;dylanized&#x2F;minimos" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dylanized&#x2F;minimos</a>
lj3over 8 years ago
There&#x27;s always static site generators, like Jekyll or Hugo. Set up a template in html, write content in markdown, run it all through Hugo or Jekyll and BAM! Static html and css.<p>If you don&#x27;t have anything interactive on the site, you don&#x27;t need any JS at all.
qaqover 8 years ago
Unless you need to support &quot;really old&quot; browsers you don&#x27;t really need a framework
lightlyusedover 8 years ago
Mithril is nice.