This repo contains various examples to facilitate your getting-started experience with Uniform capabilities, such as Uniform Context, Uniform Canvas, and Uniform Mesh.
‼️ For a more complete starter kit, consider looking at the Component Starter Kit instead.
These starters don't have a lot of functionality, they are single page, single component sort of "hello world" starters typically used to learn the essentials of Uniform SDK and be used as a starting point for the greenfield projects. Preview, personalization and A/B testing is enabled on all of these starters.
-
Hello world starter for Next.js 15 App Router - essential 1 page, 1 component starter, recommended baseline for new projects using Next.js 15 app router.
-
Hello world starter for Next.js Page Router - essential 1 page, 1 component starter, recommended baseline for new projects using Next.js page router.
-
Create React App Starter (CSR) - basic Create React App starter with Uniform SDK pre-configured using client-side rendering.
-
React Vite SSR starter - basic React Vite starter with Uniform SDK pre-configured using server-side rendering.
-
Search starter - essential search API example starter based on Next.js 15 app router.
-
Nuxt hello world starter - essential 1 page, 1 component starter, recommended baseline for new projects using Nuxt 3. The starter is available to be installed via
npx @uniformdev/cli@latest new
. -
Gatsby 5 starter - a simple marketing site showing the essentials of Uniform + Gatsby.js integration, including personalization and A/B testing!
-
Remix starter - essential 1 page, 1 component starter for Remix configured with Cloudlare, recommended as reference for new projects using Uniform Remix SDK.
-
🆕 Next.js starter for App Router - essential localization enabled starter for Next.js with app router and React Server Components.
-
🆕 Next.js starter for Page Router - essential localization enabled starter for Next.js.
-
🆕 Next.js starter for Klevu - Next.js starter that contains Klevu search components pre-wired to be managed in Uniform, see more docs here.
-
Segment CDP personalization example - Next.js starter pre-wired to work with Twilio Segment Profile API to enable personalization. See the related docs here.
-
Next.js starter for Sitecore - essential 1 page, 1 component starter pre-wired with the Sitecore XM/XP integration. Recommended baseline for new projects using Next.js.
-
Next.js starter for Algolia - Next.js starter that contains Algolia instant search components pre-wired to be managed in Uniform, see more docs here.
-
Next.js starter for Coveo - Next.js starter that contains Coveo search components pre-wired to be managed in Uniform, see more docs here.
These starters are enabled with edge-side personalization SDK without visual workspace / Canvas:
- Next.js app router
- For Akamai using Edge Workers
- For Cloudflare using Workers
- For Netlify using Edge Functions
- For Vercel using Edge Middleware
This Next.js starter is provided to streamline your first mesh integration development experience. See the docs here for info on how to extend Uniform Mesh.
There are more useful starters and examples in other repos:
- Component Starter Kit - essential set of components you need to start building personalizable web experiences with Uniform. Built with TailwindCSS, DaisyUI, React, and Next.js
- Salesforce Composable Storefront - Uniform Composable Storefront Starter for Salesforce B2C Commerce.
- Next.js Marketing Starter - imaginary conference site in Next.js leveraging all the Uniform goodness: Canvas and Context.
- Nuxt Marketing Starter - imaginary conference site in Nuxt 3 leveraging all the Uniform goodness: Canvas and Context.