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

ovalpod

v0.1.20

Published

Ovalpod — AI-Powered Productivity Desktop Assistant. Connect Gmail, Drive, Calendar & more into one AI chat.

Downloads

866

Readme

🚀 Ovalpod (nDecide)

Ovalpod is a sophisticated, autonomous AI agent framework designed to turn complex business prompts into executable actions. By bridging the gap between LLMs and real-world business tools, Ovalpod enables end-to-end workflow automation—from analyzing emails and scraping competitor data to generating professional documents and managing CRM entries.

Built as a high-performance Electron desktop application, it combines the power of Next.js, LangGraph, and a suite of specialized automation tools to provide a seamless, agentic experience.


✨ Key Features

  • 🤖 Autonomous Execution: Leverages LangGraph and multi-model AI (Gemini, OpenAI, Sarvam) to plan and execute multi-step workflows.
  • 📧 Email Automation: Full-cycle email management including IMAP reading, Mailparser analysis, and Nodemailer delivery.
  • 📄 Document Generation: Programmatic creation of professional PDFs, PowerPoint presentations, and Excel spreadsheets.
  • 🌐 Web Automation: Integrated Playwright for high-fidelity web scraping and browser-based task execution.
  • 🛠️ Ecosystem Integration: Native connectors for Notion, Supabase, Google Workspace, and various SQL databases (PostgreSQL, MySQL).
  • 💳 Payment Integration: Integrated Razorpay for seamless subscription and billing management.
  • 📈 Analytics: Deep behavioral insights powered by PostHog.

🛠️ Tech Stack

Core

AI & Orchestration

  • Orchestration: LangGraph & LangChain
  • Models: Google Generative AI (Gemini), OpenAI, Sarvam AI
  • Validation: Zod

Backend & Integration

  • Database/Auth: Supabase
  • External APIs: Google APIs, Notion API, Razorpay
  • Data Processing: pdf-parse, mammoth, xlsx, pptxgenjs

🚀 Getting Started

Prerequisites

  • Node.js: v20+ (Recommended)
  • npm or pnpm

Installation

  1. Clone the repository

    git clone https://github.com/your-username/ovalpod.git
    cd ovalpod
  2. Install dependencies

    npm install
  3. Environment Setup Create a .env.local file in the root directory and add your API keys:

    GOOGLE_API_KEY=your_google_key
    OPENAI_API_KEY=your_openai_key
    SUPABASE_URL=your_supabase_url
    SUPABASE_ANON_KEY=your_supabase_anon_key
    # Add other necessary keys for Notion, Razorpay, etc.

Running the App

Development Mode (Electron + Next.js)

npm run electron:dev

Build for Production

npm run electron:build

📂 Project Structure

├── electron/              # Electron main process and window management
├── src/                   # Next.js frontend and business logic
│   ├── components/        # Reusable UI components
│   ├── hooks/             # Custom React hooks
│   ├── lib/               # Utility functions and API clients
│   └── app/               # Next.js App Router pages
├── public/                # Static assets
├── next.config.ts         # Next.js configuration
└── package.json           # Project dependencies and scripts

🧪 Testing

The project uses Jest and React Testing Library for quality assurance.

npm test

📄 License

This project is licensed under the terms specified in the LICENSE file.