io.github.abelljs/abell
AI tools related to Abell. Currently includes MCP of Abell
Open source Open in the app JSON README (API)
About
AI tools related to Abell. Currently includes MCP of Abell
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- abelljs
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.0.9
- Stars
- 443
- Forks
- 36
- Open pull requests
- 5
- Last push
- 2026-03-04T07:03:46Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-29 03:02:22
- Updated
- 2026-08-29 03:02:22
- Origin id
io.github.abelljs/abell
README
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/abelljs/abell/assets/30949385/0452e85b-df57-47a3-891c-33068de5c0e2">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/abelljs/abell/assets/30949385/e9ea17d6-c248-4ef6-9803-fd058b131b4a">
<img width="512" alt="Abell Logo and Title" src="https://github.com/abelljs/abell/assets/30949385/e9ea17d6-c248-4ef6-9803-fd058b131b4a">
</picture>
</p>
<p align="center"><a href="https://npmjs.org/package/abell"><img alt="Abell Latest Version" src="https://img.shields.io/github/package-json/v/abelljs/abell/main?filename=packages%2Fabell%2Fpackage.json&style=for-the-badge&labelColor=322&logo=npm&label=abell&color=darkred"></a> <a href="https://abelljs.org/"><img alt="Documentation abelljs.org" src="https://img.shields.io/badge/Documentation-abelljs.org-0a30e0?style=for-the-badge&labelColor=19216D&logo=readthedocs&logoColor=eee"/></a> <a href="https://discord.gg/ndsVpRG"><img alt="Discord Join Chat" src="https://img.shields.io/badge/discord-join%20chat-738ADB?style=for-the-badge&logo=discord&logoColor=738ADB&labelColor=225"/></a></p>
<h1 aria-hidden="true"></h1>
<br/>
A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites without too much of learning curve.
**Documentation:** https://abelljs.org
## ๐ Create Abell Project
```sh
npx create-abell my-abell-site
cd my-abell-site
npm run dev
```
Check out https://abelljs.org for complete documentation.
## ๐ Syntax Example
```vue
<!-- index.abell -->
<html>
<body>
I can render JavaScript! Look: {{ 10 + 10 }}
</body>
</html>
```
Output:
```html
<!-- index.html -->
<html>
<body>
I can render JavaScript! Look: 20
</body>
</html>
```
Learn More at [Syntax Guide](https://abelljs.org/syntax-guide)
### ๐ License
This project is licensed under the [MIT License](./LICENSE)
### ๐ค Contributing
Check out [CONTRIBUTING.md](https://github.com/abelljs/abell/tree/main/CONTRIBUTING.md)
---
If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware ๐ป