Hello. I'm a developer who mostly just browses.
I was frustrated with the WebView method of existing apps, which sometimes caused parsing errors, so I created a viewer that is completely separated into a Front(View) + Back(Engine) + Script(Parser) structure. It's a universal viewer that allows you to view various web content like dedicated apps.
3-Line Summary for General Users
1. Install on Android https://play.google.com/store/apps/details?id=io.tempage.synura
2. Left top + button -> Paste address https://gist.githubusercontent.com/ivere27/9ba6a5028ac5d8584aeac227854dc595/raw/f99a02f801969ad95077bae025d4b0562ca240ae/test_damoang.js
3. Grant permissions and run
3-Line Summary for Developers
1. Access PC browser https://damoang.net/
2. Paste into F12 console https://raw.githubusercontent.com/tempage/synura/refs/heads/main/synura_polyfill.js
3. Paste into the console and press 🏠 https://gist.githubusercontent.com/ivere27/9ba6a5028ac5d8584aeac227854dc595/raw/f99a02f801969ad95077bae025d4b0562ca240ae/test_damoang.js
I want to refine the AI-related functions and add a great ui/ux, but due to optimization issues, slow API speeds, and token fees... For now, I'm releasing it with the goal of increasing users. You need to enter the KEY yourself for AI, and just take a look at the concept.
As a solo developer, please understand that there may be many bugs;;
The Gist is secret so it may disappear upon next modification, so please feel free to modify it and upload it to Github (please leave some community advertising;;)
* API and documentation https://github.com/tempage/synura
* Example generator (experimental, prompt copy) https://synura-41dc9.web.app/generator
Thank you.