Ask HN: What niche task/tool websites have you built?
For example, I made a website which helps to find good cities for visa-free international meetings by estimating the cost of many people with different passports traveling from different places.
I will not link to it here suffice to say that it only got 1 HN vote likely because it is not useful for 99% of people.
What niche task-oriented / decision making websites have you built to completion? Especially, if you shared it previously but it didn't do well.
66 comments
[ 3.9 ms ] story [ 166 ms ] thread[0] - https://shpong.com/shpong
https://tildes.net/~comp/19wc/what_programming_technical_pro...
small world
https://vidovi.ch/assets/flashcards.html#
https://flipcoords.com/
I agree it is pretty niche. It might be nice to support non-WGS84 coordinates
- EPSG:3857 Web Mercator
- EPSG:6933 https://nsidc.org/data/user-resources/help-center/guide-ease...
- UTM
You could just support Web Mercator, if normal or swapped are not valid coordinates, assume Web Mercator and check if they are valid coordinates. If they are swapped it will still be in the general area even if the projection is not exactly matching
https://tables.pages.dev/
You should definitely consider adding save to / load from localStorage, IndexedDB, or URL.
Nice thing about URL is you can send pages to other people like this:
https://unli.xyz/tabsender/?links=%22open%20a%20bank%20accou...
Or use LZString https://github.com/pieroxy/lz-string like this:
https://unli.xyz/html/edit.html?t=%22DwBwfALghgTgXlAdsA9OYAz...
An accidental page refresh shouldn't eliminate all your TODOs :/
https://currenttimeutc.com/
I also made a site that lets you schedule a Google Calendar meeting in 1-click:
https://carvemeetings.com/
It's FOSS and free as in beer.
I need to look into how the mirroring works, for some time I have wanted a way to subscribe to a podcast with a timeshifted start. Say from the beginning up to the date I start, or a range between 2 dates. For podcasts that have existed for a long time I find it hard to work through the back catalog in any consistent way.
We have some "hidden" features like subscribing to a tag or merging many podcasts in one feed, but nothing time related.
I wrote a tool that might help with this if you don't want to download the files immediately but it definitely isn't required if you just download everything and use yt-dlp's download-archive.
And later do tubeupdate to check for new episodes: If the website extractor provides metadata about file creation (eg. YouTube extractor) then you could use this to play the oldest videos first: If you want to download later you could do this: https://github.com/chapmanjacobd/libraryRock climbing is really popular here Las Vegas, but due to the sandstone being brittle it's both dangerous and "bad ethics" to climb after rain and risk breaking popular climbing routes. I wrote a tool that checks precipitation information from the rain gauge at the park's visitor center and displays it in an easy-to-understand manner.
Nowadays the site supports a couple other rain-sensitive areas, but Red Rock is primary the reason people visit this site.
I built this web + mobile app (PWA) written in React Native + TypeScript that does simple revenue forecasting for a SaaS that uses Stripe.
Stripe's mobile app and others kinda do this already but some of their numbers can be inaccurate (as detailed in the repo's readme) so that made me open-source + solve an issue my own SaaS[1] has with Stripe.
As mentioned in the challenge section, getting data from Stripe is slow so I've been reluctant to put this app in front of others even though it is fully functional.
I actually shared this on a similar HN thread not too long ago[2]
[1] https://Last10K.com
[2] https://news.ycombinator.com/item?id=37156101
> I've been reluctant to put this app in front of others even though it is fully functional
I have a few projects like that. I've built something that works for me but I don't really want to bare the maintenance costs so I don't tell anyone about it
I still take notes on paper sometimes and most "paper" sites are just a bunch of pre-created PDF files. Mine creates a SVG on the fly and then can print it out from the page.
While I really loved creating it and still use it myself, I wish printer support in the browsers was better. I don't have to deal with garbage like IE anymore, but nobody gives me a chance to remove automatic margins and stuff that gets printed in those margins. I can tell the user to do it manually, but much better would be a chance to prompt the user and offer to remove all of that if they OK it.
For reasons I've struggled with debugging, it wants to print a second blank page after the first one. As long as the user skips the second sheet everything looks OK for Safari for my app.
Is this source open? Can I tinker with it?
For those looking for well-done printables, especially with web/app development/design, you should check out https://www.sketchize.com
https://github.com/JohnMunsch/PaperQuik.com
Note: It should be very easy to work on if you know JS. It's a handful of very simple Web Components and the SVG paper generation code. I did my best to have nice clean code for all of it.
I know it always feels like it is "abandoned", but it isn't (it's serving millions of requests every day, especially for major iOS and Android apps!). The truth is I rarely have the time to improve upon it, especially because I've been (deep) in the red for so long it kinda affects my RoI to work on it.
Nonetheless, a couple of months go I completely rebuilt the backend and managed to triple the load we can handle. Still, we're constantly overloaded and I can't upgrade the machine due to the aforementioned lack of funds.
However, I am hoping to revamp the service over the next months, keeping it free, updating the docker image to a much more recent one, closing up PRs and perhaps finding ways to monetize it (again, while never making the free offer worse -- I hope to make it better, instead)
(I've been saying this for years but this time I think the right conditions are there)
Solves problem of being out at a group dinner and figuring out how much you owe the one person who inevitably put their card down. Take a photo of your receipt, it digitizes it in seconds, and gives a link to text to your friends/acquaintances. They open, click what they ordered, it proportionally adds tax and tip. No APP required, nor an account. That would be friction.
A curated list of job boards (400+)
Helps:
- Job board founders: to promote and get traffic (5.4k Newsletter members, 5.2k Telegram members, 4.1k Subreddit members)
- Job seekers: to find jobs thanks to job posts from 50+ feeds
Uses the screen wake lock API if available (or falls back to a hidden video file if unavailable) to keep your screen awake. It's cross platform, zero-install tool with offline support which I use to keep my work laptop awake all day.
Tracks historical changes on google sheets. A lot of small businesses use sheets as a DB, editing/adding/removing rows & cells in realtime (eg orders, customers, tickets etc). The tool records change, like how average order value or backlog size is trending.
Cheat sheets for multi-mode eurorack synthesizer modules. Before I made this the standard was to have a binder you flip through when going deep on a module
The county's option is really bad and doesn't show any old records, just a live "roster" at the jail.
I'm not going to link it because I like to pretend I have some pseudo-anonymity here and it would pinpoint me.
The stack is python workers/scrapers, postgres, and a very basic PHP template. Two views.
In the past I built a lot of small poker tools, like a HUSNG push/fold calculator and a nash equilibrium calculator, that I published on free Heroku dynos, but I was pretty much the only user.
Tool to transfer data from Clockify to Toggl (and vice versa). It also provides the ability to bulk delete data from either service. For some reason, I have a weird fixation on time tracking tools. People have reached out to tell me how much they appreciate it, so I'm happy to keep it running.
My wife and I were planning a trip over the holidays and it was getting out of hand on Google Docs.
Ended up building a small tool over 3 days (v1) and then sharing it to Reddit on day 7. Got a bit of traction and started working on it full time over the summer, but I don't think I can figure out a business model.
So enjoy an ad-free, complelety free collaborative trip planning and travel blogging tool for obsessive planners!
- https://unli.xyz/city/calc/
- https://unli.xyz/city/window/
- https://travel.unli.xyz/ (no longer loads data)
Conferences are inadvertently excluding many attendees from foreign countries
https://news.ycombinator.com/item?id=37206052
This seems to be your Show HN from 3 or 4 months ago. Seems to not have the best title, which may be a factor in its lack of attention.
Show HN: Plan international rendezvous with different passport holders
https://news.ycombinator.com/item?id=35911110
https://unli.xyz/city/honeymoon/
The passport compatibility information is automatically refreshed on a daily basis.
There are some UI quirks which take a minute or two to figure out and I'm not going to change it. The search box is somewhat unconventional because making a list of tens of thousands of cities is not performant or easily navigable so you have to search and then filter the results.
Passport data largely from https://www.passportindex.org with fallback to Wikipedia scraper
Monetary per diem estimates come from a multitude of sources and then blended together into a interpolated raster which the backend uses to query so that there are no empty spots for cities with no data.
Transit connection estimates are based on GTFS and airline sources
I also expose some of this data in my other tools:
- Reverse flight search https://unli.xyz/flights/
- Gap year planner https://unli.xyz/city/calc/
Your website is a really good idea. I always refer to Wikipedia to know the entry requirements for Canadians, because embassy websites do a terrible job of sharing the most basic information.
I always wanted to build a technical travel atlas that would give basic information like power socket type, average weather, driving requirements etc. It would be a lot better than relying on a bunch of wordy travel blogs. If the APIs are there, it would be very doable.
I built a bot to help you find a citizens office appointment, a few tax calculators, and a letter generator for specific bureaucratic tasks.
https://allaboutberlin.com/tools
https://allaboutberlin.com/docs/resignation-letter
These tools are embedded in the content wherever relevant. They remove the tedium and uncertainty from some tasks.
I'm currently working on a form filler for two of my most downloaded forms. In the future, I'd like to "close the loop" by faxing the forms through an API and catching the response through a mail scanning service. Instead of mailing printed forms, you could fill a form online and get your response by email later, in plain English.
If the government won't go digital, I will do it for them.
You are a kind human being. Your passion is overwhelming and I wish you great success. Time to abolish the tyranny of paperwork.
https://oinam.github.io/entities/
There are a few others, such as a tiny community informational site. People have made mobile friendly versions out of the website that I made, and the like. I gave that away, including the domain and the whole thing is now owned by that community.
Visualize the IMDB rating of every episode for any TV series.