gta6/prompts
phone
Vaultadvancedphone

Photo-Sharing Social Feed

ESX/QB public photo feed with profiles, follows, likes, comments, stories and verified badges — a server-authoritative feed where the image-upload pipeline and like/follow graph are owned server-side.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~110 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A photo-sharing social feed for ESX or QB: public profiles, follows, likes, comments, stories and verified badges over a server-authoritative feed. Premium social-feed apps rank high on Tebex top-100 snapshots because the image-upload pipeline and a tamper-proof engagement graph are a real moat — exactly what cheap clones get wrong.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

🔒 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/11-photo-social-feed.lua. It implements a server-owned posts table with per-liker like dedupe, comments, a follow graph, server-only verified…

🔒 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 engagement — Claude lets the client bump its own like count or self-verify; the posts table, like/follow graph and verified flag must live server-side keyed by author identifier with likes deduped per liker.
  • Anim before load — the capture TaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + a HasAnimDictLoaded wait loop.
  • One-sided net eventfeed:update on only one side leaves online followers on a stale feed until refresh; both sides use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Move posts, likes, follows and verified into server.lua keyed by author identifier, record each liker once in posts[postId].likes so a like can't be re-counted, set verified only from a server admin path, and push feed:update to followers after each mutation — never trust a like, badge or post from the client."

Framework Integration

  • ESX: local ESX = exports['es_extended']:getSharedObject(); key profiles by xPlayer.identifier and persist posts to a phone_feed table via MySQL.
  • QBCore: local QBCore = exports['qb-core']:GetCoreObject(); key by citizenid and gate verified behind QBCore.Functions.HasPermission(src, 'admin').
  • QBox: exports.qbx_core:GetPlayer(src); reuse the citizenid key and store image URLs from your upload service (e.g. fivemanage).

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), sized for a stable premium social-feed niche.

Trend Signal

stable — corpus: Premium social-feed apps rank high on Tebex top-100 (signal-scraper source); image-upload pipeline is the moat.

Sales Angle

Position as the premium hero app of the phone bundle — the server-authoritative engagement graph and image-upload pipeline are the moat cheap clones can't match. Recommended Tebex price $149.

Difficulty & Ship Time

advanced · ships in 2-3 days.