Skip to content

Fork to generate imagined websites on an infinite canvas

Notifications You must be signed in to change notification settings

RussPalms/tlbrowse_dev

 
 

Repository files navigation

tlbrowse

launch.mp4

tlbrowse is an infinite canvas for the simulated web. You can create webpages by entering urls and clicking on links creates new pages. You should get incredibly funky with what imagine.

You can play with the hosted version on https://tlbrowse.com

Why?

For fun! This is an experiment in new ways of brainstorming and interacting with LLMs. This is a demo, but I'm trying to poke around with new ways to play with visual outputs from LLMs. I'm really inspired about being able to latently build out an entire sitemap while browsing. Is this ready to create production ready websites? No way, but the interaction paradigm is interesting.

Running Locally

Create a .env.local file with the following environment variables:

ANTHROPIC_API_KEY=<your-anthropic-api-key>

This project uses bun as its package manager and node for its execution environment. Make sure that you have both installed. Then run the following commands:

bun install
bun dev

Changing the model

If you clone this locally you probably want to change the model. You can do this by editing app/api/html/route.ts.

About

Fork to generate imagined websites on an infinite canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 97.5%
  • CSS 2.2%
  • JavaScript 0.3%