Skip to main content
Home

Vixeny is not just another framework; it's a comprehensive solution designed for the modern web developer.

This package works with Deno, BunIt is unknown whether this package works with Cloudflare Workers, Node.js, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
88%
Published
7 months ago (0.1.53)

Vixeny Logo
Empowering Development Through Functional Elegance
npx create-vixeny | bun create vixeny

JSR npm version GitHub Actions status GitHub Actions status

Vixeny: Pioneering Functional Web Development

Vixeny is not just another framework; it's a comprehensive solution designed for the modern web developer. At its core, Vixeny champions the principles of functional programming—purity, immutability, and controlled side effects—without compromising on the flexibility needed to blend with other programming paradigms. Whether you're a seasoned functional programming enthusiast or exploring this paradigm for the first time, Vixeny provides a robust, performance-centric foundation for your web projects.

Easing into Vixeny is now smoother than ever, especially for those working within Deno and Bun environments. By leveraging the simplicity of commands like npx create-vixeny and bun create vixeny, developers can rapidly set up new projects choosing from a variety of templates including vanilla JavaScript, EJS, or Pug, all equipped with hot reloading capabilities. This feature not only simplifies the setup process but also significantly enhances productivity and workflow efficiency.

Why Choose Vixeny?

  • Blazing-Fast Performance: Lead the pack with the fastest execution times across the Deno and Bun ecosystems.
  • Minimalist Design: A zero-dependency philosophy ensures that Vixeny remains lightweight, fast, and uncluttered.
  • Extensible Through Plugins: Native support for plugins allows for seamless integration of additional functionality.
  • Ironclad Security: Designed with security at its heart, Vixeny ensures your applications are safe and sound.
  • Sophisticated Type Checking: Advanced type system integration for bulletproof code reliability end-to-end.
  • Harmony of Paradigms: While rooted in functional programming, Vixeny gracefully supports a spectrum of programming paradigms.
  • Seamless Testing: Built from the ground up to accommodate easy and comprehensive testing strategies.
  • Future-Ready: Stay at the forefront of web development with cutting-edge features and updates.

Embrace the future of web development with Vixeny, where functionality meets sophistication. Get started today and experience the difference. Benchmarks

npx create-vixeny

License: CC BY-ND 4.0

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@vixeny/core

Import symbol

import * as core from "@vixeny/core";
or

Import directly with a jsr specifier

import * as core from "jsr:@vixeny/core";

Add Package

pnpm i jsr:@vixeny/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @vixeny/core

Import symbol

import * as core from "@vixeny/core";

Add Package

yarn add jsr:@vixeny/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @vixeny/core

Import symbol

import * as core from "@vixeny/core";

Add Package

vlt install jsr:@vixeny/core

Import symbol

import * as core from "@vixeny/core";

Add Package

npx jsr add @vixeny/core

Import symbol

import * as core from "@vixeny/core";

Add Package

bunx jsr add @vixeny/core

Import symbol

import * as core from "@vixeny/core";