ExploreTrendingAnalytics
Nostr Archives
ExploreTrendingAnalytics
Juraj5d ago
I vibed a frontend for Venice.ai using OpenCode and GPT-5.4 — open source, purely static HTML. Supports chat, image generation and video. Nothing is sent to my server, it communicates directly with the Venice API. You can run it locally on localhost (needs to be served through http/s though). Useful if you want to give someone access via an API key without needing to log in. They just enter an API key and are good to go. Source code repo: https://github.com/jooray/venice-frontend Deployed at: https://cypherpunk.today/venice-frontend/
💬 1 replies

Replies (1)

mccrmx5d ago
This is a great architecture. I've been building stuff this way too. Single HTML file + network requests. Something else I've found useful is FileSystem Access API. So you can have a single-html-file app with native access to a file or folder on the user's hard drive. Example: https://github.com/chr15m/kanban-todo - the next step is decentralized sync via Nostr.
0000 sats