https://github.com/fstark/comcol
A "vibe coded" Computer Collection (in progress)
https://github.com/fstark/comcol
Last synced: 5 months ago
JSON representation
A "vibe coded" Computer Collection (in progress)
- Host: GitHub
- URL: https://github.com/fstark/comcol
- Owner: fstark
- License: mit
- Created: 2025-04-13T20:01:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-21T22:38:14.000Z (7 months ago)
- Last Synced: 2025-11-22T00:19:24.639Z (7 months ago)
- Language: TypeScript
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# comcol
A "vibe coded" Computer Collection
# Rationale
This is a sample application that I build with github co-pilot. I do not intent to every write one line of code manually, and this will be entirely created an maintained by co-pilot.
# Feedback
While having the basics running was extremenly quick, getting it to be somewhat stable proved an exercice in frustration. Breaking the needs into specific simple tasks is much more complex than it seems. The LLM never learns, and will hapilly completely undo something it did before. It has no ethical issue to bluitly lie to your face, or completely duplicate a functionality in a different place because it didn't found code it created 15 minutes earlier.
The quality of the code is all over the place. Sometimes it is correct, sometimes it is just god-awful. Correcting the code is not very useful, because it won't care on its next edit.
Putting part of this on the Web is going to be an interesting challenge.
We do live in interesting times..../build.sh && docker run -p 8080:8080 comcol:latest