https://github.com/jasonbaciulis/bedrock
The Foundation for Statamic projects
https://github.com/jasonbaciulis/bedrock
alpinejs boilerplate components laravel laravel-cms php starter-kit statamic tailwindcss
Last synced: 3 months ago
JSON representation
The Foundation for Statamic projects
- Host: GitHub
- URL: https://github.com/jasonbaciulis/bedrock
- Owner: jasonbaciulis
- Created: 2024-12-05T14:22:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-18T06:26:39.000Z (7 months ago)
- Last Synced: 2025-09-18T08:23:14.607Z (7 months ago)
- Topics: alpinejs, boilerplate, components, laravel, laravel-cms, php, starter-kit, statamic, tailwindcss
- Language: Blade
- Homepage: https://bedrock.remarkable.dev
- Size: 9.71 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Bedrock](https://bedrock.remarkable.dev)
## The Foundation for your Statamic projects.
Features shadcn/ui style Alpine.js components that you can customize, extend, and build on. Plus a block-based page builder with CLI tools and complete SEO setup.
## Features
- **shadcn/ui style Alpine.js components**. 10+ beautifully-designed, accessible components for rapid development.
- **Blocks**. Blocks are based on Replicator Fieldtype and are like LEGO bricks that provide you the maximum flexibility when building pages. You can use CLI commands to quickly create or remove Blocks. Bedrock includes a few commonly used Blocks like FAQs and Form.
- **Blade templates**. Unlocks the full potential of Laravel, while still utilizing Statamic modifiers and tags.
- **SEO**. Full SEO settings without extra addon. Including cookie consent dialog that works with GTM.
- **Style guide.** A Block that’s very useful when starting projects. It’s more of an upgrade to your dev process that let’s you see all your small UI parts in one place before starting to build other Blocks and pages.
## Installation
Using the [Statamic CLI](https://github.com/statamic/cli) tool run the following command:
```bash
statamic new {sitename} jasonbaciulis/bedrock
```
## Documentation
You can find [docs on GitHub](https://github.com/jasonbaciulis/bedrock/blob/main/DOCUMENTATION.md).
## Contributing
If you found a bug or have some ideas how to make Bedrock even better, please [create an issue](https://github.com/jasonbaciulis/bedrock/issues/new) or submit a PR on GitHub.