{"id":13532348,"url":"https://github.com/Frojd/Wagtail-Pipit","last_synced_at":"2025-04-01T20:31:56.658Z","repository":{"id":27577876,"uuid":"31060441","full_name":"Frojd/Wagtail-Pipit","owner":"Frojd","description":"Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.","archived":false,"fork":false,"pushed_at":"2024-04-12T04:53:29.000Z","size":11726,"stargazers_count":224,"open_issues_count":43,"forks_count":29,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-04-14T10:45:32.275Z","etag":null,"topics":["ansible","boilerplate","cookiecutter","django","docker","mypy","nextjs","pytest","reactjs","wagtail"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frojd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-02-20T10:36:26.000Z","updated_at":"2024-06-02T14:40:32.660Z","dependencies_parsed_at":"2023-02-16T04:00:51.285Z","dependency_job_id":"3dc55f0c-5433-4581-b47d-37504f9dccf9","html_url":"https://github.com/Frojd/Wagtail-Pipit","commit_stats":null,"previous_names":["frojd/wagtail-boilerplate"],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2FWagtail-Pipit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2FWagtail-Pipit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2FWagtail-Pipit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2FWagtail-Pipit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frojd","download_url":"https://codeload.github.com/Frojd/Wagtail-Pipit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709923,"owners_count":20821297,"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":["ansible","boilerplate","cookiecutter","django","docker","mypy","nextjs","pytest","reactjs","wagtail"],"created_at":"2024-08-01T07:01:10.322Z","updated_at":"2025-04-01T20:31:51.643Z","avatar_url":"https://github.com/Frojd.png","language":"Python","readme":"[![Test cookiecutter scaffolder](https://github.com/Frojd/Wagtail-Pipit/actions/workflows/main.yml/badge.svg)](https://github.com/Frojd/Wagtail-Pipit/actions/workflows/main.yml)\n\n# Pipit\nPipit is a [Wagtail CMS](https://wagtail.io/) boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.\n\n## Features\n- Hybrid static and server rendered React using [Next.js](https://nextjs.org/)\n- Page scaffolding\n- [12-Factor App](https://12factor.net/) compliant\n- Docker development environment\n- Deploy scripts via [Ansistrano](https://github.com/ansistrano)\n- Orchestration using [Ansible](https://github.com/ansible/ansible)\n- Local SSL for development\n- Error reporting with [Sentry](https://sentry.io/)\n- CI integration via [Circle CI](https://circleci.com/) with Slack notifications\n- Data-sync between environments\n- [Storybook](https://storybook.js.org/) for rapid component development\n\n## Installation\n1. Make sure you have [cookiecutter](https://github.com/audreyr/cookiecutter/blob/master/docs/index.rst) installed. If not run `pip install cookiecutter` (or via brew)\n2. Run cookiecutter:\n```\ncookiecutter https://github.com/Frojd/Wagtail-Pipit.git\n```\n\n3. Fill in the questions and you are done!\n\n## Documentation – Where to go from here?\nWe recommend you to start by checking out the [Getting Started Guide](/docs/getting-started-guide.md). Otherwise, you can read up any of the following topics:\n- [Frontend Developer Guide](/docs/frontend-developer-guide.md)\n- [Backend Developer Guide](/docs/backend-developer-guide.md)\n- [Provision and configure a webserver for hosting](/docs/provisioning-servers-for-hosting.md)\n- [Setting up deployment on CircleCI](/docs/setting-up-deployment-with-circleci.md)\n- [Adding Slack notifications to CircleCI](/docs/adding-slack-notifications-to-circleci.md)\n- [Sync data between environments](/docs/sync-data-between-environments.md)\n- [Running python locally](/docs/running-python-locally.md)\n- [Using static site generation](/docs/using-static-site-generation.md)\n- [Working with Wagtail's routable pages](/docs/working-with-wagtails-routable-pages.md)\n- [Serving custom content type data through Next.js](/docs/serving-custom-content-type-data-through-nextjs.md)\n- [Adding multi language support](/docs/adding-multi-language-support.md)\n- [Adding wagtail-2fa support](/docs/adding-wagtail-2fa-support.md)\n- [Adding Sentry](/docs/adding-sentry.md)\n- [Handling CSRF Tokens](/docs/handling-csrf-tokens.md)\n- [Publish storybook](/docs/publish-storybook.md)\n- [Scaffolding](/docs/scaffolding.md)\n\n\n## Contribute\nIf you have ideas for improvement, please share your thoughts through an issue. We also welcome PR's\n\n- Issue Tracker: [https://github.com/Frojd/Wagtail-Pipit/issues](https://github.com/Frojd/Wagtail-Pipit/issues)\n- Source Code: [https://github.com/Frojd/Wagtail-Pipit](https://github.com/Frojd/Wagtail-Pipit)\n- Discussions: You can find us on the [Wagtail slack](https://wagtail.io/slack/) under the channel `#pipit`\n\n## Security\nIf you believe you have found a security issue with any of our projects please email us at [security@frojd.se](security@frojd.se).\n\n## Support\nIf you have any issues, please submit an issue and we will do our best to help you out.\n","funding_links":[],"categories":["Tools","Python"],"sub_categories":["Templates \u0026 Starter Kits"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFrojd%2FWagtail-Pipit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFrojd%2FWagtail-Pipit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFrojd%2FWagtail-Pipit/lists"}