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).
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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…
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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
TaskPlayAnimno-ops if the dict is not loaded; alwaysRequestAnimDict+ aHasAnimDictLoadedwait loop. - One-sided net event —
feed:updateon only one side leaves online followers on a stale feed until refresh; both sides useRegisterNetEvent+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 byxPlayer.identifierand persist posts to aphone_feedtable viaMySQL. - QBCore:
local QBCore = exports['qb-core']:GetCoreObject(); key bycitizenidand gate verified behindQBCore.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.