awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sveltejs avatar

sveltejs/kit

0
View on GitHub↗
20,586 نجوم·2,266 تفرعات·JavaScript·MIT·5 مشاهداتsvelte.dev/docs/kit↗

Kit

SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites.

The project utilizes an adapter-based deployment system to support multi-platform hosting. This allows a single codebase to be packaged for different environments, such as standalone Node servers, serverless edge deployments on Cloudflare, or hosted platforms like Vercel and Netlify.

The framework covers several architectural capabilities, including file-system-based routing, server-side rendering, and prerendered static generation. It also includes tools for build-time image optimization and the ability to package reusable components.

Features

  • Full-Stack Web Frameworks - Combines routing and server-side rendering to build complete web applications with both client and server logic.
  • Deployment Adapters - Provides a pluggable adapter system to decouple application logic from specific hosting environments and runtimes.
  • Unified Multi-Platform Deployment - Uses pluggable adapters to deploy a single codebase across diverse hosting providers like Vercel, Netlify, and Cloudflare.
  • Full-Stack Web Development - Provides a framework for building websites with client-side interactivity and server-side logic using a shared routing system.
  • Client-side Routing - Implements client-side navigation to update page content without triggering full document reloads.
  • File-System Routing - Automatically maps the nested directory structure of the source code to the application's URL paths.
  • Server-Side Rendering - Generates HTML on the server for initial requests and hydrates it with JavaScript for interactivity.
  • Static Site Generators - Transforms source files into static HTML, CSS, and JavaScript assets for high-performance hosting.
  • Edge Function Runtimes - Supports executing application logic on globally distributed serverless functions to reduce user latency.
  • Static Route Prerendering - Converts the entire application into a collection of static HTML files for hosting on any web server.
  • Edge Network Deployment - Provides specialized build processes to push applications to Cloudflare edge workers and static hosting.
  • Web Application Deployment - Packages web applications into formats compatible with Netlify's cloud hosting infrastructure.
  • Single Page Applications - Generates a static shell with fallback pages to enable client-side routing and rendering for single-page applications.
  • Standalone Server Executables - Provides the ability to generate self-contained server executables to run the application in a dedicated server environment.
  • Static Generation - Generates static HTML files for application routes during the build process for faster delivery.
  • Standalone Server Executables - Generates a self-contained server executable to run the web application in a dedicated server environment.
  • Project Scaffolding - CLI tool for creating new SvelteKit projects.
  • Starter Templates - Fastest way to build Svelte applications.

سجل النجوم

مخطط تاريخ النجوم لـ sveltejs/kitمخطط تاريخ النجوم لـ sveltejs/kit

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة sveltejs/kit؟

SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites.

ما هي الميزات الرئيسية لـ sveltejs/kit؟

الميزات الرئيسية لـ sveltejs/kit هي: Full-Stack Web Frameworks, Deployment Adapters, Unified Multi-Platform Deployment, Full-Stack Web Development, Client-side Routing, File-System Routing, Server-Side Rendering, Static Site Generators.

ما هي البدائل مفتوحة المصدر لـ sveltejs/kit؟

تشمل البدائل مفتوحة المصدر لـ sveltejs/kit: sveltejs/sapper — Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the… zeit/next.js — Next.js is a full stack web framework designed for building applications with React. It functions as a React web… web-infra-dev/modern.js — modern.js is a full-stack web framework and frontend component toolchain. It functions as a development platform for… nuxt/nuxt.js — Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that… wasp-lang/wasp — Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining… vercel/vercel — Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure…

بدائل مفتوحة المصدر لـ Kit

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Kit.
  • sveltejs/sapperالصورة الرمزية لـ sveltejs

    sveltejs/sapper

    6,931عرض على GitHub↗

    Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the development of applications that render views on the server for fast initial loads and hydrate them on the client for subsequent interactivity. The project features a file-based routing engine that maps URL paths to components based on the file system structure. It also functions as a static site generator, exporting production-ready HTML, CSS, and JavaScript files for hosting in environments without a live server. The framework covers full-stack development capabilities, including

    TypeScript
    عرض على GitHub↗6,931
  • zeit/next.jsالصورة الرمزية لـ zeit

    zeit/next.js

    140,086عرض على GitHub↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    JavaScript
    عرض على GitHub↗140,086
  • nuxt/nuxt.jsالصورة الرمزية لـ nuxt

    nuxt/nuxt.js

    60,458عرض على GitHub↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    TypeScript
    عرض على GitHub↗60,458
  • web-infra-dev/modern.jsالصورة الرمزية لـ web-infra-dev

    web-infra-dev/modern.js

    5,019عرض على GitHub↗

    modern.js is a full-stack web framework and frontend component toolchain. It functions as a development platform for building web applications with integrated routing and server-side rendering, while also serving as a static site generator and a Node.js application scaffold. The framework utilizes a Rust-based compiler for high-performance bundling to accelerate the transformation and packaging of assets. It employs a convention-over-configuration approach to reduce manual setup and uses plugin-driven extensibility to modify the build pipeline. The project covers a wide range of capabilities

    TypeScriptboilerplatebuild-toolframework
    عرض على GitHub↗5,019
عرض جميع البدائل الـ 30 لـ Kit→