build.clovernight.creation.app

studio.pds.clovernight.build

{
  "id": "build.clovernight.creation.app",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "status",
          "shippedAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 256,
            "description": "Human-readable app name."
          },
          "spec": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "strongRef to the build.clovernight.creation.spec this app was built from."
          },
          "status": {
            "type": "string",
            "description": "Lifecycle status of the deployment.",
            "knownValues": [
              "live",
              "building",
              "archived",
              "failed"
            ]
          },
          "ogImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 2097152,
            "description": "Social/preview image."
          },
          "demoVideo": {
            "type": "blob",
            "accept": [
              "video/mp4",
              "video/webm"
            ],
            "maxSize": 52428800,
            "description": "Short demo recording."
          },
          "deployUrl": {
            "type": "string",
            "maxLength": 2048,
            "description": "Public URL of the live app."
          },
          "shippedAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp of when the app was deployed."
          },
          "sourceRef": {
            "type": "string",
            "maxLength": 2048,
            "description": "Repo/artifact URL — only meaningful when sourceVisibility=public."
          },
          "techStack": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 32,
            "description": "Technologies used (e.g. 'next.js', 'drizzle')."
          },
          "description": {
            "type": "string",
            "maxLength": 2048,
            "description": "What the app does."
          },
          "sourceVisibility": {
            "type": "string",
            "description": "Whether the generated source is shared publicly.",
            "knownValues": [
              "public",
              "private"
            ]
          }
        }
      },
      "description": "A fully-generated, deployed application created on CloverNight — the creator's portable, signed portfolio entry. Public by design. Contains NO secrets, env vars, deploy credentials, or spend/cost data (spend is private and kept in D1, never published)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against build.clovernight.creation.app

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:eylr5g42jkpwyputz3xbgynj
CID
bafyreieihlwzcbwbydq7ef7sqw6su55np7szto3wyqdttkqys5qmra7dv4
Indexed At
2026-06-11 20:53 UTC
AT-URI
at://did:plc:eylr5g42jkpwyputz3xbgynj/com.atproto.lexicon.schema/build.clovernight.creation.app

Lexicon Garden

@