← Back to All Projects

Daily Fortnite Marketplace

Game Development
TypeScriptNext.jsReactTailwind CSSRest APIsCI/CDGame ToolingNetlify
Daily Fortnite Marketplace cover image

Summary

An automated data pipeline that harvests daily Fortnite shop rotations.

Details

Overview

This project implements a serverless workflow to fetch, transform, and deploy inventory states reliably without maintaining a dedicated backend structure.

Architecture

  • Automated Data Ingestion: Integrated a headless scheduled CRON pipeline via GitHub Actions that triggers daily data extraction from a reliable API, organizes the JSON data, and caches the marketplace.
  • Platform Deployment (In Progress): Designed the data logic to support a modular event-driven notification layer. The upcoming phase uses webhooks targeting several platform REST APIs to push daily updates.
  • Contact Form (In Progress): Support page is planned to include a contact form for users to submit feedback or report issues.
  • Security (In Progress): In conjunction with the contact form, the site will implement Cloudflare validation to prevent spam submissions.