freshframework/fresh

The framework so simple, you already know it.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 17th, 2022
Created on May 7th, 2021
Open Issues & Pull Requests: 150 (+0)
GitHub issues: Enabled
Number of forks: 754
Total Stargazers: 13,788 (+0)
Total Subscribers: 79 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.9 hours
Mean response time: 79.0 days
90th percentile: 265.6 days
Tracked items: 605

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in under an hour, while "bug" waits about 6 days. 55% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 86
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 302 days
Stale 30+ days: 84
Stale 90+ days: 60

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feat (65)
  • bug (53)
  • upstream (33)
  • docs (29)
  • question (19)
  • needs more info (18)
  • resolved-in-fresh-2 (14)
  • good first issue (9)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Fresh is a next-generation web framework built on Deno and TypeScript that prioritizes speed, reliability, and simplicity. The framework is designed around the concept of island-based client hydration, which enables maximum interactivity while shipping zero JavaScript to the client by default. This architectural approach significantly reduces runtime overhead and improves initial page load performance. Fresh requires no configuration to get started, includes TypeScript support out of the box, and implements file-system routing similar to Next.js, making it accessible to developers already familiar with modern web frameworks.

The framework is built on Deno, a modern JavaScript runtime, and leverages Preact for component rendering. Fresh implements server-side rendering with an islands architecture, allowing developers to selectively hydrate interactive components while keeping the rest of the application static. This design pattern represents a shift away from traditional single-page application approaches that ship large amounts of JavaScript to browsers. The framework supports reactive templates and component-driven development, enabling developers to build full-stack applications with a unified TypeScript codebase.

Development workflow with Fresh centers around the Deno CLI and task runner. Developers can scaffold new projects using Fresh's initialization script, then use the deno task command to start a development server. The framework includes hot module reloading, allowing developers to see changes reflected in their browser immediately. Deployment is streamlined through Deno Deploy, which requires only pushing code to GitHub and creating a Deno Deploy project with no additional configuration needed.

This positioning reflects Fresh's role as a bridge between Deno's runtime environment and modern web development practices. The framework's classification spans multiple categories including modern web development, incremental rendering, reactive templates, and serverless deployment, highlighting its comprehensive approach to contemporary web application development. Fresh's documentation is hosted at usefresh.dev and includes detailed API references, getting started guides, and a showcase of projects built with the framework.