Advanced Search
Search Results
1482 total results found
Architecture Decision Records
Backend
API reference, database, authentication, services, middleware
API & Data
API Reference
API Reference Project: {{PROJECT_NAME}} Version: {{VERSION}} Date: {{DATE}} Author: {{AUTHOR}} Status: Draft | In Review | Approved Reviewers: {{REVIEWERS}} Document History Version Date Author Changes 0.1 {{DATE}} {{AUTHOR}} Initial draft 1. API ...
Authentication
Drop Authentication System Sources: src/drop-app/src/app/api/auth/bankid/, src/drop-api/src/lib/bankid.ts, src/drop-api/src/routes/auth.ts Overview Drop uses BankID OIDC as the sole authentication method. Email/password login has been removed to comply with ...
Services & Middleware
Services
Drop External Services Source: src/drop-app/src/lib/services/ Overview Drop uses a PSD2 pass-through model — it never holds customer money. AISP reads bank balances via Open Banking, PISP initiates payments from the user's own bank account. Drop integrates w...
Middleware Design Document
Middleware Design Document Project: Drop Version: 0.1.0 Date: 2026-02-23 Author: Platform Architect (AI) Status: In Review Reviewers: Alem Bašić (CEO) Document History Version Date Author Changes 0.1 2026-02-23 Platform Architect (AI) Initial draft fr...
Feature Flags
Drop Feature Flags Sources: src/drop-app/src/lib/feature-flags.ts, src/drop-app/src/lib/features.ts Feature Flag System Source: feature-flags.ts Architecture Feature flags are controlled via environment variables with the pattern: NEXT_PUBLIC_FF_<SCREAMING_S...
Frontend
Pages, components, design system, state management, landing pages
Frontend Architecture
Pages
Drop Frontend — Pages All pages are in src/drop-app/src/app/ using Next.js App Router file-based routing. Page Index Route File Type Auth Required BottomNav / page.tsx Server No No /login login/page.tsx Client No No /register register/page.tsx Cl...
Component Inventory
Component Inventory Project: {{PROJECT_NAME}} Version: {{VERSION}} Date: {{DATE}} Author: {{AUTHOR}} Status: Draft | In Review | Approved Reviewers: {{REVIEWERS}} Document History Version Date Author Changes 0.1 {{DATE}} {{AUTHOR}} Initial draft 1...
Design System Documentation
Design System Documentation Project: Drop — Fintech Payment App Version: 0.1.0 Date: 2026-02-23 Author: John (AI Director, ALAI) Status: In Review Reviewers: Alem Bašić (CEO) Document History Version Date Author Changes 0.1 2026-02-23 John Initial dra...
State Management Architecture
State Management Architecture Project: Drop — Fintech Payment App Version: 0.1.0 Date: 2026-02-23 Author: John (AI Director, ALAI) Status: In Review Reviewers: Alem Bašić (CEO) Document History Version Date Author Changes 0.1 2026-02-23 John Initial d...
Landing Pages
Drop Frontend — Landing Pages Covers the static marketing site (landing/) and the standalone web prototype (src/drop-web/). Marketing Landing Page File: landing/index.html (~646 lines) Tech Stack Pure HTML/CSS/JS (no framework) Fonts: Fraunces + DM Sans (G...
Mobile App
Mobile app architecture and strategy