···527527 name: Bun
528528 description: A modern and really fast Javascript bundler, runtime and toolkit
529529 learn more at: https://bun.sh
530530- files: [bun.lockb]
530530+ files: [bun.lockb, bun.lock]
531531532532- slug: vitepress
533533 name: Vitepress
···576576 autodetect:
577577 - wasm-pack in Justfile
578578 - wasm-bindgen in Justfile
579579+580580+- slug: pwa
581581+ name: PWA
582582+ description: A Progressive Web App is a web application that uses modern web capabilities to deliver an app-like experience to users. They can be installed as apps on devices and work offline.
583583+584584+- slug: electron
585585+ name: Electron
586586+ description: A framework for building cross-platform desktop applications with web technologies.
587587+ learn more at: https://www.electronjs.org
588588+ autodetect:
589589+ - electron in package.json
590590+591591+- slug: playwright
592592+ name: Playwright
593593+ description: A Node.js library to write end-to-end browser tests for web applications, that test user interactions instead of code. It can test on Chrome, Firefox and Safari.
594594+ learn more at: https://playwright.dev
595595+ autodetect:
596596+ - "@playwright/test in package.json"
597597+598598+- slug: github-actions
599599+ name: GitHub Actions
600600+ description: GitHub's continuous integration and continuous delivery (CI/CD) platform that automates build, test, and deployment pipelines.
601601+ learn more at: https://docs.github.com/en/actions
602602+603603+- slug: kubernetes
604604+ name: Kubernetes
605605+ description: An open-source system for automating deployment, scaling, and management of containerized applications.
606606+ learn more at: https://kubernetes.io
607607+608608+- slug: fluxcd
609609+ name: FluxCD
610610+ description: A way to automate Kubernetes deployments by pushing to Git repositories. Used to implement GitOps workflows.
611611+ learn more at: https://fluxcd.io
612612+613613+- slug: gitlab-ci
614614+ name: GitLab CI
615615+ description: GitLab's built-in continuous integration and continuous delivery (CI/CD) platform that automates build, test, and deployment pipelines.
616616+ learn more at: https://docs.gitlab.com/ee/ci/
617617+618618+- slug: docker
619619+ name: Docker
620620+ description: A platform for developing, shipping, and running applications in containers.
621621+ learn more at: https://www.docker.com
622622+623623+- slug: docker-compose
624624+ name: Docker Compose
625625+ description: A tool for defining and running multi-container Docker applications.
626626+ learn more at: https://docs.docker.com/compose/
627627+628628+- slug: postgresql
629629+ name: PostgreSQL
630630+ description: A industry-standard advanced open source relational database
631631+ learn more at: https://www.postgresql.org/
632632+633633+- slug: mysql
634634+ name: MySQL
635635+ description: A popular open-source relational database management system
636636+ learn more at: https://www.mysql.com/
637637+638638+- slug: sqlite
639639+ name: SQLite
640640+ description: A popular embedded relational database management system that stores everything in a single, portable file
641641+ learn more at: https://www.sqlite.org/
642642+643643+- slug: redis
644644+ name: Redis
645645+ description: An open-source, in-memory data structure store, used as a database, cache, and message broker
646646+ learn more at: https://redis.io/
647647+648648+- slug: nats
649649+ name: NATS
650650+ description: A high-performance messaging system for cloud-native applications, IoT messaging, and microservice-based architectures
651651+ learn more at: https://nats.io/
652652+653653+- slug: nodejs
654654+ name: Node.js
655655+ description: A JavaScript runtime built on Chrome's V8 JavaScript engine that allows server-side execution of JavaScript code
656656+ learn more at: https://nodejs.org/
657657+658658+- slug: express
659659+ name: Express.js
660660+ description: A industry-standard Node.js framework to build REST APIs
661661+ learn more at: https://expressjs.com/
662662+663663+- slug: prisma
664664+ name: Prisma
665665+ description: A popular open-source ORM (Object-Relational Mapping) TypeScript library for database access and management.
666666+ learn more at: https://www.prisma.io/
667667+668668+- slug: drizzle
669669+ name: Drizzle ORM
670670+ description: A modern TypeScript ORM for SQL databases, designed for type safety and developer productivity.
671671+ learn more at: https://orm.drizzle.team/