diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b398d22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +package-lock.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f8221f --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +![Main](./docs/appstore_content/screenshot1.jpg) + +![Sunes](./docs/appstore_content/screenshot6.jpg) + +![Setting](./docs/appstore_content/screenshot3.jpg) + +💠 New! + +You can script inside the app either to function call or extend functionality of the app almost like modding. Each sune is like a module. You can have many. And share them. +![Scripting](./docs/appstore_content/screenshot4.jpg) +Here is an example of some HTML/JS artwork. +![Art](./docs/appstore_content/screenshot5.jpg) + + +``` +v0.3: added dedup threads functionality +v0.4: mobile keyboard bug fixes +v0.5: code highlighting only after stream +v0.6: aborting mid stream fix +v0.7: correctly remember assistant name & model +v0.8: introducing sunes +v0.9: htmx +v0.10: sune pin, rename, and pfp +v0.11: top center avatar match sune pfp +v0.12: ✺ +v0.13: lucide sparkles & top_p +v0.14: vite-plugin-pwa +v0.15.1: android apk first release +v0.16: icons & removed bad tips +v0.17: reasoning effort setting +v0.18: touch ripple effect +v0.19: import/export keeps last updated +v0.20: token counting +v0.21: restyled input ui +v0.22: jpg, webp, png, gif, pdf, mp3, wav +v0.23: attachment badge bugs +v0.24: sune scripting tab 🕯️ +v0.25: script tab tip +v0.26: indexeddb replaced w localforage +v0.27: removed ios styling +v0.28: downloadable attachments & file sizes +v0.29: update v0.27 was a mistake +v0.30: sune html tab +v0.31: html is functional 🌐 +``` diff --git a/.nojekyll b/docs/.nojekyll similarity index 100% rename from .nojekyll rename to docs/.nojekyll diff --git a/docs/.well-known/assetlinks.json b/docs/.well-known/assetlinks.json new file mode 100644 index 0000000..f4b7095 --- /dev/null +++ b/docs/.well-known/assetlinks.json @@ -0,0 +1,12 @@ +[ + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.planetrenox.sune", + "sha256_cert_fingerprints": [ + "E8:7D:70:60:C2:7D:EF:CB:4D:4D:2B:E2:2E:5E:37:ED:F7:0B:1E:F5:77:D7:04:1F:6B:07:EC:B8:1D:78:6D:43" + ] + } + } +] diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..99cbc5c --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +sune.planetrenox.com diff --git a/docs/appstore_content/screenshot1.jpg b/docs/appstore_content/screenshot1.jpg new file mode 100644 index 0000000..6c780eb Binary files /dev/null and b/docs/appstore_content/screenshot1.jpg differ diff --git a/docs/appstore_content/screenshot2.jpg b/docs/appstore_content/screenshot2.jpg new file mode 100644 index 0000000..60c8857 Binary files /dev/null and b/docs/appstore_content/screenshot2.jpg differ diff --git a/docs/appstore_content/screenshot3.jpg b/docs/appstore_content/screenshot3.jpg new file mode 100644 index 0000000..1848021 Binary files /dev/null and b/docs/appstore_content/screenshot3.jpg differ diff --git a/docs/appstore_content/screenshot4.jpg b/docs/appstore_content/screenshot4.jpg new file mode 100644 index 0000000..c83f713 Binary files /dev/null and b/docs/appstore_content/screenshot4.jpg differ diff --git a/docs/appstore_content/screenshot5.jpg b/docs/appstore_content/screenshot5.jpg new file mode 100644 index 0000000..43d920b Binary files /dev/null and b/docs/appstore_content/screenshot5.jpg differ diff --git a/docs/appstore_content/screenshot6.jpg b/docs/appstore_content/screenshot6.jpg new file mode 100644 index 0000000..60c8857 Binary files /dev/null and b/docs/appstore_content/screenshot6.jpg differ diff --git a/docs/appstore_content/✺.png b/docs/appstore_content/✺.png new file mode 100644 index 0000000..1c567c7 Binary files /dev/null and b/docs/appstore_content/✺.png differ diff --git a/2/index.html b/docs/index.html similarity index 67% rename from 2/index.html rename to docs/index.html index 89141f3..0fb4699 100644 --- a/2/index.html +++ b/docs/index.html @@ -3,25 +3,25 @@ -Sune - - + + Sune + + + +
@@ -31,6 +31,7 @@
+