Manifest

0

Effortless backends āœØ

Productivity

api
admin-panel
backend-as-a-servise
baas

manifest manifest

A backend so simple that it fits into 1 YAML file

npm CodeFactor Grade Discord Support us CodeTriage License MIT

Manifest is the simplest backend you can find:

# manifest/backend.yml
name: Healthcare application šŸ„

entities:
  Doctor šŸ‘©šŸ¾ā€āš•ļø:
    properties:
      - fullName
      - avatar
      - { name: price, type: money, options: { currency: EUR } }
    belongsTo:
      - City

  Patient šŸ¤’:
    properties:
      - fullName
      - { name: birthdate, type: date }
    belongsTo:
      - Doctor

  City šŸŒ:
    properties:
      - name

Open in StackBlitz

Key features

  • āš” Develop 10x faster comparing to traditional approaches
  • šŸ˜Ž Super-easy syntax easy to read and version control
  • šŸ•Šļø Self-hosted free open source software

Getting started

Simply run this terminal command to add Manifest locally:

npx add-manifest

[!NOTE]
Manifest is on BETA. We would love to have your feedback! If something does not work as expected, please open a Github issue. For any other thing, let us know through The Manifest Discord channel.

Product roadmap

Our mission is to enable developers of all experience levels to create and share innovative solutions. As an open source product, we continuously improve Manifest through community collaboration. After our successful PoC, we are further developing the product with your feedback. Here are the upcoming features:

FeatureDescriptionRelease dateStatus
OpenAPI DocInstant live documentation for your REST APIJuly 2024āœ… Available
AuthMake any entity authenticatable and add rules for endpointsAugust 2024āœ… Available
ValidationCustom validation for creating and updating itemsQ4 2024āœ… Available
Many-to-manyAdvanced relationship managementQ4 2024āœ… Available
Media uploadAllow file and image uploads with rules and resizingQ4 2024āœ… Available
HooksTrigger webhooks at specific eventsQ4 2024šŸ“ To specify

šŸ†• Suggest a new feature for the next versions

Community & Resources

  • Docs - Get started with Manifest
  • Discord - Come chat with the community
  • Github - Report bugs and share ideas to improve the product.

Contributors

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

Thanks to our first wonderful contributors!