**Source URL:** https://limited.veevavault.dev/custom-pages/getting-started/try-it-out

# Try it Out

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

1.  Download the [hello-world-react-esbuild](https://github.com/veeva/Vault-Custom-Pages/blob/main/examples/hello-world-react-esbuild/hello-world-react-esbuild.vpk) 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](https://platform.veevavault.help/en/gr/36919/#import).
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.

## Next steps

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

---

**Previous:** [Getting Started](/custom-pages/getting-started)  
**Next:** [Sample Code](/custom-pages/getting-started/sample-code)