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

arcanajs

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcanajs

ArcanaJS Framework

latest
Source
npmnpm
Version
6.0.5
Version published
Maintainers
1
Created
Source

ArcanaJS Framework

ArcanaJS is a modern React framework for building server-side rendered (SSR) applications with ease. It combines the power of Express, React, TypeScript, and Tailwind CSS v4 to provide a seamless development experience.

Features

  • Server-Side Rendering (SSR): Fast initial load times and SEO-friendly pages.
  • TypeScript Support: Built with TypeScript for type safety and better developer experience.
  • File-Server-Based Routing: Intuitive routing based on your server routes and file structure.
  • Hot Module Replacement (HMR): Fast development cycle with instant updates.
  • Tailwind CSS v4: Integrated support for the latest Tailwind CSS with CSS-first configuration.
  • Zero Configuration: Get started quickly with sensible defaults.

Quick Start

Initialize a New Project

npx create-arcanajs-app

Start the development server:

npm run dev

Visit http://localhost:3000 to see your application.

Build for Production

npm run build

Start Production Server

npm start

License

MIT

Keywords

arcanajs

FAQs

Package last updated on 10 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