Grad shape
Grad shape

Manifest

Software Development - Low Code

About this project

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

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 o

Technologies & License
MIT Node.js
Quick Deploy

Deploy this project to cloud platforms with one click