Kitql

screenshot of Kitql
svelte
vite

A set of standalone tools to SpeedRun WebApps!

Overview

KitQL is a collection of standalone libraries that provide various functionalities for web development. It is not a library itself, but rather a compilation of different packages. The main purpose of KitQL is to offer convenient tools and utilities that can be used in web development projects.

Features

  • @kitql/helpers: This package provides a set of helper functions that can assist in various aspects of web development.
  • vite-plugin-kit-routes: A Vite plugin that helps with routing in web applications.
  • vite-plugin-watch-and-run: This plugin enables automatic running of scripts or commands when files are modified or saved during development.
  • vite-plugin-striper: A Vite plugin that adds CSS striping functionalities to web applications.
  • @kitql/handles: This package provides tools for handling different events and actions in web applications.
  • @kitql/internals: An internal library with utilities and functionalities used within the KitQL ecosystem.
  • create-kitql: A command-line tool for scaffolding new KitQL projects.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.