Ztooly Code
Ztooly is a comprehensive collection of 50+ free online tools designed
Status: Beta
Brought to you by:
babadon7019
Ztooly is a comprehensive collection of 50+ free online tools designed to boost productivity and simplify everyday tasks. From AI-powered generators to image editing, data conversion, PDF handling, social tools, and more β Ztooly is your all-in-one web toolkit.
π― Mission: Empower users with powerful, privacy-friendly tools that are fast, free, and easy to use.
git clone https://github.com/mahfuz4223/Ztooly.git
cd Ztooly
npm install # or yarn install
cp .env.example .env
Update .env
as needed:
VITE_APP_NAME=Ztooly
VITE_APP_URL=http://localhost:5173
VITE_ANALYTICS_ENABLED=false
npm run dev # Frontend
npm run server # Backend
Visit http://localhost:5173
ztooly/
βββ public/ # Static files
βββ src/ # App source code
β βββ components/ # UI components
β βββ pages/ # Tool-specific pages
β βββ hooks/ # Custom hooks
β βββ services/ # API services
β βββ utils/ # Helper functions
β βββ lib/ # Core libraries
βββ server.js # Express backend
βββ database-schema.sql # DB schema
βββ .env.example # Environment template
βββ LICENSE
βββ package.json
npm run dev
β Start frontend dev servernpm run server
β Start backend APInpm run build
β Production buildnpm run preview
β Preview production buildnpm run lint
β Lint codenpm run lint:fix
β Auto-fix lintinggit checkout -b feature/your-feature
This project is open-source and available under the MIT License.
π‘ Empowering productivity, one tool at a time.
Made with β€οΈ by the Ztooly Team