This guide will show you how to deploy a Solid app and get your domain set up.
Solidjs is a declarative JavaScript library for creating user interfaces. Instead of using a Virtual DOM it opts to compile its templates down to real DOM nodes and wrap updates in fine grained reactions. To build an Solid app, start with a template:
Vercel is a platform for deploying the fastest Solid apps. You can deploy your app with zero configuration to the best frontend infrastructure.
Vercel has integrations for GitHub, GitLab, and Bitbucket to enable CI/CD for your Solid app with zero configuration. Then, you can run automated tests for performance and reliability on every push. Pull and merge requests are deployed instantly to a unique URL, accessible to your entire team.
After deploying, your new Solid app will get automatically assigned a .vercel.app
suffixed domain. You can then add a Custom Domain on your choice, either from a third-party or purchased through Vercel.
vercel
to deploy.