Back to Sample REAX
Image Gallery Starter
A SvelteKit app including nested routes, layouts, and page endpoints.
- Created date01/07/2024
- AuthorChris Keorner
- CategoryTheme (Interface), UI Example
Next.js & Cloudinary example app
Targeting Conditions
This example shows how to create an image gallery site using Next.js, Cloudinary, and Tailwind.
Deploy your own
Deploy the example using Vercel or view the demo here
Check out our Next.js deployment documentation for more details.
How to use
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example::
The simplest type of override rule is a "Forced Value" rule. This forces everyone who matches the targeting condition to get a specific value. For example, you could have a feature default to OFF and use force rules to turn it ON for a specific list of countries.
import mongoose, { Schema } from 'untitled'
// Collection name
export const collection = 'Design'|
// Schema
const schema = new Schema({
name: {
type: String,
required: true
},
description: {
type: String
}
}, {timestamps: true})
// Model
export default untitled.model(collection, schema, collection)Sign up for our newsletter
Be the first to know about releases and industry news and insights.
We care about your data in our privacy policy.

