App Hub is a lightweight collection of practical web tools for everyday work.
The goal of this website is to remove friction from small, repetitive tasks. Users should be able to open a tool, solve the problem quickly, and continue their workflow.
- QR Code Generator: Build branded QR codes with color, shape, size, and optional logo controls.
- Word Counter: Count words and characters instantly and estimate reading time with a custom words-per-minute setting.
- Keep tools fast and focused.
- Favor simple, clean interfaces.
- Launch useful utilities first, then expand with new app ideas.
- SvelteKit
- TypeScript
- Tailwind CSS
- Vite
- Install dependencies:
npm install- Start the development server:
npm run dev- Open the app in your browser at the local URL shown in the terminal.
Build the app:
npm run buildPreview the production build locally:
npm run preview- App metadata and categories are managed in src/lib/data/apps.ts.
- The home page renders featured and categorized tools from this shared data source.
- I made this to help my wife and friends. If you have any suggestions, please feel free to let me know.