Getting started

Getting started

ReAX Control Systems

Testing categories

Testing document of categories child

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)