Skip to content

Deploy a Custom Page to your Vault to see how it works without writing any code:

  1. Download the hello-world-react-esbuild package from the Custom Page Sample Project.
  2. In a sandbox Vault, navigate to Admin > Deployment > Inbound Packages and import and deploy the package. Learn more about importing and deploying VPK packages in Vault Help.
  3. Navigate to the Hello World (React Esbuild) tab in your Vault. You’ll see a complete Custom Page, leveraging JavaScript and the Vault Java SDK to display the text “Hello World!” and your user ID.

Now that you've seen a Custom Page in action, see our sample code for more ideas you can build from, or dive right into the client quickstart to start building your own Custom Page from scratch.