A community platform for discovering and sharing Typst code snippets.
Snippyst is a web application where users can browse, share, and explore Typst snippets. Whether you're looking for reusable code for your documents or want to contribute your own creations, Snippyst makes it easy to collaborate with the Typst community. It allows compiling Typst code directly in the browser for the latest Typst version. The backed even allows to contribute snippets in older Typst versions.
- Browse and search Typst snippets by tags
- Live preview of Typst code rendering
- Code syntax highlighting with Monaco editor
- User authentication via OAuth providers
- Vote on snippets to highlight the best content
Install dependencies:
npm installStart the development server:
npm run devThe application will be available at http://localhost:3000.
npm run build
node .output/server/index.jsLint and format code:
npm run checkThis project is licensed under the AGPLv3 license.