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

aiesthetic-cli

v1.3.1

Published

AIesthetic CLI — Generate cinematic visual assets from your terminal

Downloads

1,699

Readme

AIesthetic CLI

Generate cinematic visual assets from your terminal.

Install

npm install -g aiesthetic-cli

Or use directly:

npx aiesthetic-cli generate "landing page for an e-scooter"

Quick Start

# 1. Login with your API key (from console.aiesthetic.in)
aiesthetic login

# 2. Generate your first asset
aiesthetic generate "Design a landing page for a luxury watch" --style cinematic

# 3. Check your account
aiesthetic status

Commands

aiesthetic login

Authenticate with your API key.

aiesthetic login
# or
aiesthetic login --key aie_live_xxx
# or set env var
export AIESTHETIC_API_KEY=aie_live_xxx

aiesthetic generate <prompt>

Generate a visual asset. Downloads 360 frames + README + animation prompt.

aiesthetic generate "coffee shop landing page"
aiesthetic generate "e-scooter product page" --style dramatic
aiesthetic generate "AI chip website" --feature asset  # includes transparent frames
aiesthetic generate "luxury watch" --scaffold nextjs   # scaffolds Next.js project
aiesthetic generate "furniture store" --no-download    # skip downloading, just print ID

aiesthetic pull <assetId>

Download a previously generated asset.

aiesthetic pull abc123
aiesthetic pull abc123 --only frames
aiesthetic pull abc123 --only transparent
aiesthetic pull abc123 --scaffold nextjs

aiesthetic projects list

List all your projects.

aiesthetic projects list
aiesthetic projects list --type api

aiesthetic assets list

List your generated assets.

aiesthetic assets list
aiesthetic assets list --feature generate-background
aiesthetic assets list --status completed --limit 10

aiesthetic assets delete <assetId>

Delete an asset.

aiesthetic assets delete abc123
aiesthetic assets delete abc123 --force

aiesthetic status

Check account status and credits.

aiesthetic status

Environment Variables

AIESTHETIC_API_KEY=aie_live_xxx   # API key (overrides stored config)

Config File

Stored at ~/.aiesthetic/config.json

Output Structure

After generate or pull, your output directory contains:

aiesthetic-assets/{requestId}/
├── frames/
│   ├── frame_0001.jpg
│   └── ... (360 total)
├── transparent-frames/     (only with --feature asset)
│   ├── frame_0001.png
│   └── ... (360 total)
├── README.md
├── animation-prompt.txt
└── asset-info.json