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 🙏

© 2024 – Pkg Stats / Ryan Hefner

lumentis

v0.2.4

Published

Create awesome docs from your transcripts, notes and documents in seconds, ready to deploy.

Downloads

54

Readme

A simple way to generate comprehensive, easy-to-skim docs from your meeting transcripts and large documents. Now supports GPT-4 Omni and Gemini Flash!

Twitter Follow

lumentis

How to use

  1. Run npx lumentis in an empty directory. That's really it. You can skip the rest of this README. (Known issue if you've run Lumentis before: clear your npx cache with npx clear-npx-cache or you might get link errors. If you don't want to, you can also run npx [email protected].) (DON'T run lumentis in the cloned repo!)
  2. Feed it a transcript, doc or notes when asked.
  3. Answer some questions about themes and audience.
  4. Pick what you like from the generated outline.
  5. Wait for your docs to be written up!
  6. Deploy your docs to Vercel by pushing your folder and following the guide.

Examples

Lumentis lets you swap models between stages. Here's some docs exactly as Lumentis generated them, no editing. I just hit Enter a few times.

  1. The Feynman Lectures on Physics - taken from the 5 hour Feynman Lectures, this is Sonnet doing the hard work for 72 cents, and Haiku writing it out for 38 cents.
  2. Designing Frictionless Interfaces for Google - Mustafa Kurtuldu gave a wonderful talk on design and UX I wish more people would watch. Now you can read it. (Do still watch it) but this is Haiku doing the whole thing for less than 8 (not eighty) cents!
  3. How the AI in Spiderman 2 works - from something that's been on my list for a long time. Opus took about $3.80 to do the whole thing.
  4. Sam Altman and Lex Friedman on GPT-5 - Sam and Lex had a conversation recently. Here's Opus doing the hard work for $2.3, and Sonnet doing the rest for $2.5. This is the expensive option.
  5. Self-Discover in DSPy with Chris Dossman - an interesting conversation between Chris Dossman and Weviate about DSPy and structured reasoning, one of the core concepts behind the framework. Eugene splurged something like $25 on this 😱 because he wanted to see how Lumentis would do at its best.
  6. John Shulman OpenAI Podcast with GPT-4o - generated for about $1 in less than 20 seconds with GPT-4 Omni, from this awesome podcast!
  7. John Shulman Podcast with GPT-4o and Gemini Flash - generated for about the same in less than 10 seconds with GPT-4 Omni and Gemini Flash.

Features

  • Cost before run: Lumentis will dynamically tell you what each operation costs.
  • Switch models: Use a smarter model to do the hard parts, and a cheaper model for long-form work. See the examples.
  • Easy to change: Ctrl+C at any time and restart. Lumentis remembers your responses, and lets you change them.
  • Everything in the open: want to know how it works? Check the .lumentis folder to see every message and response to the AI.
  • Super clean: Other than .lumentis with the prompts and state, you have a clean project to do anything with. Git/Vercel/Camera ready.
  • Super fast: (If you run with bun. Can't vouch for npm.)

How it works

Lumentis reads your transcript and:

  1. Asks you some questions to understand the themes and audience. Also to surf the latent space or things.
  2. Generates an outline and asks you to select what you want to keep.
  3. Auto generates structure from the information and further refines it with your input, while self-healing things.
  4. Generates detailed pages with visual variety, formatting and styles.

Coming soon (when I have a free night)

  1. Folders
  2. PDFs
  3. Auto-transcription with a rubber ducky
  4. Scraping entire websites
  5. Scientific papers
  6. Recursive summarisation and expansion
  7. Continuously updating docs

Development

git clone https://github.com/hrishioa/lumentis.git
cd lumentis
bun install
bun run run

Using bun because it's fast. You can also use npm or yarn if you prefer.

How to help

Try it out and let me know the URL so I can add it here! There's also some badly organized things in TODO.md that I need to get around to.

Contributors

  1. HebeHH for adding OpenAI support, folder parsing, favicons 🫶
  2. Eugene for adding biome and providing type safety fixes, and adding a fully-Opus example.
  3. Calm-Rock for fixing the repo links!