-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State of the project #429
Comments
Keep up the good work. 🥇 |
Thank you for the update, @schickling. It's unfortunate to hear that Stackbit has had to scale back their sponsorship. Are there any opportunities for community funding or contributions that could help Contentlayer reach V1? |
Thanks for the update, @schickling! My InvolvementI will also continue to be involved. My efforts will largely be focused on docs and will equate to about 1-2 days per month. I plan to spend a few hours each week improving the documentation so that we can all continue to have a good experience working with Contentlayer. Docs ImprovementsIf you find gaps or errors, or have ideas for the site or documentation, please create an issue on the website repo. Project Contributions@jasongerbes (and others who may have the same question): The most valuable forms of contribution today are list on this page. Given @schickling's reduced time, the most valuable of this list are in providing support to the community, in the form of:
Feel free to jump right in. Or, if you'd like help forming more of a process, or would like to contribute in other ways, feel free to reach out directly to me (Discord is best) and we'll work together on it. |
Any help I can give here? |
Thanks a lot for your offer. A great way to help out right now, is to reproduce and to help investigate open issues to understand the underlaying problems so they can be fixed more quickly. Another great way to help out, is to help others with their questions e.g. in the Contentlayer Discord. |
Hey folks! Just wanted to provide a little in-between update: As you might have seen, Stackbit recently got acquired by Netlify which (at least for now) means that the sponsorship of Contentlayer has been paused. I'm hoping to hear back from Netlify soon on the continued sponsoring & development of Contentlayer as there is a lot more work to be done! 💪 |
hey there @schickling. Is the project still maintained? Would like to help out with pending stuff. Thanks for the awesome work :) |
Netlify is kinda runining the open-source CMS eco-system. |
Any alternatives? |
I moved from ContentLayer to Next MDX. ContentLayer seems to no longer be maintained and has a lot of bugs: |
https://github.com/zce/velite - Turns Markdown / MDX, YAML, JSON, or others into app's data layer with Zod schema. |
@airtonix last commit is 2 years ago |
anyone know of an alternative that uses a remote 3rd party data source, like a Notion, to generate the markdown... this is exactly what I'm looking for |
@zce Velite looks very interesting and is actively developed. Are you using it? I am leaving ContentLayer (bye!) as I cannot have a major dependency in my project be unmaintained. Velite looks like a viable alternative at first glance. Otherwise it's back to Next/MDX or next-mdx-remote. Sigh... |
Of course, I am using it in a commercial project and there is no problem! This is also Velite's motivation. Welcome to join, let's make it better together |
I'm currently looking at either Sveltekit + mdsvex or Astro. Both provide really good .md and .mdx support. Astro basically has .md support out the box and can add mdx with a simple "pnpm astro add mdx"... Super easy... Assuming no one wants to really take on a full rewrite of their app though. But for new projects, Astro or Sveltekit might be an option? Disappointed in how bad md and mdx support is for Next Js. Contentlayer was really good and was so nice to use, but in the same boat as above, cannot rely on a dep that isnt being maintained and cannot wait forever to see what contentlayer's future is. its a shame... |
does it support custom content locations? |
Currently, there is no consideration for supporting remote files or APIs |
Velite looks really promising. If it had remote files/data-source I would definitely take the afternoon to convert over. |
My brother from another mother. Thanks for the inspiration. I had no clue Astro had such strong MD/MDX support, and I wouldn't mind rewriting my site. All I ever wanted was the local-markdown-CMS experience, it's cool to see there's a front-end framework with first-class support for it! |
I have a lot of hope concerning Contentlayer. I truly believe it's an excellent solution. |
Hi Contentlayer community, I have setup a separate fork available at https://github.com/timlrx/contentlayer2 to keep the torch going! It fixes many of the outstanding dependency and compatibility issues. Feel free to update your dependencies and happy to get more maintainers on board. |
Hey folks: cross-posting this most recent update:
|
Hello there, what's up? |
It seems https://github.com/sdorra/content-collections is the best replacement so far |
As mentioned by Sean, please use https://github.com/timlrx/contentlayer2 and we would merge back the changes to contentlayer hopefully soon! |
I migrated to Velite some time ago when ContentLayer was no longer maintained. For me "it just works". There may be risk because I think it's a one developer project but I needed something that worked. Cheers. |
Nice discussion and hacking on contentlayer from Effect-TS here: https://youtu.be/i4lYoTV0q6U |
We've continued to update markdowndb with various features (e.g. json output as well as sql), extracts tasks, tags and more from markdown as well document validation using zod: https://markdowndb.com |
Now @next/mdx has supported using imports. |
:( |
Hello Contentlayer community,
I wanted to share an update regarding the ongoing maintenance of Contentlayer. I am committed to the project and will continue to work on it, aiming for monthly releases (for as long as there is sustainable financial backing). These updates will prioritize fixing pressing bugs and, when possible, introducing new features. I appreciate all the support and feedback from the community and am glad to see developers finding value in Contentlayer.
I'd like to thank Stackbit for their generous, continuous sponsorship of Contentlayer, making the initial development possible. However, (at least for now) they have had to scale down their level of sponsorship, and as a result, I can currently allocate one day a month to the project. I kindly ask for your understanding and patience, given these time constraints, as I continue my efforts to work on Contentlayer.
Thanks again your ongoing support and helpful feedback. Your input contributes significantly to the development and improvement of Contentlayer.
💜
The text was updated successfully, but these errors were encountered: