beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Open-source content management system (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages.

Results 77 beacon issues
Sort by recently updated
recently updated
newest added

Make use of AI to generate components (pieces of pages) or entire pages. Ref: - https://gist.github.com/leandrocp/63f202740e62d99ae5637d130d046ab4 - https://gist.github.com/cigrainger/fb2abb7b48e09dd14dccebd736d5d9dc - https://www.nngroup.com/articles/promptframes/ - https://x.com/cigrainger/status/1829243287867215970 - https://gist.github.com/cigrainger/9c636d94dc2351e72c2b83e2731e0fe2

proposal
area:content
area:ai

## Breaking Changes - Remove config `:skip_boot?` in favor of `:mode` which can be `:auto` or `:manual` (defaults to `:auto`) ## Enhancements - Add `Beacon.Test` that provides testing utilities to...

The guide recommends adding some snippets to the database using the live_admin feature, here [1]. For the initial launch, the local database can simply be copied to the prod environment....

Bumps the development-dependencies group with 1 update: [credo](https://github.com/rrrene/credo). Updates `credo` from 1.7.7 to 1.7.8 Release notes Sourced from credo's releases. v1.7.8 Check it out on Hex: https://hex.pm/packages/credo/1.7.8 Credo.Check.Refactor.Apply fixed false...

dependencies
elixir

The `Beacon.Loader` currently has 2 main issues: 1. Dependency resolution (compile and load referenced modules) 2. Compiling more than 1 module per time ("module being redefined" errors) After a discussion...

area:loader
roadmap

We need to add support for Windows and not limit Beacon development to just MacOS and Linux machines. At the moment, Beacon has a dependency on Vix, which is [incompatible...

bug
roadmap