credits.md (1263B)
1 --- 2 source: 'docs/credits.md' 3 title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14"/><path d="m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9"/><path d="m2 13 6 6"/></svg> Acknowledgments' 4 --- 5 6 # Acknowledgments 7 8 `code.amit.is-a.dev` only exists because of some genuinely great free and open-source tools. Thanks to: 9 10 * **[is-a.dev](https://is-a.dev)** — for the free subdomain that gave this project a home. 11 * **[GitHub](https://github.com/) & [GitHub Pages](https://pages.github.com/)** — for hosting the repo (code + markdown) and serving the site itself. 12 * **[VitePress](https://vitepress.dev/)** — for turning a pile of markdown and code into an actual searchable, readable site. 13 * **[Algolia DocSearch](https://docsearch.algolia.com/)** — for the instant search that makes finding a program actually painless. 14 15 All free-tier services, all doing a lot of heavy lifting. If you're building something similar, every one of these is worth checking out.