Manifest
Software Development - Low Code
About this project
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 }
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