We are on mission to create all in one tools hub for image, video, audio, code, text, file and more.
(Preview)
Contributions are always welcome! (Please read it..👇🏽)
- You can make an issue for whatever the tool or any new category you want to create.
- While raising a PR add a screenshot and video of tool usage with breif description.
- Make sure you are matching your tool UI with the light theme.
- Make sure your tool UI is responsive.
- Consider using Shadcn UI components only!
- While adding the tool make sure you are using descriptive route name for example - https://tools.buildxyz.in/text/guideline-caption-generator, here guideline-caption-generator is good descriptive path.
- For each tool make sure you also creates the card for it with title and subtitle for example - https://tools.buildxyz.in/text, here you can see multiple clickable cards for each tool.
Fork and clone the repo
git clone https://github.com/[your-github-username]/tools.buildxyz
Go to the project directory
cd tools.buildxyz
Install dependencies
npm install
Start the server
npm run dev