At Kunai, we're dedicated to advancing web development through our open source projects, including contributions to Qwik - a revolutionary framework for building instant web applications. Our Qwik Design System provides developers with a comprehensive set of UI components and tools to create beautiful, consistent interfaces. Additionally, we've developed the Builder Plugin SEO to help optimize content for search engines, making web applications more discoverable and effective.

Projects

Repositories

qwik

Instant-loading web apps, without effort

TypeScript

qwik-design-system

A design system toolkit for building cohesive, scalable, and user-first interfaces.

TypeScript

qwik-ui

Qwik's Headless and styled component library

TypeScript

builder-plugin-seo

SEO plugin for Builder

TypeScript

Contributors

PatrickJS
nabrams
thejackshelton
toan-kunaico
zaynet
jay-kunaico

Recent Commits

Qwik UI

January 23, 2025thejackshelton
Select fixes 0.6.5 (#1042) * fix: select now shows first item instead of placeholder when initial value is set * fix: prevent native scrolling on focus in select * feat: initial scroll handling logic * feat: correct key navigation * fix: infinite scroll * comment out broken ci check * changeset
January 6, 2025thejackshelton
add changelog (#1037)
January 5, 2025thejackshelton
Add all og tags (#1036) * most supported * rest of meta tags
January 2, 2025thejackshelton
carousel fixes (#1035) * conditional preventdefault on touch move * fix: startIndex works now * remove logs
January 1, 2025thejackshelton
Inline mode (#1026) * fix cls * inline setup * test setup * inline mode functionality * makes sure input value doesn't change * support custom filter search * fix a11y * initial search * styles * cmd k * initial search * fix combobox empty bug * search links * fix highlighted navigation * add pagefind in public to gitignore * more docs * refactor: make search fit in with make it yours * refactor: use search instead of debounced search * feat: add data-pagefind-body to include only relevant content * refactor: change pagefind generation scripts * chore(test.yml): add pagefind generation script on CI workflow * refactor: remove /apps/website/public/pagefind/ from gitignore and ignore more specific paths * chore: re-generate pagefind output * refactor(styled combobox): add Inline and Empty components * refactor(search): use styled modal and combobox * refactor(scrollbar): change styles * chore: add data-pagefind-ignore to code snippets + generate * better results * improved * refactor * remove debug tasks --------- Co-authored-by: maiieul <[email protected]>