Torialess is a curated, open-source hub of focused tools for content creators. The goal is to provide fast, friendly, and practical utilities that help creators get work done without distractions. More tools are in active development, and we welcome new ideas to make this the best go-to toolkit for creators.
More tools are in development right now. If you want to add a tool or have an idea, feel free to open a PR.
We love contributions of all sizes. Whether itβs a new tool, a bug fix, improved documentation, or UX polish, your help is appreciated.
main.npm install.npm run dev.If you have an idea for a new tool:
All commands are run from the root of the project:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |