Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1482 total results found

Architecture Decision Records

Overview & Architecture

Backend

API reference, database, authentication, services, middleware

API & Data

Backend

API Reference

Backend API & Data

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

Backend API & Data

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

Backend

Services

Backend Services & Middleware

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

Backend Services & Middleware

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...

staleness
needs-review

Feature Flags

Backend Services & Middleware

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

Frontend

Pages

Frontend Frontend Architecture

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

Frontend Frontend Architecture

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

Frontend Frontend Architecture

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...

staleness
needs-review

State Management Architecture

Frontend Frontend 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...

staleness
needs-review

Landing Pages

Frontend Frontend Architecture

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

Mobile Architecture

Mobile App