# quybnb

> Quyx is a modern web framework for building SPA/SSR React applications.

Latest version **2.0.1** (published 2024-03-26) · 0 weekly downloads

## Install

```sh
npm install quybnb
pnpm add quybnb
yarn add quybnb
bun add quybnb
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2024-03-26 |
| First published | 2024-03-01 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 2 |
| Unpacked size | 2.9 MB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | chiricato |

## Links

- npm: https://www.npmjs.com/package/quybnb
- Repository: https://github.com/yeusebuon94/quybnb
- Homepage: https://github.com/yeusebuon94/quybnb#readme
- Issues: https://github.com/yeusebuon94/quybnb/issues
- npm.io page: https://npm.io/package/quybnb

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.20.0
- [tangdrv](https://npm.io/package/tangdrv.md) 1.0.4

## Recent versions

- 2.0.1 (latest) — 2024-03-26
- 1.0.1 — 2024-03-01

## README

# Quyx ("kwix") 🚀
[![NPM Version](https://img.shields.io/npm/v/quyx.svg?style=for-the-badge)](https://www.npmjs.com/package/quyx)

Quyx, pronounced "kwix", is a cutting-edge React framework designed to simplify the development process for web applications. Leveraging the power of Vite, Vinxi, and tanstack/router, Quyx is engineered to support a wide range of web applications, from server-side rendered (SSR) to single-page applications (SPA) 🌐. It also introduces support for Server Functions, allowing for a more integrated and efficient development workflow 🛠️.

## Features 🌟

- **SSR and SPA Support**: Craft dynamic SPAs or utilize SSR for better SEO and quicker initial loads 📈.
- **Built on Vite**: Experience ultra-fast Hot Module Replacement (HMR) for a more efficient development cycle ⚡.
- **Vinxi Integration**: Take advantage of Vinxi's capabilities for an enhanced routing experience 🚦.
- **Tanstack/Router**: Utilize the flexible and powerful routing provided by tanstack/router to manage your application's navigation seamlessly 🧭.
- **Server Functions**: Implement server-side logic directly within your Quyx applications, enabling a more cohesive development process 🖥️.

## Getting Started 🚀

To create a new Quyx project, run the following command:

```bash
$ pnpm create quyx@latest quyx-app
```

This command sets up a new Quyx application with a default template, so you can start building right away 🏗️.

---
_Source: https://npm.io/package/quybnb · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
