Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hillct

hillct created a branch on hillct/bolt.new-any-llm

feature/vercelDeployment - Prompt, run, edit, and deploy full-stack web applications using any LLM you want!

hillct deleted a branch hillct/bolt.new-any-llm

add-docker-support

hillct pushed 55 commits to main hillct/bolt.new-any-llm

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
@cocktailpeanut are you arguing that an electron application packaged implementation of bolt should continue to use web containers or that bolt need not be packaged as an electron application?

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
@cocktailpeanut are you arguing that an electron application packaged implementation of bolt should continue to use web containers or that bolt need not be packaged as an electron application?

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
Vite also tends to be quite picky with regard to reading from .env vs .env.local when building for production vs development. As such, if you expect to be using .env.local for your variable definit...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
This is a very interesting approach… Possibly abandon webContainers entirely in favor of an electron application that itself manages local docker instances... it would represent an overall architec...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
I've had some issues on and off getting previewed operate properly however it seemed to relate to getting any server implementation to return dynamic content rather than simply rendering an HTML/cl...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
Without getting into the weeds, the non-technical answer is you should not expect to be able to close a windows, command line window and have processes launched in that window, in the foreground, m...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
Your screenshot itself contains the answer. Your bolt that new deployment is being provied, and served with a TLS certificate(HTTPS) and your ollama API endpoint is not. To make this successful you...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
I'm not crazy about the open router documentation, but it appears the complete /v1/models API call seems to require no authentication, no parameters and no active account paid or unpaid. Certainly ...

View on GitHub

hillct starred Berzerker/google-fiber-2gbps-bypass
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
@coleam00 it was my hope that this would have been merged at the same time as https://github.com/coleam00/bolt.new-any-llm/pull/71 In that h only reason I didn' add it there was @ajshovon had alre...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
In a recent commit, port `5173` was restored as the default, to maintain consistency with the upstream project, and avoid exactly these kinds of conflicts.

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
Similarly, we need a project roadmap (document) where features can b prioritized, and possibly an alternate forum like a discord server where trivial issues like onboarding can be addressed rather ...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
I haven't been able to reproduce this. Might it be a permissions issue in your case? Does the issue occur when running from a command prompt running as Administrator?

View on GitHub

hillct created a comment on a pull request on coleam00/bolt.new-any-llm
Defaulting the Ollama API URL to localhost is undesirable for h vas majority of users who have not deployed Ollama locally as it will always result in the UI throwing an error about connecting to a...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
Certainly the LLM should be calling these tools in a non-interactive mode, but alternatively, the (tool) prompt requiring user input should be displayed in the webContainer terminal where h user ca...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
`sftp` maybe, or even `rsync` but not FTP... here's a point where promoting best practices becomes important and in hat case, Git support is really the way to go.

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
Simply specify he hostname in the .env/.env.local file. As you corrctly point out, you must specify a hostname that is accessibly from your proxy endpoint, so for example, if you're proxying to the...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
It seems more practical to fetch OpenRouter [models](https://openrouter.ai/docs/models) from their API: https://openrouter.ai/api/v1/models much as has been done in the case of Ollama support.

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
This seems out of scope for a frontend like bolt.new. Cerainly, there is value in creating a RAG implementation around a projct like DevDocs or similar, but that seems like a secondary project, wit...

View on GitHub

hillct created a comment on an issue on coleam00/bolt.new-any-llm
More detail is needed here in order to formulate a meaningful response: What OS and version? What is meant by "However, the moment I delete the command prompt, localhost:XXXX does not work." D...

View on GitHub

hillct starred getmaxun/maxun
hillct starred coleam00/bolt.new-any-llm
hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> Using docker-compose.yaml to start devcontainer resulted in error (above). > I was able to spin up the container using `npm run dockerbuild` (as documented in updated contributiong.md) and gettin...

View on GitHub

hillct created a comment on a pull request on coleam00/bolt.new-any-llm
> I get this error when I try to use any of the docker build options: > > ``` > #6 [internal] load build context > #6 transferring context: 142.70MB 4.2s > #6 transferring context: 284.63MB 8...

View on GitHub

hillct starred dijonmusters/subscription-starter-demo
hillct pushed 1 commit to env-enhancement hillct/bolt.new-any-llm
  • apparently loadEnv was all that's required on the config side... 13cb589

View on GitHub

Load more