monolayer Docs
monolayer Docs
Introduction

Getting Started

Install monolayer in your AWSAdd a GitHub App

User Guide

Platform

PostgresObject StorageTasksCronsRealtimeLifecycle Workloads
Deployment ArchitectureProcfile

Other

Feedbackmonolayer SDK Docsmonolayer.dev
Capabilities

Tasks

Offload work to background jobs.

Use tasks to move long-running or asynchronous work outside your application's web request.

Features

  • Background job processing.
  • Define tasks with the monolayer SDK.
  • Event-driven architecture backed by Amazon Web Services (AWS) Lambda, Amazon Simple Queue Service (Amazon SQS), and Amazon DynamoDB.

Framework Compatibility Matrix

A consolidated view of framework support:

CapabilityNext.jsReact RouterVite SPAFastAPI
Tasks✅ SDK✅ SDK❌❌

React Router task workloads require a server-rendered application. Static React Router single-page applications don't include a server runtime for workloads.

Object Storage

Use Amazon S3-backed object storage.

Crons

Schedule recurring jobs directly from your application.

On this page

FeaturesFramework Compatibility Matrix