Advanced Search
Search Results
964 total results found
drop-make-integration-plan
Plan: Drop Figma Make Frontend Integration Research Summary Make Export (source: ~/ALAI/products/Drop/mockups/figma-make-export/) 10 screens, all custom Tailwind styling (NO shadcn imports despite package.json having them) react-router navigation (Link, useLo...
drop-marketing-infra-spec
Drop Marketing Infrastructure — Implementation Spec Project: Drop (Fintech Payment App) Task: MC #1197 Date: 2026-02-17 Author: John (AI Director) Status: Draft — Awaiting Approval 1. Executive Summary Drop currently has a basic landing page (getdrop.no) with...
drop-mvp-pipeline-plan
Plan: Drop MVP Pipeline A-Z Research Summary Actual State (13.02.2026) Phase 4 (Implementation) — 95% done, NOT 80% as PIPELINE.md says: 12 frontend pages: ALL wired to real API routes via fetch() 24+ API routes: ALL working (auth, transactions, cards, mercha...
Low-Level Design (LLD)
Bilko — Low-Level Design (LLD) Version: 1.0 Date: 2026-02-23 Project ID: bbd77cc0 Status: Current — reflects actual codebase as of 2026-02-23 Table of Contents API Endpoint Specifications Database Schema Documentation Service Layer Design Middleware Stack Do...
Backend — Target Architecture
Bilko API — Express Backend BookStack — Provjeri PRVO Prije traženja bilo čega — provjeri BookStack (http://localhost:6875). Centralna baza znanja za tools, skills, hooks, agents, rules, projekte, klijente, dokumentaciju. Ako odgovor postoji tamo — NE TRAŽI da...
Test Plan
Bilko — Test Plan Version: 1.0 Date: 2026-02-23 Project ID: bbd77cc0 Status: Current — reflects actual codebase and target testing strategy as of 2026-02-23 Table of Contents Test Philosophy Unit Test Strategy Integration Test Strategy End-to-End Test Strate...
Serbia — Regulatory Summary
Serbia (RS) Regulatory Requirements Overview Country Code: RS Currency: RSD (Serbian Dinar) EU Status: Candidate Open Banking: PSD2-aligned (deadline Jan 2026) Payment System: IPS Serbia (instant 1-sec) + SEPA member (May 2025, full ORD May 2026) VAT (PDV - ...
Bosnia — Regulatory Summary
Bosnia & Herzegovina (BA) Regulatory Requirements Overview Country Code: BA Currency: BAM (Convertible Mark), symbol "KM" EU Status: Non-member (potential candidate) Open Banking: Not adopted Payment System: Gyro Clearing + RTGS (Real-Time Gross Settlement) ...
Croatia — Regulatory Summary
Croatia (HR) Regulatory Requirements Overview Country Code: HR Currency: EUR (adopted January 2024, previously HRK) EU Status: Member since 2013 Open Banking: PSD2 full compliance (Berlin Group NextGenPSD2) Payment System: SEPA (full member) VAT (PDV - Porez...
Multi-Region Overview
Multi-Region Accounting Standards Overview Source: Research report /Users/makinja/system/reports/research-bilko-multi-region-2026-02-20.md Key Architectural Insight: Shared Core + Country Plugins What's SHARED (build once) Component Standard Notes Chart...
API Reference
Bilko API Reference Status: SPECIFICATION (backend not implemented) Base URL: http://localhost:4000/api/v1 (development) Production URL: https://api.bilko.io/api/v1 Last updated: 2026-02-20 Purpose This document is the implementation contract for Bilko's ba...
Database Schema
Bilko Database Schema Status: IMPLEMENTED (Prisma schema exists) Location: /Users/makinja/ALAI/products/Bilko/packages/database/prisma/schema.prisma Database: PostgreSQL 14+ ORM: Prisma 5.x Last updated: 2026-02-20 Purpose This document describes the comple...
Authentication & Authorization
Bilko Authentication & Authorization Status: SPECIFICATION (backend not implemented) Last updated: 2026-02-20 Purpose This document specifies the authentication and authorization system for Bilko's backend. Covers JWT tokens, password hashing, 2FA, role-bas...
Business Logic
Bilko Business Logic Status: SPECIFICATION (backend not implemented) Last updated: 2026-02-20 Purpose This document defines the accounting domain rules that Bilko's backend MUST enforce. These are non-negotiable business requirements for financial accuracy ...
Middleware Stack
Bilko Middleware Stack Status: SPECIFICATION (backend not implemented) Last updated: 2026-02-20 Purpose This document specifies the Express middleware stack for Bilko's backend. Middleware order is CRITICAL — security, authentication, validation, and error ...
External Services Integration
Bilko External Services Status: SPECIFICATION (backend not implemented) Last updated: 2026-02-20 Purpose This document specifies the external service integrations for Bilko's backend. Covers email delivery, file storage, exchange rates, and PDF generation. ...
Pages & Routing
Bilko Frontend Pages Framework: Next.js 15 (App Router) Current State: Fully implemented with mock data Future State: Will require API integration to replace mock data Route Architecture Overview graph TD ROOT["app/layout.tsx\n(Root HTML, Inter font, meta...
State Management
Bilko State Management Current State: Primarily React hooks (useState, useEffect) Installed but Minimal Use: Zustand 4.5.0 Future State: Migrate to Zustand for global state Architecture Overview flowchart LR subgraph CURRENT["Current Architecture (Phase 1...