Hello dear colleagues ! 👩🏻💻
We are very happy to launch the v1 of CASE 🚀
CASE is a full stack framework combining Angular and NestJS.
CASE's purpose it to ship very fast CRUD apps like dashboards, admin panels and ERP without having to trade-off any of your freedom 🏖
Here a few specs:
- CLI based on Angular/Nest syntax to create Resources and Props in 1 command
- RBAC system with roles, permissions
- 50+ UI elements with logic and validation (inputs, filters...)
- file upload/download system and Word/PDF/Excel generation,
- Total control of your code
We are currently looking for BETA testers to give us feedback and advice on the direction to take 🙏🙏🙏
If you are interested go try the CASE Framework and contact us through our Discord.
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 }
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:
- 🛠️ Rapid prototyping: POCs and MVPs
- 🧩 Micro services: notification, payment, logging, file services...
- 🏭 CRUD-heavy apps: mobile apps, directories, PIMs, E-shops
- 🌐 Headless CMS: dynamic corporate websites, portfolios, blogs...
Key features
Auth |…
Top comments (0)