A personal collection of poetry, ghazals, and lyrical thoughts by Jayesh Patel (Jayesh Mepani).
Live site: https://writingsbyjay.art
Alfaaz (words) is a quiet space for original writing — poems and ghazals in Hindi and English — presented as a simple static website.
This repository holds the site source, writings data, and license terms for reuse.
No build step is required.
- Clone the repository.
- Open
index.htmlin a browser, or serve the folder with any static server.
Example (Python):
python -m http.server 8080Then open http://localhost:8080.
Serving over HTTP is recommended so data fetch (
assets/data/writings.json) and audio work reliably.
├── index.html # Main site
├── LICENSE.md # Alfaaz License
├── CNAME # Custom domain (writingsbyjay.art)
└── assets/
├── audio/ # Splash audio
├── css/ # Styles
├── data/writings.json # Poems & writings
├── fonts/
├── img/
└── js/ # Site logic & splash
Writings and site code are licensed under the Alfaaz License (custom).
Unchanged work: credit me as original author — or credit nobody.
Never claim original authorship.
If you translate or adapt: you may credit the adapter/translator for that contribution, but not as the original author.
- Use, copy, share, and publish the writings
- Translate, adapt, and remix
- Use commercially
- Present yourself (or anyone else) as the original author of unchanged work
- Use false, misleading, or defamatory attribution when you do credit me
Full terms: LICENSE.md
Jayesh Patel (“Jayesh Mepani”)
- Site: writingsbyjay.art
- GitHub: jayeshmepani