npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rajkoli145/friday

v2026.4.21

Published

Multi-channel AI gateway with extensible messaging integrations

Readme

Friday

Friday is an AI agent platform with two clear product paths:

  1. Personal Plan for individual users
  2. Campus Plan for colleges and institutions

This repository now reflects that split across product, onboarding, memory, and operating model.

Product Model

Personal Plan

  • Paid self-serve plan
  • One-click installer
  • No desktop app required
  • Local setup for config and memory
  • User-managed data ownership

Campus Plan

  • Institution-led onboarding
  • Centrally hosted deployment
  • No per-student installation
  • Channel-based access (web, email, WhatsApp, and approved campus channels)
  • Policy, role access, and memory managed by the institution

Core Principle

The system must keep the experience explicit:

  1. Personal means self-serve local install and local control
  2. Campus means centralized hosting, governance, and managed access

Onboarding Flows

Personal Onboarding

  1. User registers and pays
  2. User downloads one-click installer
  3. Installer creates workspace, config, and memory structure
  4. User completes first-run setup and model choice
  5. User operates from local environment

Campus Onboarding

  1. College lead submits interest form
  2. Discovery and policy alignment are completed
  3. Department scope and pilot plan are finalized
  4. Central deployment is configured
  5. Students and staff access through approved channels

Memory Architecture

Personal Memory

  • Default storage is local
  • Config, memory, and session cache live in user environment
  • Optional cloud sync can be added later
  • User owns and controls data

Campus Memory

  • Uses centralized backend memory service
  • Scoped by tenant and user identity
  • Isolated memory boundaries per user
  • Institutional retention, audit, and policy controls

Suggested key shape:

  • tenantId:userId:memoryKey

WhatsApp and Channel Clarification

For campus mode:

  • WhatsApp, email, and web are access channels
  • They are not the persistent memory layer
  • Backend resolves tenant and user on each request
  • Backend loads policy + memory context before responding

Department Copilot Model

Campus deployments should use one copilot per department.

Benefits:

  • Stronger policy and ownership boundaries
  • Consistent responses in domain context
  • Easier routing, memory scoping, and escalation
  • Better scalability across large institutions

Example department copilots:

  • CSE
  • ECE
  • Mechanical
  • English

Model Strategy

Personal

  1. Managed default model
  2. Bring-your-own-key provider mode
  3. Advanced self-hosted mode

Campus

  1. Institution-approved cloud model list
  2. Institution-managed keys
  3. Optional private/self-hosted models where required

Website and UX Direction

The UI should keep both conversion paths visible and distinct:

  1. Personal path: direct payment and installer funnel
  2. Campus path: contact/demo and deployment funnel

Key pages:

  • Home
  • Personal
  • Campus
  • Pricing
  • Register
  • Contact Sales
  • Security
  • Privacy
  • Terms
  • FAQ

Documentation Source

This README is aligned with:

  1. Luna/docs/SORA_PROJECT_WEB_UI_BRIEF.md
  2. Luna/docs/SORA_PERSONAL_CAMPUS_ONBOARDING_AND_MEMORY.md

Current State

The repository branding and product direction are now aligned to Friday.

If needed, next steps are to implement:

  1. Phase 5 production hardening
  2. Database-backed campus memory service
  3. Full policy and observability rollout