Accessing Kayston’s Forge
Kayston’s Forge is hosted as a static site on Vercel and accessible from any modern web browser.Open your browser
Kayston’s Forge works in all modern browsers:
- Chrome / Chromium (recommended)
- Firefox
- Safari
- Edge
JavaScript must be enabled. All processing runs client-side.
Navigate to the hosted URL
Visit the Kayston’s Forge URL in your browser. The application loads instantly as a static site with no backend dependencies.
Installing as a PWA
Kayston’s Forge includes a PWA manifest and service worker, enabling offline access after the first load.Benefits of PWA installation:
- Offline access to all 51 tools
- Faster load times (cached assets)
- Native app-like experience
- Desktop/home screen icon
Chrome / Edge (Desktop)
Install the PWA
Click the install icon (⊕ or computer icon) in the address bar, or:
- Click the three-dot menu (⋮) in the top-right
- Select “Install Kayston’s Forge…” or “Apps” → “Install this site as an app”
- Confirm the installation in the dialog
Safari (macOS / iOS)
Add to home screen or dock
macOS:
- Click File → Add to Dock
- The app appears in your Dock with a custom icon
- Tap the Share button (square with arrow)
- Select “Add to Home Screen”
- Tap “Add” in the top-right
Firefox (Desktop)
Install the PWA
Click the install icon (⊕) in the address bar, or:
- Click the three-line menu (≡) in the top-right
- Select “Install” or “Page Actions → Install site”
- Confirm the installation
Android (Chrome / Firefox)
Install prompt
A banner prompts you to “Add Kayston’s Forge to Home screen.” Tap “Install” or “Add.”If the banner doesn’t appear:
- Tap the three-dot menu (⋮)
- Select “Install app” or “Add to Home screen”
Offline Usage
Once installed as a PWA, Kayston’s Forge works offline:All 51 tools function without an internet connection after the initial load. The service worker caches:
- Application code (Next.js static export)
- Tool processing logic
- UI assets (icons, fonts, styles)
Data Storage
Kayston’s Forge stores data locally using two mechanisms:| Storage | Purpose | Max Size |
|---|---|---|
| IndexedDB (Dexie) | Tool history (50 entries per tool), favorites, settings | ~50 MB (browser-dependent) |
| localStorage | UI state (sidebar toggle, active tool, command palette) | ~5 MB |
All data remains in your browser. Clearing browser data deletes tool history and settings.
Uninstalling the PWA
Chrome / Edge (Desktop)
- Right-click the PWA window’s title bar or taskbar icon
- Select “Uninstall” or “Remove from Chrome/Edge”
- Confirm the uninstallation
Safari (macOS)
- Right-click the Dock icon
- Select “Options → Remove from Dock”
Mobile (iOS / Android)
- Long-press the home screen icon
- Select “Remove App” or “Uninstall”
Running Locally (Developers)
Developers can run Kayston’s Forge locally:Next Steps
Quickstart
Learn to use your first tool in under 2 minutes
Introduction
Explore features, architecture, and privacy details