๐ Find the perfect frontend framework, based on what matters most for your project.
๐ Try out the app live, at: stack-match.as93.net
๐ Uses data from lissy93/framework-benchmarks
You'll need Node.js installed, as well as Git and optionally Docker
git clone git@github.com:Lissy93/stack-match.git
cd stack-match
npm i
npm run dev
Follow the developing instructions above. Then run npm run build
to compile output
You can then upload the contents of ./dist
to any web server, CDN or static host.
Fork the repo, and import into Vercel, Netlify or any static hosting provider of your choice.
Build the Docker image from the Dockerfile with docker build -t stack-match .
And then start the container, by running docker run -p 8080:80 stack-match
Contributions are welcome.
Follow the Developing instructions above to get started, and then submit your changes as a PR.
If you're new to GitHub or open source, take a look at git-in.to for a guide on getting started.
lissy93/stack-match is licensed under MIT ยฉ Alicia Sykes 2025.
For information, see TLDR Legal > MIT
Expand License
The MIT License (MIT)
Copyright (c) Alicia Sykes <alicia@omg.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sub-license, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included install
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDE
5E61
RS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ยฉ Alicia Sykes 2025
Licensed under MIT
Thanks for visiting :)