Please sign in to access this page

web2050

web2050 Used AI

20 devlogs
29h 1m
•  Ship certified
Created by Gangsta Ozcan

The internet, except everything is vibecoded. Append any url to the end of the demo link (remove http(s)://) and watch an AI generate it live! Uses `https://ai.hackclub.com`!

Timeline

updated to hc/ai SSE spec, works without #24 being merged. SSL ERROR FIXED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Update attachment

Ship 4

0 payouts of shell 0 shells

Gangsta Ozcan

3 days ago

Gangsta Ozcan Covers 5 devlogs and 4h 26m

SSL is confirmed not fixed, I did change it to use the new API proposal to avoid some SSL issues by excluding the <think> data from the response. It can generate full small pages now, I also prompted it to output minified output .

Update attachment

finally got it running on nest again! SSL is an issue which will not be fixed by HC, so i can't fix it :(

Update attachment

worked around SSL error by using /no_think in prompts. This does not work every time.

Update attachment

I ACTUALLY GOT IT TO WORK!!! STREAMING XML IS REAL!

Update attachment

I am working on implementing a new XML parser to fix the bugs with the old one, I think it works?

Update attachment

Ship 3

1 payout of shell 84.0 shells

Gangsta Ozcan

11 days ago

Gangsta Ozcan Covers 2 devlogs and 3h 28m

Worked on fixing the XML parser. Figured out hackclub's SSL is all borked and that was why the AI was giving half-complete responses. Cannot be fixed by me, submitted a report!

Update attachment

Worked on fixing the XML streaming for the new ai.hackclub.com model.

Update attachment

Ship 2

1 payout of shell 25.0 shells

Gangsta Ozcan

20 days ago

Gangsta Ozcan Covers 1 devlog and 1h 7m

improved index load times by 5x by omitting tw classes from each <li> and instead emitting them before with a <style> tag! This also fixes some bugs w/ the generator. I fixed a bug where pages would not generate the <code> tags properly to fmt it to output along w/ thonking data. Screenshot is 3.7MB and doesn't even include the whole list :O

Update attachment

Ship 1

1 payout of shell 422.0 shells

Gangsta Ozcan

29 days ago

Gangsta Ozcan Covers 11 devlogs and 19h 43m

Redesigned the logo because the AI one sucked.

Update attachment

I removed rust-ls then added it back because it broke the completions endpoint :skull: HTTP/2 is now removed as caddy handles that. AI Also made a final logo!

Update attachment

fixed some generation things in the prompt, the model is more effective at linking pages together now. Might add external images soon, or even external JS. Still deciding how bad this would be.

Manually cleaned up some NSFW before the filters, people are too fucking odd for my service.

Update attachment

I made the 64 URL length limit now 72. I also migrated to HTTP/2 and made agar.io!

Update attachment

I rewrote the backend with axum, a more maintained and newer framework than rocket. I hope this speeds things up a bit!

Update attachment

Implemented a new ripgrep powered search function to search the index by path name as well as file content. Fixed the CONTENTREJECTED bug, it now properly shows CONTENTREJECTED when the content was rejected instead of outputting nothing.

Update attachment

Implemented a new streaming XML parser to take output in the form of <code>...</code>. It does not return any data until the first code tag and only stops when the last one is present, not yielding any of the tags.

I greatly improved the system prompt and the AI's ability to make pages link to other pages, now every button link and menu has a point! No more href='#'s

I also added a hard path limit of 64 characters in order to prevent platform abuse.

Update attachment

Added a new landing page, as well as more AI improvements.

Update attachment

improved system prompt, uses 3rd person augmentation, offloads generation to another thread so closing the tab does not stop it, give the AI the current date. Added experimental sandboxed support for JS, let's hope my users don't do anything horrible with this one.... again....

Update attachment

Added support for tailwindcss! Implemented content filters through a CSP and the nest code of conduct. The AI has been prompted to not produce any harmful content, in addition it can no longer link to external assets. I may change this to allow images.

Update attachment

I started work on the initial version, currently it can generate entire webpages by domain and it can write to the filesystem. It can read files that relate to the current work, ie it can make an index.html, then write CSS for it based off of the index.html. The browser automagically requests linked CSS which gets put into a generation queue.

Update attachment