# Contributing If you are interested in contributing to SQLSeal, thank you! SQLSeal is a side project developed out of passion and it's always great to get more hands on-board. There are many ways you can contribute! ## Non-code contributions You can help SQLSeal by [finding bugs](./reporting-bugs) or [expanding our Demo Vault](../demo-vault#Contributing). See the relevant pages for more information about that. # Dev contributions If you can code, you might be able to help us develop the plugin further. SQLSeal uses the following stack: - TypeScript - SQLite (compiled to WebAssembly) - ESBuild - PNPM If you decide to contribute, let's see [Project Architecture](./project-architecture) for more info.