How many files and how many pages

Hello community

I’m new to this forum.

My queries are as follows with the AI application generation tool Deepsite whose website is: DeepSite - a Hugging Face Space by enzostvs

  1. To save and continue modifying your app if or if you need to publish or deploy.
  2. Always only generate an html file, You cannot separately generate an html file and separately a css file.
  3. Does this tool also generate javascript code?
  4. If I want to create an app with several operations, the interfaces of each operation create everything on a single page, and not on different pages?
  5. Can I get a version of the tool to use locally?

Waiting for your answer. Thank you in advance.

Pablo.

1 Like

It’s appropriate to ask questions in this forum, but many of the questions require answers from the author.
If you ask your question in the repository’s Discussion section, it will be sent to the author.

It seems like there is a way to run it locally. There is something written about it.

DeepSite is an AI-powered web development tool that simplifies website creation without requiring coding skills. Here’s what I found about its capabilities:

  • File Generation: DeepSite primarily generates HTML files, but it does not separately create CSS or JavaScript files43dcd9a7-70db-4a1f-b0ae-981daa162054.
  • JavaScript Support: While it does not explicitly generate JavaScript files, it may include JavaScript functionality within the HTML output43dcd9a7-70db-4a1f-b0ae-981daa162054.
  • Single vs. Multiple Pages: The tool tends to create everything on a single page, meaning multiple operations are integrated into one interface rather than separate pages43dcd9a7-70db-4a1f-b0ae-981daa162054.
  • Local Usage: Yes! You can run DeepSite locally by cloning the repository, installing dependencies, and setting up an environment file with a Hugging Face token43dcd9a7-70db-4a1f-b0ae-981daa162054.

If you want to explore further, you can check out the official DeepSite Hugging Face Space or the discussion on running it locally. Let me know if you need help setting it up! :rocket:

File Generation: DeepSite primarily generates HTML files, but it does not separately create CSS or JavaScript files43dcd9a7-70db-4a1f-b0ae-981daa162054.
JavaScript Support: While it does not explicitly generate JavaScript files, it may include JavaScript functionality within the HTML output43dcd9a7-70db-4a1f-b0ae-981daa162054.
Single vs. Multiple Pages: The tool tends to create everything on a single page, meaning multiple operations are integrated into one interface rather than separate pages43dcd9a7-70db-4a1f-b0ae-981daa162054.
Local Usage: Yes! You can run DeepSite locally by cloning the repository, installing dependencies, and setting up an environment file with a Hugging Face token43dcd9a7-70db-4a1f-b0ae-981daa162054.

deep_site:
repo_url: “https://github.com/your-repo/deep-site
dependencies:
- torch
- transformers
- datasets
- huggingface_hub
env_file: “.env”
huggingface_token: “{HF_API_TOKEN}" local_usage: true setup: clone: "git clone {repo_url}”
install: “pip install -r requirements.txt”
env_setup: “export HF_API_TOKEN=${huggingface_token}”

Replace your repo words in code with your link to your repo

HF_API_TOKEN=${huggingface_token

Replace after this = with your token