Added PDF support, API key management for Pro users, and light/dark theme support.
Dark mode is here! Plus API access for Pro users and PDF support.
Finally, a dark mode that doesn’t blind you at 2am
API keys for Pro users
Pro users can now generate API keys and use imgfast programmatically. Create keys, revoke them, copy to clipboard - all from the dashboard.
API keys are hashed in the database (never stored in plain text). Check the API docs for usage examples.
PDF support
You can now:
- Convert images to PDF
- Extract images from PDF files
- High-quality rendering
Turns out a lot of people needed this for archival and print workflows.
Dark mode
The app now has both light and dark themes:
- Auto-detects your system preference
- Manual toggle if you want to override
- Saved in localStorage (persists across sessions)
- No flash on page load
- Works on every page
Basically we went through every component and made sure it looks good in both themes.
Password management
- Forgot password flow (secure reset via email)
- Show/hide password toggle in input fields
- Password strength indicator
- Enforced password complexity
Legal pages
Added the boring-but-necessary legal stuff:
- Privacy Policy
- Terms of Service
- Security practices documentation
- Comprehensive API documentation
UI polish
Various improvements to colors, typography, spacing, and layout. The mobile version is more responsive now. Nothing huge, just making everything a bit nicer to use.