New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

manicjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manicjs

Stupidly fast, Crazy light React framework powered by Bun and Elysia

latest
Source
npmnpm
Version
0.5.2
Version published
Maintainers
1
Created
Source

Manic

Stupidly fast, Crazy light React framework.

Built exclusively for Bun.

Requirements

  • Bun v1.3.0 or higher

Installation

bun add -g manicjs

Quick Start

bunx create-manic my-app
cd my-app
bun install
bun dev

Configuration

import { defineConfig } from "manicjs/config";

export default defineConfig({
  app: {
    name: "My App",
  },
  server: {
    port: 6070,
  },
});

Commands

manic dev     # Development server
manic build   # Production build
manic start   # Production server

License

Manic is licensed under GPL-3.0

Keywords

react

FAQs

Package last updated on 25 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts