awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to upstash/jstack

Open-source alternatives to Jstack

30 open-source projects similar to upstash/jstack, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jstack alternative.

  • wasp-lang/waspAvatar wasp-lang

    wasp-lang/wasp

    18,146Vezi pe GitHub↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    TypeScripthaskelljavascriptnode
    Vezi pe GitHub↗18,146
  • answerdotai/fasthtmlAvatar AnswerDotAI

    AnswerDotAI/fasthtml

    6,846Vezi pe GitHub↗

    FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It functions as an HTMX integration framework and a Python HTML domain-specific language, allowing developers to generate HTML structures using native objects and functions instead of external templating files. The framework is distinguished by its native support for real-time bidirectional communication via WebSockets and Server-Sent Events, enabling server-side updates to be pushed to the browser without full page reloads. It further integrates identity management through OAut

    Jupyter Notebook
    Vezi pe GitHub↗6,846
  • ripple-ts/rippleAvatar Ripple-TS

    Ripple-TS/ripple

    7,379Vezi pe GitHub↗

    Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration. The framework is distinguished by its fine-grained reactivity, which updates specific DOM elements without requiring full component re-renders. It integrates server-side logic and client-side components within a single TypeScript codebase, enabling a unified full-stack development workflow. The system covers a broad range of capabil

    JavaScript
    Vezi pe GitHub↗7,379

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • alephjs/aleph.jsAvatar alephjs

    alephjs/aleph.js

    5,188Vezi pe GitHub↗

    aleph.js is a full-stack web framework for the Deno runtime. It integrates server-side logic and client-side interactivity within a single environment to build complete web applications. The framework functions as a server-side rendering system and a static site generator, producing pre-rendered HTML to improve search engine visibility and initial load speeds. It utilizes a file-based router that automatically maps the project directory structure to application URLs for both pages and API endpoints. The project includes capabilities for markdown-based content management, transforming markdow

    TypeScriptalephjscomponentsdeno
    Vezi pe GitHub↗5,188
  • nuxt-community/express-templateAvatar nuxt-community

    nuxt-community/express-template

    1,240Vezi pe GitHub↗

    This project is a starter template that provides a unified environment for building full-stack web applications by integrating the Vue.js framework with an Express server. It functions as a server-side rendering framework, enabling the execution of JavaScript on the server to generate HTML pages before they are delivered to the client. The template distinguishes itself by providing a cohesive architecture that bridges frontend rendering with backend API logic. It includes built-in mechanisms for server-side route protection and cookie propagation, ensuring that authentication states are maint

    Vueexpressexpressjsnuxt
    Vezi pe GitHub↗1,240
  • vikejs/vikeAvatar vikejs

    vikejs/vike

    5,751Vezi pe GitHub↗

    Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site generation, and file-based routing. It operates as a plugin-based web framework with a universal JavaScript runtime, allowing the same code to run on both server and client environments. The framework distinguishes itself through its flexible data fetching capabilities, enabling data retrieval at any lifecycle point including server start, browser start, or page render. Its plugin-based extensibility allows for custom integrations and modifications without altering the core framework

    TypeScriptfull-stacknodereact
    Vezi pe GitHub↗5,751
  • epicweb-dev/epic-stackAvatar epicweb-dev

    epicweb-dev/epic-stack

    5,537Vezi pe GitHub↗

    Epic Stack is a full stack application boilerplate and TypeScript web framework designed for launching production-ready web applications. It serves as a Node.js backend starter and a foundation for building scalable frontend and backend services. The project provides a pre-configured environment for full stack web bootstrapping, focusing on a modern development workflow that integrates the frontend, backend, and database configuration. It includes a frontend component library for creating consistent and responsive user interfaces. The stack facilitates rapid application prototyping and produ

    TypeScriptepic-stackremix-stackremix-stacks
    Vezi pe GitHub↗5,537
  • meteor/meteorAvatar meteor

    meteor/meteor

    44,779Vezi pe GitHub↗

    Meteor is a full-stack JavaScript application platform and real-time application server. It provides a unified development environment for building web and mobile applications using a single language for both the client and server. The platform functions as a cross-platform app framework, allowing a single codebase to be deployed across web, iOS, Android, and desktop environments. It differentiates itself through a real-time server that automatically synchronizes data between servers and clients to enable live updates. The system includes a unified development command-line interface to manag

    JavaScriptbuild-systemframeworkhacktoberfest
    Vezi pe GitHub↗44,779
  • pynecone-io/pyneconeAvatar pynecone-io

    pynecone-io/pynecone

    28,598Vezi pe GitHub↗

    Pynecone is a full-stack web framework and application platform that enables the development of complete web applications using only Python for both frontend and backend logic. It functions as a web UI library for creating interactive user interfaces and managing application state without the need to write JavaScript. The platform includes a generative AI app builder that automatically produces application structures and source code. It simplifies development by mapping Python-defined UI elements to native React components and automatically transforming Python functions into REST endpoints.

    Python
    Vezi pe GitHub↗28,598
  • serverless-nextjs/serverless-next.jsAvatar serverless-nextjs

    serverless-nextjs/serverless-next.js

    4,462Vezi pe GitHub↗

    This project is a serverless infrastructure orchestrator and deployment tool designed to host Next.js applications on AWS. It functions as an edge computing deployment framework and cloud infrastructure-as-code wrapper that automates the provisioning of AWS Lambda functions, S3 buckets, and CloudFront distributions. The system distinguishes itself by distributing server-side rendering and API routes across global edge locations to reduce latency. It integrates directly with content delivery networks to optimize the delivery of static assets and rendered pages, while providing a layer to wrap

    TypeScriptapi-gatewayawsaws-lambda
    Vezi pe GitHub↗4,462
  • sveltejs/kitAvatar sveltejs

    sveltejs/kit

    20,586Vezi pe GitHub↗

    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 fr

    JavaScript
    Vezi pe GitHub↗20,586
  • solidjs/solid-startAvatar solidjs

    solidjs/solid-start

    5,883Vezi pe GitHub↗

    Solid Start is a full-stack web framework built on Solid.js that combines file-based routing, multi-mode rendering, and client hydration into a single application framework. It enables developers to build complete web applications with server-rendered pages, client-side interactivity, and API endpoints from one codebase, while supporting deployment across multiple hosting platforms through a system of platform-specific adapters. The framework distinguishes itself through its multi-mode rendering engine, which allows per-page selection between client-side rendering, server-side rendering, stat

    TypeScriptfile-system-routingfine-grained-reactivitymeta-framework
    Vezi pe GitHub↗5,883
  • web-infra-dev/modern.jsAvatar web-infra-dev

    web-infra-dev/modern.js

    5,019Vezi pe 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
    Vezi pe GitHub↗5,019
  • digitallyinduced/ihpAvatar digitallyinduced

    digitallyinduced/ihp

    5,294Vezi pe GitHub↗

    ihp is a type-safe web framework and full-stack application orchestrator designed for PostgreSQL. It functions as a server-side rendering framework and a type-safe ORM that automatically generates record types from SQL schemas to ensure compile-time query validation. The platform distinguishes itself by verifying routing, database queries, and templates at compile time to prevent runtime crashes. It implements real-time web interfaces using WebSockets for instant data synchronization and employs server-driven hypermedia for partial DOM patching. The framework covers a broad range of integrat

    Haskellframeworkhacktoberfesthaskell
    Vezi pe GitHub↗5,294
  • supabase/supabase-jsAvatar supabase

    supabase/supabase-js

    4,483Vezi pe GitHub↗

    supabase-js is a comprehensive client library designed to integrate frontend applications with a hosted backend-as-a-service. It provides a unified interface for interacting with a PostgreSQL database, identity management systems, cloud object storage, and real-time data synchronization. The library features an isomorphic client design that operates across both browser and server environments. It distinguishes itself through a type-safe approach, utilizing TypeScript to map database schemas directly to client-side definitions, and employs a PostgREST-based API to translate JavaScript calls in

    TypeScriptclient-librarydatabaseisomorphic
    Vezi pe GitHub↗4,483
  • t3-oss/create-t3-appAvatar t3-oss

    t3-oss/create-t3-app

    28,983Vezi pe GitHub↗

    create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap

    TypeScriptclicreate-t3-apphacktoberfest
    Vezi pe GitHub↗28,983
  • dioxuslabs/dioxusAvatar DioxusLabs

    DioxusLabs/dioxus

    36,400Vezi pe GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Rustandroidcssdesktop
    Vezi pe GitHub↗36,400
  • loco-rs/locoAvatar loco-rs

    loco-rs/loco

    8,645Vezi pe GitHub↗

    Loco is a full-stack web framework for Rust designed to accelerate application development using a convention-over-configuration approach. It functions as an MVC web framework that provides a structured environment for building web applications and REST APIs. The project distinguishes itself through an integrated API development toolkit and a command-line scaffolding engine. These tools automate the creation of controllers, models, and migrations, allowing for the rapid generation of functional CRUD resources and application boilerplate. The framework covers a broad range of backend capabili

    Rustapiaxumrust
    Vezi pe GitHub↗8,645
  • atri-labs/atrilabs-engineAvatar Atri-Labs

    Atri-Labs/atrilabs-engine

    4,071Vezi pe GitHub↗

    This project is a full-stack development framework and no-code web app builder designed to automate the creation of network interfaces and API documentation. It serves as a system for building full-stack web applications by connecting a visual frontend editor to server-side logic. The platform functions as a polyglot backend integrator and orchestrator, using a unified communication layer to connect frontend components to server-side logic written in multiple different programming languages. It employs a shared object model to maintain synchronization between the client and server, automatica

    JavaScriptfastapijavascriptpython3
    Vezi pe GitHub↗4,071
  • leptos-rs/leptosAvatar leptos-rs

    leptos-rs/leptos

    20,993Vezi pe GitHub↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Rustdomfine-grainedisomorphic
    Vezi pe GitHub↗20,993
  • mickasmt/next-saas-stripe-starterAvatar mickasmt

    mickasmt/next-saas-stripe-starter

    2,993Vezi pe GitHub↗

    Next-saas-stripe-starter is a full-stack application template built for launching software-as-a-service products with user authentication, billing, and database integration. The platform combines a starter kit template with a type-safe database toolkit, object-relational mapping, and a payment processing integration for handling recurring customer billing, subscription tiers, and checkout workflows. User identity management is supported through social logins, secure sessions, and credential-based authentication. The core architecture supports type-safe database modeling, server-executed actio

    TypeScriptadmin-panelauthjscontentlayer
    Vezi pe GitHub↗2,993
  • sveltejs/sapperAvatar sveltejs

    sveltejs/sapper

    6,931Vezi pe 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
    Vezi pe GitHub↗6,931
  • cruip/open-react-templateAvatar cruip

    cruip/open-react-template

    4,661Vezi pe GitHub↗

    This project is a Next.js landing page template and React UI kit designed for showcasing software products and open source projects. It serves as a professional marketing website foundation and a Tailwind CSS website boilerplate for building modern web interfaces. The framework provides specialized layouts and components for open source project showcases, SaaS landing pages, and admin dashboards. It includes a collection of responsive components and styling utilities that allow for visual design customization of colors, fonts, and layouts. The capability surface covers a variety of UI elemen

    TypeScriptfreelandinglanding-page
    Vezi pe GitHub↗4,661
  • adrianhajdin/ai_saas_appAvatar adrianhajdin

    adrianhajdin/ai_saas_app

    1,350Vezi pe GitHub↗

    This project is a full-stack software-as-a-service starter kit designed for building commercial web applications that feature automated image processing and credit-based monetization. It provides a foundational architecture for managing user identities, recurring billing cycles, and the lifecycle of digital assets. The application distinguishes itself by integrating specialized services for cloud-based image manipulation and secure identity management. It coordinates these external tools through a centralized controller that enforces usage limits by decrementing account balances in real-time

    TypeScriptclerkcloudinarynext14
    Vezi pe GitHub↗1,350
  • facebook/reactAvatar facebook

    facebook/react

    245,669Vezi pe GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
    Vezi pe GitHub↗245,669
  • vercel/next-learnAvatar vercel

    vercel/next-learn

    4,745Vezi pe GitHub↗

    next-learn is a collection of educational resources and reference implementations for building full-stack web applications. It serves as a learning resource and tutorial for the Next.js framework, providing starter code and example projects that demonstrate server-side rendering and the React-based ecosystem. The project provides a full-stack web template that showcases a complete implementation of database integration, user authentication, and server-side logic. It includes reference examples for web performance optimization, specifically demonstrating the use of server components, server ac

    TypeScript
    Vezi pe GitHub↗4,745
  • vugu/vuguAvatar vugu

    vugu/vugu

    5,000Vezi pe GitHub↗

    Vugu is a Go WebAssembly UI library and framework used to build type-safe, component-based single-page applications. It functions as a single-file component framework that bundles markup, styles, and logic into modular units, utilizing a virtual DOM engine to synchronize state changes with the browser output. The project features a Go component generator that converts custom UI templates into executable Go source code at compile time. It distinguishes itself through a WebAssembly-based runtime that executes application logic as a compiled binary in the browser and a server-side rendering tool

    Goframeworkgogui
    Vezi pe GitHub↗5,000
  • nuxt-ui-templates/dashboardAvatar nuxt-ui-templates

    nuxt-ui-templates/dashboard

    1,027Vezi pe GitHub↗

    This project is a pre-configured administrative dashboard template built with the Vue.js framework and the Nuxt UI component library. It provides a foundational structure for developing internal business applications, offering a responsive layout that includes a collapsible sidebar and integrated command-palette navigation. The template distinguishes itself through a focus on keyboard-driven interaction and administrative efficiency. It incorporates built-in support for command-palette navigation and shortcut-based movement, allowing users to execute tasks and traverse the interface without r

    Vuedashboardnuxtnuxt-ui
    Vezi pe GitHub↗1,027
  • mckaywrigley/mckays-app-templateAvatar mckaywrigley

    mckaywrigley/mckays-app-template

    1,935Vezi pe GitHub↗

    This is the template I use to start new full-stack projects.

    TypeScript
    Vezi pe GitHub↗1,935
  • documenso/documensoAvatar documenso

    documenso/documenso

    12,417Vezi pe GitHub↗

    Documenso is a self-hosted electronic signature platform designed to manage the creation, distribution, and execution of legally binding documents. It provides a centralized system for collecting digital signatures and tracking the status of agreements through a structured interface. The platform distinguishes itself by offering a programmatic interface that allows developers to embed document signing workflows directly into external web applications. This capability enables the automation of document processing tasks, allowing users to trigger signature requests and manage document lifecycle

    TypeScriptdigital-signaturedocument-signingdocusign-alternative
    Vezi pe GitHub↗12,417