SkillAgentSearch skills...

Malinajs

Frontend compiler, inspired by Svelte

Install / Use

/learn @malinajs/Malinajs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Malina.js

<img align="right" width="200" height="200" src="https://github.com/malinajs/malinajs/raw/master/malinajs2.png" />

Malina.js helps you create a fast and thin web application that runs without a front-end framework

Links

Benchmark

<a id="benchmark"></a> Benchmark

Startup metrics

<a id="startupmetrics"></a> Benchmark

Articles

Example

<script>
  let name = 'world';
    
  function rename() {
    name = 'user';
  }
</script>

<h1>Hello {name.toUpperCase()}!</h1>
<button @click={rename}>Rename</button>

Quick Start

You can get started with a simple app by running the following in your terminal:

npm create malina myapp
cd myapp
npm run dev
# open http://localhost:7000/

License

MIT

View on GitHub
GitHub Stars1.2k
CategoryDevelopment
Updated12d ago
Forks38

Languages

JavaScript

Security Score

95/100

Audited on Mar 15, 2026

No findings