...
github-icon
GitHub
3.02kstar-icon
Created 3 years ago, last commit 8 days ago
22 contributors
2.1k commits
Stars added on GitHub, month by month
8
9
10
11
12
1
2
3
4
5
6
7
2024
2025
Stars added on GitHub, per day, on average
Yesterday
+4star-icon
Last week
+3.1
star-icon /day
Last month
+4.3
star-icon /day
Last 12 months
+6.9
star-icon /day
npmPackage on NPM
Monthly downloads on NPM
8
9
10
11
12
1
2
3
4
5
6
7
2024
2025
README

manifest manifest

1-file backend to ship fast

npm download npm CodeFactor Grade CI-CD Status badge Discord Support us License MIT jsdelivr

name: Pokemon app 🐣

entities:
  Pokemon 🐉:
    properties:
      - name
      - {
          name: type,
          type: choice,
          options: { values: [Fire, Water, Grass, Electric] }
        }
      - { name: level, type: number }
    belongsTo:
      - Trainer

  Trainer 🧑‍🎤:
    properties:
      - name
      - { name: isChampion, type: boolean }

Open in StackBlitz

Why Manifest?

Most backend platforms feel too heavy when all you want is to build something simple.

They come with dashboards, setup flows, forms to fill, and rules you didn’t ask for. Even for a prototype, you end up creating an account, switching between tabs, and learning how the tool works before your app even starts.

Manifest allows you to create a backend with data, storage, logic and an admin panel. All is defined in a single file of code. ✨

  • Setup in seconds with no friction
  • Get your backend live fast so you can focus on your app
  • Simple for LLMs to create and edit
  • Deploy and run anywhere

Use cases

Manifest fits great in those type of projects:

  • 🛠️ Rapid prototyping: POCs and MVPs
  • 🧩 Micro services: notification, payment, logging, file services...
  • 🏭 CRUD apps: mobile apps, directories, PIMs, E-shops
  • 🌐 Headless CMS: dynamic corporate websites, portfolios, blogs...

Key features

Auth | Validation | Storage | Image resizing | Admin panel | Dynamic endpoints | REST API | JS SDK | Webhooks

Getting started

Run this command to create a new project with Manifest:

npx create-manifest@latest

You can add a flag to set up rules for your AI code Editor:

  • --cursor for Cursor
  • --copilot for GitHub Copilot
  • --windsurf for Windsurf

You can also use yarn create manifest.

Note

Manifest is currently in BETA, use it at your own risk. It is stable enough to power small projects, prototypes and MVPs but we do not recommend to use it on critical platforms.

Community & Resources

Want to help Manifest grow? 💗

Here is a few small things you can do:

Contributors

We welcome contributions to Manifest, Please see our Contributing Guidelines to get started and join the journey.

Thanks to our wonderful contributors!

Sponsors

Manifest is an MIT-licensed open-source project. If you find it useful and want to support its development, consider becoming a sponsor.

Sponsors

Frame 1587

Backed by

manifest-backers

Partners


kreezalid-partner-logo rise-work-partner-logo feature_logo Black_Logo_LambdaTest

This project is tested with BrowserStack