// FAQ
man mantlekit — frequently asked questions.
What is MantleKit?
MantleKit is a developer toolkit for building and deploying web applications with minimal overhead. It provides CLI tools, edge deployment, and a composable architecture that follows Unix philosophy.
Do I need to know TypeScript?
No. MantleKit works with plain JavaScript. TypeScript support is included out of the box with auto-generated types, but it is entirely optional. Use what works for you.
How does edge deployment work?
MantleKit compiles your application into lightweight edge-compatible bundles. A single CLI command (mk deploy) pushes your code to edge nodes globally. Cold starts are under 50ms.
Can I self-host MantleKit?
Yes. MantleKit is open source under MIT. You can run the entire stack on your own infrastructure. We provide Docker images and Helm charts for production deployments.
What kind of support is available?
Starter plan includes community support via GitHub Discussions. Pro plan includes priority support with a 24-hour SLA via email. All plans have access to documentation and the knowledge base.