2025-06-05 12:14:25 -04:00
# TinySite.cloud Hosting
2025-02-15 03:46:16 +00:00
2025-06-05 12:14:25 -04:00
TinySite.cloud Hosting is a lightweight Python application designed to serve static websites effortlessly. Built with Flask, it allows developers to deploy HTML, CSS, JavaScript, and image files quickly, making it ideal for personal projects, documentation, or simple web pages.
2025-02-15 03:46:16 +00:00
## Features
2025-06-05 12:14:25 -04:00
- Easy usage
- Sleek and simple UI
- Syntax highlighting/In-browser code editor
- Default dark mode!!!
2025-02-15 03:46:16 +00:00
## Self-Hosting?
2025-06-05 12:14:25 -04:00
2025-02-15 03:46:16 +00:00
Just clone the repo, then use the following to get started:
2025-06-05 12:14:25 -04:00
2025-02-15 03:46:16 +00:00
``` bash
python -m venv .venv
# Activate the env (use .venv/bin/activate.fish for fish)
source .venv/bin/activate
pip install -r requirements.txt
python app.py
```
2025-06-05 12:14:25 -04:00
2025-02-14 22:50:44 -05:00
And that's it! The app should be available at http://localhost:5121
2025-02-15 03:46:16 +00:00
## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE ](LICENSE ) file for more details.