Migrating from Vercel to Stormkit is a straightforward process that allows you to take advantage of Stormkit's unique features, such as self-hosting, advanced deployment previews, and environment-level configurations. This guide will walk you through the migration process, highlight the differences between the two platforms, and showcase the features Stormkit excels.
While Vercel is a powerful platform, Stormkit provides additional flexibility and control for developers who need more than just a managed hosting solution. Here’s why you might consider migrating:
Next.js is fully supported on Stormkit's Self-Hosted Edition. To migrate:
./.next
npm run start
(or your custom script which calls next start
)All features that are working locally should be working on Stormkit as well:
'use cache'
) Next.js has two runtimes: Edge and Node.js. When using Stormkit, you should use the Node.js runtime.