{"id":24770325,"url":"https://github.com/jamstackpy/jamstack","last_synced_at":"2025-10-11T20:31:10.110Z","repository":{"id":43214874,"uuid":"398873152","full_name":"jamstackpy/jamstack","owner":"jamstackpy","description":"The easiest way to create jamstack sites with the Power of Python and Flask, as simple or as complex as you like. ","archived":false,"fork":false,"pushed_at":"2023-05-01T12:18:06.000Z","size":1290,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-01-17T00:15:58.308Z","etag":null,"topics":["flask","jamstack","static-site-generator"],"latest_commit_sha":null,"homepage":"https://jamstackpy.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamstackpy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOGS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-22T18:39:27.000Z","updated_at":"2024-10-06T11:14:14.000Z","dependencies_parsed_at":"2023-01-22T00:16:49.954Z","dependency_job_id":null,"html_url":"https://github.com/jamstackpy/jamstack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamstackpy%2Fjamstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamstackpy%2Fjamstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamstackpy%2Fjamstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamstackpy%2Fjamstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamstackpy","download_url":"https://codeload.github.com/jamstackpy/jamstack/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236126447,"owners_count":19098948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","jamstack","static-site-generator"],"created_at":"2025-01-29T03:37:25.463Z","updated_at":"2025-10-11T20:31:04.754Z","avatar_url":"https://github.com/jamstackpy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Jamstack logo\" src=\"https://i.imgur.com/sXUAdYJ.png\" height=\"217\" /\u003e\n\u003c/div\u003e\n\n![](https://img.shields.io/pypi/v/jamstack)\n\nAlso known as Jamstackpy, is a tool that allows you to create static websites using the power of **Python** hand in hand\nwith the [Flask](https://github.com/pallets/flask) library. Its operation is based on templates which are rendered with\nthe powerful Jinja engine generating your website with all its dependencies.\n\n## Installation\n\n```bash\npython -m pip install jamstack\n```\n\n## Create basic project\n\n```bash\njamstack plain \u003cfoldername\u003e\n```\n\n## Templates\n\nJamstack has templates available courtesy of [html5up](https://html5up.net).\n\n| Template                                   | Command           | Tutorial                                                                 |\n|--------------------------------------------|-------------------|--------------------------------------------------------------------------|\n| [Massively](https://html5up.net/massively) | html5up/massively |                                                                          |\n| [Phantom](https://html5up.net/phantom)     | html5up/phantom   | [**HERE**](https://github.com/jamstackpy/jamstack/wiki/Phantom-template) |\n\nThe syntax is as follows:\n\n```bash\njamstack t \u003ctemplate_command\u003e \u003cproject_folder_name\u003e\n```\n\nUse the `--existing` flag if you want the project to be created in an existing folder\n\n```bash\njamstack t html5up/massively myproject --existing\n```\n\nBy default, projects based in templates are created without the assets (stylesheets, images, etc...) to download them,\nyou must pass\nthe `--jamdo` option to the `static.py` file of the respective project.\n\n## Build\n\nTo build the site run the file `static.py`.\n\n```bash\npython static.py\n```\n\nYour site will be generated in the **dist/** folder.\n\n## Other project command-line options\n\n| Argument  | Description                                                               |\n|-----------|---------------------------------------------------------------------------|\n| `--serve` | Optional. Start project livewatch (autoreload when files change).         |\n| `--watch` | Optional. Specify files and folders to watch. Must be separated by comma. |\n| `--port`  | Optional. Specify server port.                                            |\n\n## Sites using jamstack\n\n- [DeliciousPy Telegram Channel](https://deliciouspy.github.io/)\n- [The Flask Community Work Group](https://flaskcwg.github.io/)\n- [Abdur-Rahmaan Janhangeer](https://compileralchemy.github.io/)\n\n# TODO\n\n- [ ] Replace `python static.py --serve/--jamdo` by something like `jamstack --serve/--jamdo`\n- [ ] Remove Flask as Main requirement and just use Jinja\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamstackpy%2Fjamstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamstackpy%2Fjamstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamstackpy%2Fjamstack/lists"}