this post was submitted on 14 Dec 2025
35 points (100.0% liked)
retrocomputing
5734 readers
68 users here now
Discussions on vintage and retrocomputing
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can’t do all of it. HyperCard wasn’t just a system for making pages of content connected with links, it was also a full programming language and it had a built in database. This made it easy to do things like build a recipe app that you could add more recipes to without having to build actual cards for each recipe.
Doing this on a website would involve using a database like MySQL and writing some kind of application server. It could not be done with just plain HTML.