vi/raiser
phone
phone, GTA 6 style illustration
Vaultadvancedphone

Camera & Gallery App

ESX/QBCore/QBox phone camera app that captures framed screenshots, hosts them server-side, and owns a per-identifier gallery with albums and share-to-feed/DM.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~90 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25
Unlock price
$199Vault

Unlock all 510 prompts

Profit potential / mostable
$500($150 to $2,000)

$50-389 script band, sized for a stable niche; top sellers clear around $11.85K/mo.

Effort vs return
advanced1 day

Description

A phone camera app where players frame a shot with a held-phone pose, capture a real screenshot that gets uploaded to a host and recorded in a server-owned gallery, then organize photos into albums and share to a public feed or a direct contact. The capture-upload-host pipeline is the differentiating engineering, which is why social-RP servers buy it instead of a bare screenshot keybind.

Prompt Template

You are writing a FiveM resource for esx/qb-core/qbox.

🔒 Eyes-only, locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth, both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access, pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts, the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates, new niches as the market moves
Get the Vault, $199

$49 for 60 · $199 for all 510 + intelligence, one-time, no subscription.

Expected Output

The reference Lua lives at content/expected-outputs/phone/25-camera-gallery-app.lua. It implements an anim-driven capture, a screenshot-upload callback that persists per-identifier photos…

🔒 Eyes-only, locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth, both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access, pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts, the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates, new niches as the market moves
Get the Vault, $199

$49 for 60 · $199 for all 510 + intelligence, one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Client-trusted gallery, Claude keeps photos and shares in a client table; a modder forges or shares images. Persist the gallery server-side keyed to the identifier and verify ownership on every share.
  • Anim before load, TaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • One-sided net event, defining camera:gallery/savePhoto on only one side breaks the upload round-trip; both client and server use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Move all photo authority to the server: store the gallery keyed by player identifier, validate the uploaded URL, return the gallery only to its owner, and verify the player owns a photoId before any feed broadcast or DM. The client must only frame, capture and request, never hold the canonical gallery."

Framework Integration

  • ESX: resolve the player with exports['es_extended']:getSharedObject() and key the gallery on xPlayer.identifier; share targets resolve through ESX.GetPlayerFromId.
  • QBCore: use exports['qb-core']:GetCoreObject() and QBCore.Functions.GetPlayer(src).PlayerData.citizenid as the gallery key instead of the raw license.
  • QBox: use exports.qbx_core:GetPlayer(src) and player.PlayerData.citizenid; the capture/upload and share logic are identical.

Profit Potential

$150-$2000/mo on Tebex (expected ~$500), priced inside the $50-389 script band against a corpus of comparable Tebex sellers (median ~$11.85K/mo); a stable social-RP niche whose hosted-upload moat supports steady unit volume.

Trend Signal

→ stable, inferred: Screenshot-capture + external upload/host pipeline is the hard, differentiating part.

Sales Angle

The social-RP camera that actually persists photos to a hosted gallery with albums and share-to-feed/DM, not just a screenshot keybind. Recommended Tebex price $229.

Difficulty & Ship Time

advanced · ships in 1 day.