Is there a way to use older versions of this? These more recent ones are hot garbage

#563
by MaxLeft - opened

Title says it. More recent versions are utter garbage not worth bothering with. Any way to get access to older builds? Those were actually viable.

Hey @MaxLeft
what’s the issue with the new version ?

Hi @enzostvs — here’s what’s broken in the new version:

Right now it behaves like it ignores the existing codebase and regenerates the page.

  • 429 rate limit happens constantly during normal editing.

  • Small edits break the page (example: “center hero button” or “replace image” → it deletes/rewrites sections).

  • The tool does not respect instructions like “edit only this section” — it refactors unrelated parts.

  • Version restore is unusable: I can’t reliably go back to previous working versions.
    Result: the app is not usable for client work anymore.

Steps to reproduce:

Open any existing project
Ask for a small UI change (button alignment / replace image)
After a few prompts: 429 triggers OR large parts of the page disappear

Request:
Can we access the previous build?
Or can you fix the rate-limit + “edit-only” behavior?

Thanks.

Hi @psssn sorry to hear that!

regarding previous versions, you can find them here:
Screenshot 2026-02-13 at 8.12.49 AM

for the 429 rate limited, can you show me with a record video ? would be helpful , thank you!

Ok seen your edits @psssn
As for the editing option, it shouldn't update elements that you haven't requested, so I tried to make it more precise; the models should make fewer decisions
Let me know if still the issue, would help for sure!

Regarding the rate limit a video can help, also can you check if you already reached the inference usage ? here: https://huggingface.co/settings/billing

Thanks for quick response @enzostvs

I can find the historical versions of my projects.

But my main question is: is it possible to use the previous DeepSite build/UI (older version of the app itself), not just previous project snapshots?

The new editor behavior is the problem.

And here is the screenshot
file_0000000094d471f58910479eaecf8fce

Ok this error is from Hugging Face website. How did you get it exactly ? can you do a record of the whole process ? I can investigate it this morning.
Regarding previous versions unfortunately not really at the moment, will do my best to fix issues and make it worth :)

@enzostvs Thanks — you were right. I reached the inference usage limit ($1.83 / $2.00), which explains the 429 rate limit issue.
I’ll add credits and test again.
If the rate limiting was also causing the editor to behave inconsistently / not follow instructions, then this should solve the problem. I’ll report back after testing. Thanks!

@psssn great!
regarding the editor issue, should not be linked, so if you can do the record about this issue, would be really appreciated :-)

about the rate limit, it's weird that you got the Hugging Face error instead of my own modal. Will give it a try.
Is one of this rate limit full ?
Screenshot 2026-02-13 at 9.32.44 AM

Hey @enzostvs — thanks!

Here are my current Hub Rate Limits (PRO):

Hub APIs: 14 / 2.5k requests

Resolvers: 0 / 12k requests

Pages: 5 / 400 requests

So none of the Hub limits seem close to being full.

The 429 I got was triggered when I hit the Inference Usage limit ($1.83 / $2.00) in billing.
Screenshot 2026-02-13 182828

Sign up or log in to comment