Aggregated info and tools in a themed layout
Chomptr makes it easy to monitor API and scraped data from around the Internet
Chomptr UI is a layout containing multiple "Boxes". Each "Box" performs a function such displaying recent news articles or converting images that have been drag-and-dropped onto it.
Chomptr's UI can be altered using one of several themes to fit your preference
There are 32 tools so far. The newest is "File Upload"
Search for movies starring one or more actors in scraped movie data from Wikipedia https://github.com/prust/wikipedia-movie-data/blob/master/movies.json (last updated in April 2023).
Actor names are comma-delimited, e.g. "Cameron Diaz, Tom Cruise".
Show your browser's local time as an analogue clock with hour/minute/second hands
Log in / Log out / Verify Email / Reset Password.
Shows info about all Boxes that are open in the current Chomptr layout
Simulates a Chomptr Thing which sets its status to the given string
A simple Box for demonstrating getting the status of a Chomptr Thing (status is stored by Chomptr)
A simple Box for demonstrating receiving realtime data from a Chomptr Websocket Thing
Convert colors between different codes and match to color names
* RGB - red/green/blue
* HEX - hexadecimal
* HSL - hue/saturation/lightness
Convert distances between two different units. Precision is selectable in Box Settings (click the gear icon)
Will do a simple countdown from a given amount of time. Flashes the box when the remaining time reaches zero.
Show local time as a digital clock
Shows info about all file DropZones that are registered in Chomptr
Seconds since January 1, 1970
Drop one or more files to calculate checksums. Files are grouped by checksum by default so that it is easy to see which files are duplicates. To change this option, click the gear icon in the box header. This Box does not require files to be uploaded to Chomptr - checksums are calculated locally
Upload and download files. Files expire after five minutes (for now). User must be logged-in to use this box
Shows info about all Files Lists that are registered in Chomptr
Load a website in a Chomptr Box using an Iframe. In order for this to work, the website cannot be blocking loading in iframes ("x-frame-options" header cannot be set to "deny" for the page that you want to load)
Some suggested URLs are from labnol.org
Verify that a given URL or URLs can be viewed in an iframe. One URL per line. Calls to each URL are done locally, by the browser. Note: the URL is stripped to the origin (eg. google.com/foo/bar -> google.com)
Convert an image from most formats into a JPEG or PNG file. You can drag-and-drop up to 100 images at a time, and this tool will return a ZIP file of the converted images.
This Box displays the image at a given URL. Change "sizing" to either "cover" or "contain" to affect how the image is scaled to the Box frame.
Count the number of lines, words, letters, numerals, punctuation in a block of text
Shows info about all Progress Bars that are registered in Chomptr
Creates a QR code instantly from supplied text or URL
Convert regular lowercase to alternating upper/lower case. This case style is sometimes used to indicate sarcasm.
Note: if you are using the theme "Red-on-black", the output capitalization will not appear different from the input.
Show the date in the browser's locale format
Simple box that opens a search in a new browser tab
A simple text area that can be used for notes or a TODO list
Sort words alphanumerically
This Box, used mainly by Chomptr developers, is used for testing different themes and seeing how the styling is applied to different DOM elements.
Displays current weather for a given location (city name or ZIP code) using browser API calls to https://www.weatherapi.com/. Five minute refresh interval
Watch a URL for downtime and content changes. This is done by intermittently doing a GET requestto the supplied URL. The header "X-Forwarded-For" is set to your IP address.
When the request returns, a checksum (sha256) of the page content is returned to this tool.
Later, it will be possible to monitor more than one URL at a time.
Page monitoring stops if the browser tab is closed or the Box is closed.
Plays a YouTube video in an Iframe