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

@byteventures/likable

v0.5.4

Published

AI-powered React and Supabase app builder - works with Gemini (free) or Claude Code

Downloads

57

Readme

🛠️ Likable

License npm version

AI-powered React and Supabase app builder

Likable is a framework inspired by Lovable.dev that helps you rapidly build React and Supabase applications with AI assistance. It provides opinionated scaffolding, local development with Supabase, and seamless integration with AI coding assistants.

🎯 Why Likable?

Free and Open Source (Apache 2.0 License)

  • Completely free - No subscriptions, no usage limits, no paywalls
  • Open source forever - Apache 2.0 license with patent protection
  • Privacy-first - All development happens locally on your machine
  • No vendor lock-in - You own your code and infrastructure

📋 Prerequisites

Required

  • Node.js >= 18.0.0

Optional (but recommended for best experience)

  • Docker Desktop - Enables automatic Supabase startup in the wizard
  • Supabase CLI - Enables automatic service management
  • AI Coding Assistant - Choose one:
    • Gemini CLI (Free) - npm install -g @google/gemini-cli
    • Claude Code ($20/month) - npm install -g @anthropic-ai/claude-code

Note: The wizard will work without these! You can install Docker/Supabase CLI later and set them up manually. The project scaffolding happens regardless of what you have installed.

🚀 Quick Start

The Easy Way (Recommended)

# Install Likable globally
npm install -g @byteventures/likable

# Start building with AI (quick-start mode)
likable

That's it! The wizard will:

  • ✅ Check prerequisites and guide you through installation if needed
  • ✅ Guide you through project configuration
  • ✅ Create your project with selected features
  • ✅ Automatically start Supabase and dev server (if Docker/Supabase CLI installed)

🏗️ Project Structure

my-app/
├── supabase/
│   ├── config.toml              # Supabase configuration
│   └── migrations/              # Database migrations
├── src/
│   ├── components/              # React components
│   ├── pages/                   # Page components
│   ├── hooks/                   # Custom React hooks
│   ├── lib/
│   │   └── supabase.ts         # Supabase client
│   ├── types/
│   │   └── database.ts         # Generated DB types
│   └── utils/                   # Utility functions
├── .env.local                   # Environment variables
├── package.json
├── vite.config.ts
└── tailwind.config.js

🤝 Contributing

Likable is free and open source (Apache 2.0 License). Contributions are welcome!

Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

See CONTRIBUTING.md for detailed guidelines.

📝 License

Likable is licensed under the Apache License 2.0.

This means you can:

  • ✅ Use it for any purpose (personal, commercial, enterprise)
  • ✅ Modify and distribute it freely
  • ✅ Use it in proprietary software
  • ✅ No usage restrictions or costs

See LICENSE.md for full details.

Copyright © 2025 Theodor Storm, Byte Ventures IO AB