awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
labring avatar

labring/laf

0
View on GitHub↗
7,552 stars·670 forks·TypeScript·Apache-2.0·20 viewssealos.run↗

Laf

Laf is a serverless backend platform that provides an integrated environment for cloud functions, a document database, and file storage. It serves as a complete infrastructure for developing and deploying backend logic, data persistence, and real-time communication without the need for manual server management.

The platform features a browser-based IDE that allows developers to write, test, and deploy serverless functions directly within a web editor, removing the requirement for local environment setup. It also includes a WebSocket communication platform for maintaining persistent bidirectional data streams between clients and servers.

The system covers full-stack hosting capabilities, including static website hosting and a sandboxed runtime for stateless backend execution. It provides a serverless document database for data management and integrated function execution logging for monitoring and debugging.

Features

  • Serverless Backend Hosting - Provides a complete platform for building and deploying cloud functions, databases, and storage without managing servers.
  • Stateless Execution - Provides a sandboxed runtime for executing stateless backend logic triggered by HTTP requests, database changes, or scheduled timers.
  • Backend-as-a-Service Platforms - Offers an integrated Backend-as-a-Service platform combining cloud functions, a document database, and file storage.
  • Document Databases - Ships a built-in document database allowing backend functions to perform full CRUD operations on JSON-like data.
  • Document Databases - Integrates a flexible, schema-less document database accessible via direct API calls from cloud functions.
  • Cloud Function Deployers - Provides utilities for writing and pushing backend code directly to a managed cloud environment for serverless execution.
  • Function-as-a-Service Platforms - Provides a serverless computing environment for running backend logic triggered by HTTP requests or events.
  • Serverless Databases - Offers a serverless document database with CRUD operations accessible directly from cloud functions.
  • WebSocket Servers - Provides a dedicated system for managing persistent, bidirectional communication channels for real-time data exchange between clients and servers.
  • Sandboxed Code Execution Environments - Provides a sandboxed environment to execute JavaScript functions triggered by HTTP requests or events.
  • Managed Application Hosting - Provides an integrated managed environment for hosting functions, databases, and storage without server management.
  • Bidirectional Streams - Implements full-duplex message exchange patterns to enable simultaneous streaming of data between the server and connected clients.
  • Static Asset Hosting - Serves pre-built frontend files from cloud-managed storage with automatic SSL and domain mapping.
  • Application Binary Stores - Provides a scalable cloud storage system for uploading and serving binary files and application assets.
  • Browser-Based IDEs - Includes an online code editor for developing and deploying serverless functions without local environment configuration.
  • Web-Based IDEs - Features a browser-based IDE for writing, testing, and publishing backend functions directly in the web.
  • Event-Driven Triggers - Executes backend logic automatically in response to database changes or predefined timer intervals.
  • Real-Time Data Synchronization - Implements bidirectional WebSocket communication to synchronize data updates instantly between clients and servers.
  • Websocket Connection Managers - Maintains persistent bidirectional WebSocket connections to stream data updates instantly between server and clients.
  • Execution Logs - Offers a web interface to record and inspect the history of backend function outputs for debugging and monitoring.
  • Browser-Based Editors - Allows writing and testing cloud functions using an online editor to bypass local setup.
  • Static Web Hosting - Hosts frontend web pages in a managed environment without requiring manual server or DNS configuration.
  • Serverless Platforms - Cloud development platform for functions and databases.

Star history

Star history chart for labring/lafStar history chart for labring/laf

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does labring/laf do?

Laf is a serverless backend platform that provides an integrated environment for cloud functions, a document database, and file storage. It serves as a complete infrastructure for developing and deploying backend logic, data persistence, and real-time communication without the need for manual server management.

What are the main features of labring/laf?

The main features of labring/laf are: Serverless Backend Hosting, Stateless Execution, Backend-as-a-Service Platforms, Document Databases, Cloud Function Deployers, Function-as-a-Service Platforms, Serverless Databases, WebSocket Servers.

What are some open-source alternatives to labring/laf?

Open-source alternatives to labring/laf include: dokploy/dokploy — Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized… elysiajs/elysia — Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a… aws-samples/aws-cdk-examples — This project is a reference library and collection of example code patterns for deploying cloud infrastructure using… firebase/quickstart-js — This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase… nangohq/nango — Nango is an open-source platform that connects applications to external APIs by managing authentication, data… boostorg/beast — Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an…

Open-source alternatives to Laf

Similar open-source projects, ranked by how many features they share with Laf.
  • dokploy/dokployDokploy avatar

    Dokploy/dokploy

    34,901View on GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    TypeScriptbackendbackupsdatabases
    View on GitHub↗34,901
  • elysiajs/elysiaelysiajs avatar

    elysiajs/elysia

    18,531View on GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    TypeScriptbunframeworkhttp
    View on GitHub↗18,531
  • aws-samples/aws-cdk-examplesaws-samples avatar

    aws-samples/aws-cdk-examples

    5,605View on GitHub↗

    This project is a reference library and collection of example code patterns for deploying cloud infrastructure using the AWS CDK. It provides a set of sample projects that demonstrate how to define compute, storage, and networking resources using general purpose programming languages. The library includes reference implementations for various architectural patterns, including serverless backends with GraphQL and WebSocket APIs, container orchestration with load balancers and auto-scaling, and global static website hosting via content delivery networks. It also provides designs for isolated ne

    Pythoncdkcdk-examples
    View on GitHub↗5,605
  • firebase/quickstart-jsfirebase avatar

    firebase/quickstart-js

    5,367View on GitHub↗

    This project is a collection of reference implementations, sample code, and starter kits for integrating Firebase backend services into web applications using the JavaScript SDK. It serves as a practical guide for bootstrapping projects with cloud-hosted authentication, databases, and serverless logic. The repository provides specific examples for implementing real-time data synchronization, user identity management, and event-driven cloud functions. It also includes reference code for using local service emulators to test cloud functionality on a local machine before production deployment.

    TypeScript
    View on GitHub↗5,367
  • See all 30 alternatives to Laf→