फ़ीचर्स
एक फोकस्ड फ्लैशकार्ड स्टैक: होस्टेड वेब ऐप, repository में iOS client, external agent API, और self-hosting के लिए पहले से तैयार infrastructure।
FSRS Review
Due cards को FSRS के साथ schedule किया जाता है। चार ratings में से एक submit करें और backend client review timestamp के आधार पर अगला review समय अपडेट करता है।
Card Creation And Chat
Web client से front/back cards बनाएं और workspace data तथा file attachments, including plain text uploads, के साथ AI chat इस्तेमाल करें।
Agent-Ready Onboarding
Claude Code, Codex, या OpenClaw को discovery URL पर भेजें और agent पूरे auth flow से गुजर सकता है, API key store कर सकता है, account context load कर सकता है, सही workspace चुन सकता है, और compact /v1/agent/sql surface के जरिए आगे बढ़ सकता है। इंसान से सिर्फ एक कदम चाहिए: नया 8-digit email code साझा करना।
Passwordless Auth
Email OTP authentication एक dedicated auth service पर चलती है। Browser sessions shared-domain cookies reuse करते हैं ताकि subdomains के बीच login साफ़ तरीके से काम करे।
Self-Hosted Stack
Postgres, auth, backend, और web client को locally चलाएं। Production deployment पहले से AWS के लिए CDK, CloudFront, API Gateway, Lambda, और RDS के साथ wired है।
Published Agent API
मौजूदा external contract discovery, OTP bootstrap, workspace selection, और workspace, cards, decks, तथा review events पर published SQL dialect को कवर करता है।
Offline-First Clients
Repository में local SQLite और backend sync routes वाला iOS client पहले से है, और Android app अब Google Play पर उपलब्ध है।