Skip to main content

README.md

# ailearnhub-net-site-kit

Tiny package-ecosystem helper for [AI Learn Hub](https://ailearnhub.net).

It exposes the homepage, common URL builder helpers, and metadata for package registry documentation.

## Links

- Homepage: https://ailearnhub.net
- Source: https://github.com/bbwdadfg/ailearnhub-net-site-kit

## JavaScript

```js
const kit = require('ailearnhub-net-site-kit');
console.log(kit.homepage());
console.log(kit.buildUrl('/pricing'));
```