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

a7js

v5.0.0

Published

a7JS is a frontend spa framework made to be simple and scalable

Readme

A7JS

Version size Downloads

🔥 A lot of power in a small package.

✅ 3kB Runtime when gzipped and minified.

⚡ Its stupid fast.

⚙️ Supports modular design.

😍 Easy to use.

🚀 Provides compression and minification.

👑 Supports ES6 Imports abd exports, while you write everything else in ES5.

👨‍💻 Official Discord discord.gg/388FREA - Server under construction

🧩 Contributions are more than welcome!

Main features of A7JS

CLI - Development server and boilerplate for new projects, components

Router - Fully working frontend routing system.

Modular Design - split parts of your app into components!

Setup

Install it

npm i a7js -g

Start a new project

a7 newproject [projectname]

Cd into the new project

cd [newproject]

Run development server

a7 devserver

Motivation

Most of the commonly used libraries / frameworks are really large and also packs in features that most of the users will never use.

a7JS focuses on the stuff that would be really hard to make from scratch.

If there is something that you feel like we could add make an feature request. We aprove those which would benefit us all!

And it has 0 dependencies on the code that runs at the front end and also it is fully es5.

The dependencies that it has are for the cli and other useful tools.

Code examples and Documentation

Working on v4 up to date documentation

For documentation and code examples please visit our Wiki

License

MIT License license

Community

Discord: discord.gg/388FREA

Changes

Version 5 (March 2020)

Expected to release in March 2020. Including better frontend performance and some changes that we can't change anymore on version 4.

Features that we plan to release with it

  • Improved performance

  • Improved syntax

  • Smaller compiler output

  • Auto reload to development server

5.0.0-alpha2

  • Reduced your apps bundle size

  • Optimized CLI

  • Bug Fixes

5.0.0-alpha1

  • Improved syntax

  • Development server auto reload

  • Custom error messages

Version 4 (December 2019)

  • Performance improvements

  • Better Documentation

  • Better CLI

  • Development Server

  • Etc...

Also CLI now works silently unless an error occurs

4.0.0 Initial release

Project metadata is now saved to ./package.json, this is neccessary for upgrading configuration files

Configuration file loading more stricter and less error prone.

Removed "scoped css", it did not work as intended so we removed it

4.0.0-rc.1.8

This update contains improvements to the development server,

removed the need of defining development server in your project at a7.config.json. to get rid of it simply just run a7 upgrade config;

4.0.0-rc.1.7

rewriting few parts in the framework.

reduced size from 49kB to 47kB.

4.0.0-rc.1.6

Changes in cli appearance

4.0.0-rc.1.5

Bug fixes all the way!

4.0.0-rc.1.4

Code abstraction and improved performance.

4.0.0-rc.1.3

Updated Development server to run faster, and fixed bugs that were introduced in the last update.

4.0.0-rc.1.2

Speed improvements and removed legacy code. Improved Dev server.

4.0.0-rc.1.1

Bug Fixes.

4.0.0-rc.1

Bug Fixes.

4.0.0-beta.10

Fixed a bug in the development server.

Added a feature that adds component automatically to your main javascript file when creating it using the a7 newcomponent ... command.

Before 4.0.0

The state of A7JS back then was just small blob compared to the state of it right now. The only thing that has stayed from Version 1 is the router and how it works, since then it has been improved on.

Writing apps in A7JS version 3 was also quite painful since you were writinh pretty much the code that your application is now adays compiled to.

While version 3 wasn't the best, it enabled us to make it even better with version 4. Also version 3 was pretty much a complete rewrite of the framework.

Around version 2 & version 1 it was a pain to make an application using A7JS.