Show HN: SQLite Online – 11 years of solo development, 11K daily users
111–120 of 153 posts
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#112Unsolicited suggestion: since some people are asking "what is this". Maybe buy a new domain name like below (and direct to your existing from this new url). EasyLearnSQL.com TrySQLonline.com LearnOnlineSQL.com All of these domain names are available for sale under $10. And the more descriptive name might allow you to not have to change the UI. (Very cool project by the way and congrats on 11 years)
The domain doesn't really matter so much as you can see with "replit.com", "chatgpt.com" or "stripe.com" which don't explain anything either.
If you want to invest time I'd suggest:
- Clean up design (Remove multiple disclaimers, side bar etc.)
- Add h1/h2 that instantly explains what this is about
- Have a list of simple examples that can be executed, not just "select * from demo"
- If you want to increase traffic, take a look at "site:sqliteonline.com" on Google. There's currently only 14 pages indexed, so lots of low hanging fruits to optimize. Could also be extended by having pages dedicated to examples or a topic that people can land on if they search for things like "left join sqlite" etc.
- Change site title from "SQL Online AiDE - Next gen SQL Editor | SQL Compiler" to something explaining what this is about.
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#113Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#114Earlier quoted context omitted.
>my Chromebook LOL >my Windows If you're the kind of person who even knows what SQL, SQLite or hell even a database is, you already know SQLite runs on pretty much anything.
Why would you assume that's the kind of person you're responding to? Their question alone leads me to believe it's exactly not that kind of person.
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#115Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#116What is the WebRTC connection used for?
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#117Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#118Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#119Cool, but, you're not breaking any Guinness world record.
There are solo founders behind many websites and tools and you might not even know that.
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#120Earlier quoted context omitted.
How do I get this sqlite3 command to work on my Chromebook? When I type this in on my Windows machine it's not working either. Are there other steps I need to take first?
On your Chromebook, load the Linux subsystem, which you can find in settings. It will give you a shell that will have SQLite. For Windows, download the interactive command line tool from sqlite.org.
My point was that the parent's comment did not tell the full story. A student just trying to do the first baby steps with SQL won't know any of this. Yet with the website shown here, they can immediately focus on the actual SQL, no matter what devise they are on, as long as it has a functioning browser.