Launched this week

framejs
Interactive apps that live in a URL: no build, no server
5 followers
Interactive apps that live in a URL: no build, no server
5 followers
Tools like Observable and Streamlit put your interactive code on a server that has to stay up. framejs.io encodes the whole app, with javascript, CSS, state directly into the URL itself. Prompt AI to build one, paste the link anywhere, and it just runs. No deploy, no host, and share anywhere, it always looks good. Open source and easily incorporated into your own apps, or use standalone.









this is genuinely clever, love the url-as-app idea. one thing that would make it way more useful for me though is some kind of optional expiration or signed link feature so i can share stuff with sensitive data without worrying about the full state living in the url forever
@jean_connie It's already implemented! Click the top right to get the internet editor, and click "Create expiring snapshot". They URL is a sha256 of the content (so unique and unguessable) and the URL lasts for 30 days then is deleted.
@jean_connie And if you "Save" the page, you get a unique uuid based URL that you can make private or public.