Manifest

Manifest

Instant admin app and API from your database

3.3kstars
150forks
Last commit: 1d ago
Repo age: 4y old
Manifest screenshot

Manifest is an open-source backend tool that generates an admin application and an API on top of your existing database. It focuses on speeding up internal tools and CRUD backends by introspecting your schema and exposing resources with sensible defaults.

Key Features

  • Database introspection to automatically generate resources, fields, and relations
  • Admin web UI for CRUD operations (create, edit, list, delete) over your data
  • API layer generated from the same model (commonly used for internal apps and integrations)
  • Authentication and role-based access control to restrict admin/API access
  • Configuration-driven customization (adjust resources, fields, permissions, and UI behavior)
  • Support for common relational database patterns (tables, relations/foreign keys)

Use Cases

  • Build internal admin panels for operational teams (support, ops, content)
  • Rapidly expose CRUD APIs for services or integrations from an existing database
  • Prototype back-office tooling for early-stage products without writing a custom admin

Limitations and Considerations

  • Best suited for CRUD-style workflows; highly bespoke UIs may require custom development
  • Feature set and supported databases depend on the project’s current adapters and maturity

Manifest is useful when you already have a database and want a practical admin interface plus an API quickly, while still keeping the option to customize behavior via configuration. It can reduce time spent building repetitive admin CRUD screens and basic access control from scratch.

Categories:

Tags:

Tech Stack:

Share:

Similar Services