Advanced Search
Search Results
1481 total results found
Mobile App Architecture
Drop Mobile App React Native / Expo Router app in src/drop-mobile/. Tech Stack Technology Version/Details Framework React Native (Expo) Routing Expo Router (file-based) Fonts DM Sans (expo-google-fonts), Fraunces (expo-google-fonts) Navigation ...
Mobile Strategy
Drop Mobile App Strategy Date: 2026-02-11 Compiled by: John (AI Director) Status: For Review Task: MC #580 Executive Summary Drop is a fintech app (remittance + QR payments) currently built with Next.js 16, React 19, and Tailwind CSS v4. This document evaluat...
Infrastructure & DevOps
Deployment, CI/CD, monitoring, DevOps/SRE stack, WAF
Deployment & Environment
Environment Setup
Drop Environment Configuration Last updated: 2026-02-13 Source: src/drop-app/package.json, next.config.ts, Dockerfile, docker-compose.yml, fly.toml Technology Stack Layer Technology Version Source Runtime Node.js 22 (Alpine) Dockerfile:2 Framework Ne...
Secrets Management
Secrets Management Last updated: 2026-02-17 Source: src/drop-app/src/lib/secrets.ts Overview Drop uses an abstracted secrets management system with pluggable providers. The system is backward compatible -- if no secrets provider is configured, it reads direct...
Deployment Checklist
Deployment Checklist: [PROJECT NAME] Release: v[X.Y.Z] Date: YYYY-MM-DD Deploy Lead: DevOps Approved by: Tech Lead + John Environment: Staging → Production Pre-Deployment (T-1 Day) Verification All tests passing in CI Code review approved and merged UAT s...
CI/CD & Monitoring
CI/CD Pipeline
Drop CI/CD Pipeline Last updated: 2026-02-13 Source: src/drop-app/package.json, Dockerfile, fly.toml, vitest.config.ts, playwright.config.ts Current State Drop is in MVP/pre-production stage. Core CI/CD infrastructure exists including a GitHub Actions workflo...
Monitoring & Alerting
Drop Monitoring Last updated: 2026-02-17 Source: src/drop-app/src/app/api/health/route.ts, docker-compose.yml, fly.toml, src/lib/alerts.ts Health Check Endpoint Route: GET /api/health Source: src/drop-app/src/app/api/health/route.ts:1-35 What It Checks Datab...
Production Deployment
Drop AWS Amplify Deployment Guide Rebrand note (2026-02-14): Originally titled "FontelePay". Product rebranded to Drop. Some env var references (Swan, Stripe) are FUTURE integrations — Drop uses a PSD2 pass-through model. See Drop CLAUDE.md. This guide cover...
DevOps Stack
DevOps/SRE Stack
DevOps/SRE Stack for Drop (originally FontelePay) Rebrand note (2026-02-14): FontelePay was renamed to Drop. Some references to FontelePay remain in this document (metric names, Sentry projects, API URLs). These should be updated when implementing the actual ...
WAF Rules
WAF Rules — Drop Payment App MC #1229 — Web Application Firewall configuration for Drop fintech. Overview Drop runs on Fly.io which does not provide a built-in WAF. Protection is layered: Middleware-level (Next.js Edge Middleware) — first line of defense Fly....
Cloud Deployment Options
Cloud Deployment Options for Drop Rebrand note (2026-02-14): Originally titled "FontelePay". Product rebranded to Drop. See Drop CLAUDE.md. Date: 2026-02-05 Purpose: Evaluate cloud deployment options for European mobile banking MVP Requirements Summary R...
Audits & Reports
Security Audit
Drop Security Audit (originally FontelePay) Rebrand note: FontelePay was renamed to Drop. This audit predates the backend implementation and PSD2 pass-through architecture. Many issues identified here (localStorage PIN, client-side auth) have been addressed i...
Security QA Audit
Drop App Security & QA Audit Report Date: 2026-02-11 Auditor: John (AI Director) Scope: Next.js 16 fintech app with SQLite database, JWT auth, 24 API routes HISTORICAL NOTE (2026-03-03): This audit was performed against the pre-ADR-014 codebase which used SQL...