diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..914c62c
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,57 @@
+# 🕷️ ScrapeGraphAI: You Only Scrape Once
+
+ScrapeGraphAI is a *web scraping* python library based on LangChain which uses LLM and direct graph logic to create scraping pipelines.
+Just say which information you want to extract and the library will do it for you!
+
+
+
+
+
+## Official Demo for Scrapegraph-ai Library
+This repo is a streamlit demo/trial for the offcial Github Library Scrapegrap-ai.
+
+Link of the Github repo:
+
+[![My Skills](https://skillicons.dev/icons?i=github)](https://github.com/VinciGit00/Scrapegraph-ai)
+
+## 🤝 Contributing
+
+Scrapegraph-ai is [MIT LICENSED](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE).
+
+Contributions are welcome! Please check out the todos below, and feel free to open a pull request.
+
+For more information, please see the [contributing guidelines](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md).
+
+Join our Discord server to discuss with us improvements and give us suggestions!
+
+[![My Skills](https://skillicons.dev/icons?i=discord)](https://discord.gg/DujC7HG8)
+
+
+You can also follow all the updates on linkedin!
+
+[![My Skills](https://skillicons.dev/icons?i=linkedin)](https://www.linkedin.com/company/scrapegraphai/)
+
+
+## Contributors
+[![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)
+
+## Authors
+
+
+
+
+
+| | Contact Info |
+|--------------------|----------------------|
+| Marco Vinciguerra | [![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/marco-vinciguerra-7ba365242/) |
+| Marco Perini | [![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/perinim/) |
+| Lorenzo Padoan | [![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/lorenzo-padoan-4521a2154/) |
+
+## 📜 License
+
+ScrapeGraphAI is licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE) file for more information.
+
+## Acknowledgements
+
+- We would like to thank all the contributors to the project and the open-source community for their support.
+- ScrapeGraphAI is meant to be used for data exploration and research purposes only. We are not responsible for any misuse of the library.
diff --git a/docs/logo_authors.png b/docs/logo_authors.png
new file mode 100644
index 0000000..116cba4
Binary files /dev/null and b/docs/logo_authors.png differ
diff --git a/docs/scrapegraphai_logo.png b/docs/scrapegraphai_logo.png
new file mode 100644
index 0000000..ca24928
Binary files /dev/null and b/docs/scrapegraphai_logo.png differ