diff --git a/techstack.md b/techstack.md
new file mode 100644
index 00000000..f7d05ff4
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,131 @@
+
+
+
+# Tech Stack File
+ [subho951m/website](https://github.com/subho951m/website)
+
+|10
Tools used|02/29/24
Report generated|
+|------|------|
+
+
+##
Languages (4)
+
+
+##
DevOps (3)
+
+
+## Other (1)
+
+
+
+
+ Shell
+
+
+ |
+
+
+
+
+
+##
Open source packages (2)
+
+##
PyPI (2)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[autopep8](https://pypi.org/project/autopep8)|v0.5|08/28/14|Harald Schilly |MIT|N/A|
+|[pyinotify](https://pypi.org/project/pyinotify)|v0.9|08/28/14|Harald Schilly |MIT|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 00000000..d7aca82a
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,131 @@
+repo_name: subho951m/website
+report_id: c2c4b788065014284b3b385e91a80c46
+version: 0.1
+repo_type: Public
+timestamp: '2024-02-29T19:10:50+00:00'
+requested_by: subho951m
+provider: github
+branch: master
+detected_tools_count: 10
+tools:
+- name: CSS 3
+ description: The latest evolution of the Cascading Style Sheets language
+ website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/6727/css.png
+ detection_source_url: https://github.com/subho951m/website
+ detection_source: Repo Metadata
+- name: JavaScript
+ description: Lightweight, interpreted, object-oriented language with first-class
+ functions
+ website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1209/javascript.jpeg
+ detection_source_url: https://github.com/subho951m/website
+ detection_source: Repo Metadata
+- name: Jinja
+ description: Full featured template engine for Python
+ website_url: https://palletsprojects.com/p/jinja/
+ version: 2.7.3
+ license: BSD-3-Clause
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Templating Languages & Extensions
+ image_url: https://img.stackshare.io/service/2303/New_Project__20_.png
+ detection_source_url: https://github.com/subho951m/website/blob/master/requirements.txt
+ detection_source: requirements.txt
+ last_updated_by: Harald Schilly
+ last_updated_on: 2014-08-28 14:05:15.000000000 Z
+- name: Python
+ description: A clear and powerful object-oriented programming language, comparable
+ to Perl, Ruby, Scheme, or Java.
+ website_url: https://www.python.org
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
+ detection_source_url: https://github.com/subho951m/website
+ detection_source: Repo Metadata
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source_url: https://github.com/subho951m/website
+ detection_source: Repo Metadata
+- name: PyPI
+ description: A repository of software for the Python programming language
+ website_url: https://pypi.org/
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Hosted Package Repository
+ image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg
+ detection_source_url: https://github.com/subho951m/website/blob/master/requirements.txt
+ detection_source: requirements.txt
+ last_updated_by: Harald Schilly
+ last_updated_on: 2014-08-28 14:05:15.000000000 Z
+- name: Travis CI
+ description: A hosted continuous integration service for open source and private
+ projects
+ website_url: http://travis-ci.com/
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png
+ detection_source_url: https://github.com/subho951m/website/blob/master/.travis.yml
+ detection_source: ".travis.yml"
+ last_updated_by: Harald Schilly
+ last_updated_on: 2015-10-06 18:34:37.000000000 Z
+- name: Shell
+ description: A shell is a text-based terminal, used for manipulating programs and
+ files. Shell scripts typically manage program execution.
+ website_url: https://en.wikipedia.org/wiki/Shell_script
+ open_source: false
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
+ detection_source_url: https://github.com/subho951m/website
+ detection_source: Repo Metadata
+- name: autopep8
+ description: A tool that automatically formats Python code to conform to the PEP
+ 8 style guide
+ package_url: https://pypi.org/project/autopep8
+ version: '0.5'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: PyPI Packages
+ image_url: https://img.stackshare.io/package/20353/default_4fff53bc8c15a9ea5decdac96fdba9b8874b07ce.png
+ detection_source_url: https://github.com/subho951m/website/blob/master/requirements.txt
+ detection_source: requirements.txt
+ last_updated_by: Harald Schilly
+ last_updated_on: 2014-08-28 14:05:15.000000000 Z
+- name: pyinotify
+ description: Linux filesystem events monitoring
+ package_url: https://pypi.org/project/pyinotify
+ version: '0.9'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: PyPI Packages
+ image_url: https://img.stackshare.io/package/20443/default_3594ac2294a6aa0f41792d27e3f019e66d1684f7.png
+ detection_source_url: https://github.com/subho951m/website/blob/master/requirements.txt
+ detection_source: requirements.txt
+ last_updated_by: Harald Schilly
+ last_updated_on: 2014-08-28 14:05:15.000000000 Z