Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnfst/manifest
The 1-file micro-backend. ⭐ to support the project !
https://github.com/mnfst/manifest
admin-panel api baas backend backend-api backend-as-a-servise backend-server cms headless headless-cms headless-cms-rest-api manifest open-source rest-api sdk-js yaml
Last synced: 3 days ago
JSON representation
The 1-file micro-backend. ⭐ to support the project !
- Host: GitHub
- URL: https://github.com/mnfst/manifest
- Owner: mnfst
- License: mit
- Created: 2022-09-27T16:33:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T14:39:16.000Z (19 days ago)
- Last Synced: 2025-01-02T09:11:47.086Z (10 days ago)
- Topics: admin-panel, api, baas, backend, backend-api, backend-as-a-servise, backend-server, cms, headless, headless-cms, headless-cms-rest-api, manifest, open-source, rest-api, sdk-js, yaml
- Language: TypeScript
- Homepage: https://manifest.build
- Size: 16.2 MB
- Stars: 992
- Watchers: 9
- Forks: 55
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-list - manifest - file micro-backend. ⭐ to support the project ! | mnfst | 1015 | (TypeScript)
- trackawesomelist - Manifest (⭐666) - source Backend-as-a-Service allowign developers to create a backend easily and quickly. (Recently Updated / [Oct 20, 2024](/content/2024/10/20/README.md))
- awesome-for-beginners - Manifest - source Backend-as-a-Service allowign developers to create a backend easily and quickly. (TypeScript)
- fucking-awesome-for-beginners - Manifest - source Backend-as-a-Service allowign developers to create a backend easily and quickly. (TypeScript)
README
```yaml
name: Pokemon app 🐣entities:
Pokemon 🐉:
properties:
- name
- {
name: type,
type: choice,
options: { values: [Fire, Water, Grass, Electric] }
}
- { name: level, type: number }
belongsTo:
- TrainerTrainer 🧑🎤:
properties:
- name
- { name: isChampion, type: boolean }
```## Why Manifest?
80% of websites and apps only use the most basic backend features. Using over-engineered solutions lead to unnecessary costs and complexity.
Manifest keeps it simple, delivering only the essential backend features and smoothly integrating in your project like any other file in your codebase.
## Use cases
Manifest fits great in those type of projects:
- 🌐 Making any website dynamic: corporate, portfolios, blogs, landing pages
- 🏭 CRUD-heavy apps: mobile apps, directories, PIMs, E-shops
- 🛠️ Rapid prototyping, Proof-of-Concepts (POCs), Minimum Viable Products (MVPs)## Key features
Auth | Validation | Storage | Image resizing | Admin panel | REST API | JS SDK
## Getting started
Simply run this terminal command to add Manifest locally:
```bash
npx add-manifest@latest
```> [!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
- [Read the Docs](https://manifest.build/docs) to get started
- [Chat with us](https://discord.gg/FepAked3W7) on our Discord
- [Report bugs](https://github.com/mnfst/manifest/issues) on Github issues
- [Suggest new features](https://github.com/mnfst/manifest/discussions/new?category=feature-request) on Github Discussions## Want to help Manifest grow? 💗
Here is a few small things you can do:
- Star the Manifest repository (this one)
- Give us your feedback on [Discord](https://discord.gg/FepAked3W7)
- Sponsor Manifest through [OpenCollective](https://opencollective.com/mnfst)## Contributors
We welcome contributions to Manifest, Please see our [Contributing Guidelines](./CONTRIBUTING.md) to get started and join the journey.
Thanks to our wonderful contributors!