Platform
jetsetfx.com
Live siteA full-stack forex trading platform with a Pine Script indicator library, live broker comparison, trade ideas community, and AI-generated session briefs.
Retail forex traders drown in indicators and self-proclaimed gurus, with almost no curation. jetsetfx.com is an opinionated platform: a hand-picked Pine Script library with performance data attached, a structured broker comparison, a trade ideas community, and daily AI session briefs that frame the market before the open.
30+
Indicators in library
10+
Broker entries
Automated
Daily AI brief
Screenshots


The Problem
Retail forex traders have access to an overwhelming number of indicators and "gurus," but very little curation. The signal-to-noise ratio is terrible. There was a gap for a curated, opinionated library that helps traders find indicators that actually work, paired with context from a trading community.
The Process
Built the indicator library first: each indicator has a full Prisma model with performance data, screenshots, Pine Script source, and one-time purchase support. The broker comparison was built as a structured data table with admin-managed entries. The trade ideas community uses a like/save system. AI session briefs run as a daily cron that generates market context for the current session.
The Solution
A dark-themed trading platform with a curated Pine Script indicator library (30+), broker comparison table, trade ideas community with like/save, education hub with courses and lessons, and AI-generated daily session briefs.
What Was Built
- 30+ curated Pine Script indicators with full metadata
- One-time indicator purchases via Stripe
- Broker comparison with admin-managed data
- Trade ideas community: post, like, save
- Daily AI session brief via cron + Resend
Feature Breakdown
Indicator Library
- 30+ curated Pine Script indicators with performance stats
- One-time Stripe purchases per indicator
- Full metadata, screenshots, and Pine Script source per entry
- Pine Script / MQL5 import for legacy code migration
Market Intelligence
- Daily AI session brief via cron + Resend
- Market pulse dashboard (currency strength + volatility)
- Session-specific framing with open/close time context
- Broker comparison table with admin-managed data (10+ brokers)
Community
- Trade ideas feed with like/save system
- Signal marketplace & copy-trading leaderboard
- Education hub with courses and lessons
- Google OAuth + NextAuth v5 dual auth
Tech Stack
Source Code
Private repository
Behind the Build
Choosing a dark-first design was a deliberate departure from the typical Next.js app aesthetic — trading platforms live in dark mode, and building the color system with that as the default made dark: variants much cleaner. The daily AI session brief cron took several iterations to get the market context prompt right; generic summaries were useless, session-specific framing with open/close times made it actually valuable.