https://github.com/alapipapi/all-in-one-online-tools-hub
A modern, responsive web app that offers a collection of everyday tools — including unit converters, PDF utilities, calculators, password generators, and more — all in one place.
https://github.com/alapipapi/all-in-one-online-tools-hub
Last synced: 2 months ago
JSON representation
A modern, responsive web app that offers a collection of everyday tools — including unit converters, PDF utilities, calculators, password generators, and more — all in one place.
- Host: GitHub
- URL: https://github.com/alapipapi/all-in-one-online-tools-hub
- Owner: Alapipapi
- Created: 2025-11-08T11:56:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-08T12:34:26.000Z (5 months ago)
- Last Synced: 2025-11-08T13:22:33.907Z (5 months ago)
- Language: TypeScript
- Homepage: https://all-in-one-online-tools-hub-nine.vercel.app
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/11KH9dIfAWsgKfQtqBln-0KpqDxnqMgXY
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`