Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/Backend Development/Manifest
icon of Manifest

Manifest

Open source alternative to Xano, Firebase and AWS Amplify

Manifest is an open source backend that fits into a single YAML file, providing auth, CRUD, storage, and an admin panel for AI-assisted development workflows. MIT licensed; runs on Node.js.

6.7K starsTypeScriptMITActive this week
Visit websiteGitHub repo
image of Manifest
Contents
  1. 01Who Manifest is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Manifest vs alternatives
  6. 06Install and self-host
  7. 07Tech stack
  8. 08FAQ
  9. 09Similar open-source tools
TL;DR

Manifest is an MIT-licensed smart model router for AI agents and applications that need to cut LLM cost without hardcoding every provider decision. It routes requests across API keys, subscriptions, local models, and custom OpenAI-compatible providers from a self-hosted Docker service. Best for AI product teams that call several model providers and want routing control before building their own gateway.MIT · TypeScript · 6.7K stars · Active this week

who it's for

Who Manifest is for#

AI products reducing model spend

Manifest helps teams route simple requests to cheaper models while preserving access to stronger models for complex work.

Skip if:

Use one provider directly if your app has low model volume and does not need routing, fallback, or cost controls.

Agent teams standardizing provider access

Teams can put multiple model backends behind one gateway instead of wiring every agent to every provider separately.

Skip if:

Skip it if vendor-managed observability, enterprise SLAs, and a hosted AI gateway are required.

the problem

The problem it solves#

AI apps often start with one model API, then grow into a mix of premium models, cheaper fallbacks, local models, and subscription-backed providers. Without a routing layer, developers scatter provider logic across application code and lose visibility into cost, fallback behavior, and model selection.

Managed AI gateways can solve routing, but they add another vendor to a sensitive part of the stack. Teams that already manage model keys and local inference may want a self-hosted control point instead.

how Manifest solves it

How it solves it#

Smart model routing

Manifest routes each query to a model based on complexity, specificity, and custom HTTP headers, helping teams reserve expensive models for requests that need them.

Provider mix in one gateway

The README documents API keys, paid subscriptions, local models, and custom OpenAI-compatible providers behind the same routing layer.

Cost tracking and controls

Manifest tracks spend and supports notifications and limits, giving teams a clearer view of LLM usage before bills grow.

Self-hosted Docker deployment

The project ships as a Docker image with a one-command self-hosted installer and a local admin account created on first sign-up.

MIT license

The GitHub repository reports MIT licensing, which is permissive for commercial and internal use.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • Fast model-gateway setupManifest gives teams a routing layer without building provider selection, fallback behavior, and spend tracking from scratch.
  • Useful for AI-assisted productsAgents and AI apps can route routine calls to cheaper models while keeping stronger models available for harder prompts.
  • Keeps routing under team controlSelf-hosting lets teams manage keys, provider choices, and model policy closer to their own infrastructure.

Trade-offs

  • -Routing quality needs tuningA model router only helps if its policies match the product's quality bar. Teams should test routing decisions against real prompts before trusting cost savings.
  • -Provider limits still applyManifest can route across providers, but each upstream model API, subscription, or local runtime still has its own reliability, latency, and terms.
versus alternatives

Manifest vs alternatives#

Manifest vs Portkey

Manifest and Portkey both sit between AI applications and model providers, but Manifest emphasizes a self-hosted smart router with local models, paid subscriptions, API keys, and custom providers behind one gateway. Portkey is a managed AI gateway with hosted observability, policy, and enterprise workflow features.

Manifest is the better fit when a team wants a lightweight self-hosted router and direct control over model provider choices. Portkey is still better when the organization wants a managed AI gateway with vendor-operated dashboards, enterprise controls, and less infrastructure ownership.

install · self-host

Install and self-host#

bash
bash <(curl -sSL https://raw.githubusercontent.com/mnfst/manifest/main/docker/install.sh)
tech stack · detected from GitHub

What it's built on#

Languages
TypeScript
Frameworks
NestJSReact
Databases
PostgreSQL
frequently asked

FAQ#

What does Manifest do?

Manifest routes AI requests across model providers, local models, and subscription-backed providers while tracking cost and fallback behavior.

Is Manifest self-hosted?

Yes. Manifest ships as a Docker image and includes a self-hosted install script in the official README.

Is Manifest still a backend generator?

No. The current README says the legacy manifest npm package is deprecated and no longer published. The project now focuses on model routing for agents and AI applications.

also worth a look

Similar open-source tools#

InsForge

InsForge

Backend-as-a-service platform built for AI coding agents

9.7KTypeScriptApache-2.0
Modelence

Modelence

Full-stack framework for building production-ready web apps

401TypeScript
Supabase

Supabase

Open source Firebase: Postgres database, auth, and file storage

102.3KTypeScriptApache-2.0
Appwrite

Appwrite

Self-hosted backend: auth, databases, storage, and functions

56.1KTypeScriptBSD-3-Clause
Directus

Directus

Wrap any SQL database with REST and GraphQL APIs and an admin UI

35.7KTypeScript
Nhost

Nhost

Firebase alternative: GraphQL, Postgres auth, and file storage

9.2KTypeScriptMIT

Repository

Stars
6.7K
Forks
400
License
MIT
Latest
[email protected]
Last commit
3 days ago
Last verified
May 29, 2026
Repo
mnfst/manifest ↗

Additional details

Language
TypeScript
Open issues
80
Contributors
41
First release
2022

Categories

Backend DevelopmentAI & Machine LearningDeveloper Tools

Tags

BaaSAuthenticationAuthorizationAPI Development ToolsSelf HostedLLMAI Coding AssistantDeveloper Framework