L Amica Geniale Online

A private, two-person digital space for two friends (like Lila and Elena) to:

// FriendPair model const pairSchema = new Schema( users: [ type: Schema.Types.ObjectId, ref: 'User' ], createdAt: Date, inviteCode: String, status: type: String, enum: ['pending', 'active', 'archived'] );

A private, two-person digital space for two friends (like Lila and Elena) to:

// FriendPair model const pairSchema = new Schema( users: [ type: Schema.Types.ObjectId, ref: 'User' ], createdAt: Date, inviteCode: String, status: type: String, enum: ['pending', 'active', 'archived'] );