(cross-posting from Discord, with some cleanup)
As a reminder, vidyut-prakriya is our Paninian word generator, and it is the most sophisticated Sanskrit word generator in the world as far as I know. The frontend would be similar to the word explorer on ashtadhyayi.com or sanskritabhyas.in, i.e. a word explorer that shows all forms for a given dhatu, subanta, etc.
A frontend for vidyut-prakriya is useful not only for debugging and for studying but also so that people uninterested in building a Rust library can explore what vidyut-prakriya can do.
Where should the frontend for vidyut-prakriya live? I can think of four options, none of which I especially like:
1) Put it on Ambuda. This is an Ambuda project, after all. What I don't like is that vidyut-prakriya is a bit separate from the rest of what Ambuda does. Its words and prakriyas will certainly be part of Ambuda's dictionary, but it does make sense to have a Paninian word explorer on the site?
2) Keep it on GitHub Pages. We do this currently. What I don't like is that we're restricted to static site serving, and something about GitHub pages feels very temporary to me. I'd like a long-lasting tool to be available somewhere that feels more reliable.
3) Host it on learnsanskrit.org. It's a natural fit for that site, which hosts educational Sanskrit content. But it feels off to have an Ambuda project on a different project's domain. Ambuda's ambitions are much larger than learnsanskrit.org.
4) Host it on a new domain with a link back to Ambuda. This is workable, perhaps if hosted under a new name with a link back to ambuda.org.
My preferences go back and forth, since I don't have a clear view on what I'm optimizing for. I suppose it's some mix of:
- exposing the tool so that we can improve its output
- sharing a valuable resource for students
- promoting our work on Vidyut and Ambuda.
So perhaps (1) is the best option after all. But I'd like a gut check from someone else.
Arun