@manicjs/providers
v1.1.3
Published
Deployment providers for Manic framework - Vercel, Cloudflare, Netlify
Maintainers
Readme
Official deployment providers for Manic.
Manic is a high-performance React framework built exclusively for Bun.
It ships with a custom build pipeline, first-class plugin architecture, and production-ready DX for local development, deployment, and AI-native workflows.
Why Manic
- Bun-first runtime and tooling
- Fast transforms and minification powered by OXC
- File-based routing with production-ready deployment adapters
- Plugin system built for framework and AI-native workflows
Documentation
- Website: manicjs.tech
- Docs: manicjs.tech/docs
- Package docs: https://www.manicjs.tech/docs/framework/deployment
Install
bun add @manicjs/providersUsage
import { defineConfig } from 'manicjs/config';
import { vercel } from '@manicjs/providers';
export default defineConfig({
providers: [vercel()],
});License
GPL-3.0
