Rasengan Logo
Rasengan Logo
  • Docs
  • Blog
  • Showcase
  • Support us
Using stable versionv1.2.0
Documentation
Packages
Templates
Rasengan UI Kit
Using stable versionv1.2.0
Documentation
Packages
Templates
Rasengan UI Kit

PACKAGES

Rasengan Vercel

The @rasenganjs/vercel package is an adapter that configures Rasengan.js applications for deployment on the Vercel platform. It ensures that the project is properly structured and optimized for Vercel's serverless environment.

Installation

Terminal
bashnpm install @rasenganjs/vercel

Configuration

To configure Rasengan.js for Vercel, you need to import the adapter in your rasengan.config.js file and integrate it with the Rasengan.js plugin.

Example Configuration

rasengan.config.js
javascriptimport { defineConfig } from "rasengan"; import { rasengan } from "rasengan/plugin"; import { configure } from "@rasenganjs/vercel"; export default defineConfig({ vite: { plugins: [ rasengan({ adapter: configure(), }), ], }, });

In the example above, the configure function from @rasenganjs/vercel is used to set up the Vercel adapter for the Rasengan.js application. The adapter is then passed to the rasengan plugin exported from rasengan/plugin to enable the necessary features for Vercel deployment.

Deployment

Once the adapter is configured, you can deploy your Rasengan.js application using Vercel's CLI:

Terminal
bashvercel

Alternatively, you can link your GitHub repository to Vercel, and it will automatically detect the configuration and deploy your application.

Community

Join the Rasengan.js community to get support, ask questions, and share your projects:

  • GitHub Discussions – Ask questions and share ideas.
  • X (Twitter) – Stay updated with the latest news.
  • Linkedin – Follow the company page.

Let's build something amazing with Rasengan.js! 🚀

License

This package is MIT licensed.

ON THIS PAGE

Installation
Configuration
Example Configuration
Deployment
Community
License
Rasengan Logo
Rasengan Logo

Resources

  • Docs
  • Packages
  • Blog
  • Showcase
  • Support us

Community

  • Github
  • X (Twitter)

Subscribe to the Newsletter

Stay informed to the news about rasengan.js including new releases, events, etc...

© 2024-2026 Rasengan Labs, All rights reserved.