Metatype
Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.
Install / Use
/learn @metatypedev/MetatypeREADME
<a name="top"></a>
<p align="center"> <a href="https://metatype.dev?utm_source=github&utm_medium=readme&utm_campaign=metatype"><img src="docs/metatype.dev/static/images/logo-bg.svg" alt="Metatype" width="150px" /></a> </p> <p> <h3 align="center"> <a href="https://metatype.dev/docs/tutorials/quick-start?utm_source=github&utm_medium=readme&utm_campaign=metatype">Quick-start</a> • <a href="https://metatype.dev/docs?utm_source=github&utm_medium=readme&utm_campaign=metatype">Docs</a> • <a href="https://metatype.dev/use-cases/automatic-crud-validation?utm_source=github&utm_medium=readme&utm_campaign=metatype">Use cases</a> • <a href="https://github.com/metatypedev/metatype/discussions">Community</a> </h3> </p> <p align="center"> Support us by <a href="https://github.com/metatypedev/metatype/stargazers">starring</a> ⭐ this repository, joining the community on <a href="https://github.com/metatypedev/metatype/discussions">discussions</a> 💬,<br />subscribing to <a href="https://github.com/metatypedev/metatype/releases">releases</a> 🔔, requesting a <a href="https://github.com/metatypedev/metatype/issues">feature</a> 💡 or even making a <a href="https://github.com/metatypedev/metatype/pulls">contribution</a> :octocat:. </p> <p align="center"> <a href="https://github.com/metatypedev/metatype/pkgs/container/typegate" target="_blank"> <img src="https://ghcr-badge.deta.dev/metatypedev/typegate/latest_tag?trim=major&label=typegate" alt="Typegate Docker image badge" /> </a> <a href="https://github.com/metatypedev/metatype/releases" target="_blank"> <img src="https://img.shields.io/github/v/release/metatypedev/metatype?include_prereleases&label=meta-cli" alt="Meta CLI binary Github release badge" /> </a> <a href="https://pypi.org/project/typegraph/" target="_blank"> <img src="https://img.shields.io/pypi/v/typegraph?label=typegraph&logo=pypi" alt="Python typegraph SDK badge PyPi" /> </a> <a href="https://www.npmjs.com/package/@typegraph/sdk" target="_blank"> <img src="https://img.shields.io/npm/v/@typegraph/sdk?label=@typegraph/sdk&logo=npm" alt="Typescript typegraph SDK badge NPM" /> </a> <a href="https://jsr.io/@typegraph/sdk" target="_blank"> <img src="https://jsr.io/badges/@typegraph/sdk" alt="Typescript typegraph SDK badge JSR" /> </a> </p> <h1 align="center"><a href="https://metatype.dev/?utm_source=github&utm_medium=readme&utm_campaign=metatype">Metatype</a> • the declarative API development platform</h1> <table> <tr> <td> <h3>Programming is like castle building</h3> <p>And castle building is hard. Even the best teams can struggle to build according to the plans, especially with the ever evolving needs and the tech landscape complexities.</p> </td> <td> <img src="docs/metatype.dev/static/images/castles/building.png" alt="Castle building" /> </td> </tr> <tr> <td> <img src="docs/metatype.dev/static/images/castles/stable.png" alt="Stable castle" /> </td> <td> <h3>Build reliable castle with typegraphs</h3> <p>Typegraphs are programmable virtual graphs describing all the components of your stack. They enable you to compose APIs, storage and business logic in a type safe manner.</p> </td> </tr> <tr> <td> <h3>Build modulable castle with typegate</h3> <p>Typegate is a GraphQL/REST composition engine that compiles, optimizes, runs and caches queries over typegraphs. It enforces authentication, authorization and security for you.</p> </td> <td> <img src="docs/metatype.dev/static/images/castles/modulable.png" alt="Modulable castle" /> </td> </tr> <tr> <td> <img src="docs/metatype.dev/static/images/castles/reusable.png" alt="Reusable castle" /> </td> <td> <h3>Build reusable castle with Metatype</h3> <p>Install third parties as dependencies and start reusing components. The Meta CLI offers you live reloading and one-command deployment to Metatype cloud or your self-hosted instance.</p> </td> </tr> </table> <p> <h3 align="center"> Browse the <a href="https://metatype.dev/docs?utm_source=github&utm_medium=readme&utm_campaign=metatype">documentation</a> or start directly <a href="https://metatype.dev/docs/tutorials/quick-start?utm_source=github&utm_medium=readme&utm_campaign=metatype">building your first typegraph</a>! </h3> </p> <p align="right"><a href="#top">back to top ↑</a></p>Development status
Metatype is still in beta and some interfaces are being stabilized, yet most of the engine is close to production readiness. As such, minor versions can contain breaking changes, but we are committed to providing a smooth upgrade path and the changes will be detailed in the changelog of each release (watch/subscribe to this repository to be notified).
<p align="right"><a href="#top">back to top ↑</a></p>Contributing
If you have an idea or a suggestion that would make this better, please fork the repository and follow the step below to create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the repository
- Clone your fork and follow the developer setup
- Create a feature branch:
git checkout -b feature/awesome-x - Commit your changes using
conventional commits:
git commit -am 'feat: add awesome x' - Push to the branch:
git push origin feature/awesome-x - Open a pull request
First-time contributors can find a list of friendly issues for them to get started and discover step by step the platform.
<p align="right"><a href="#top">back to top ↑</a></p>License
Copyright © Metatype OÜ. Distributed under various licenses, see LICENSE for the details. Contributions are welcomed and subject to a Contributor License Agreement (CLA).
<p align="right"><a href="#top">back to top ↑</a></p>