sveltejs/kit

web development, streamlined

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 2nd, 2026
Created on October 15th, 2020
Open Issues & Pull Requests: 803 (+0)
GitHub issues: Enabled
Number of forks: 2,314
Total Stargazers: 20,789 (+1)
Total Subscribers: 148 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.2 hours
Mean response time: 42.7 days
90th percentile: 98.8 days
Tracked items: 3,255

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "p1-important" is answered fastest, typically in about 6 hours, while "documentation" waits about 31 hours. 13% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 708
New in 7 days: 9
Closed in 7 days: 38
Avg open age: 737 days
Stale 30+ days: 493
Stale 90+ days: 87

Recent activity

Opened in 7 days: 6
Closed in 7 days: 36
Comments in 7 days: 31
Events in 7 days: 109

Top labels

  • documentation (160)
  • awaiting submitter (148)
  • p1-important (147)
  • router (146)
  • p2-nice-to-have (145)
  • types / typescript (142)
  • vite (131)
  • forms (104)

Detailed Description

SvelteKit is a web application framework that streamlines full-stack development with Svelte.

The framework addresses the complexity of building modern web applications by providing an integrated toolkit built on Vite. It handles both client-side and server-side rendering, routing, and deployment through a unified development experience. The approach centers on Svelte's compiler-driven component model while adding server capabilities, file-based routing, and built-in optimization features like image enhancement.

SvelteKit suits developers building full-stack applications who want to stay within the Svelte ecosystem without managing separate frontend and backend tooling. It works well for projects ranging from static sites to server-rendered applications. The framework ships with adapters for multiple deployment targets including Cloudflare, Netlify, Node.js, Vercel, and static hosting, with additional community-maintained adapters available. This adapter system lets teams deploy to their preferred platform without rewriting application code.

The project maintains a monorepo structure with the core framework alongside official adapter packages and utilities like enhanced image handling and library packaging tools. Development activity shows careful attention to distinguishing between issues originating in SvelteKit versus its build dependency Vite, with documentation directing users to report Vite-related problems upstream. The project accepts community contributions and maintains detailed changelogs for each package, supporting transparency about changes across the ecosystem.