amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 205 forks source link

Is it maintained? #1290

Closed notramo closed 1 year ago

notramo commented 1 year ago

I have read the discussion about the project being abandoned by the main developer. What's the status of the project now? Is it maintained? Is it production-ready? Can I use it for more serious projects?

elorest commented 1 year ago

Amber core works and is somewhat maintained, although I've only put about 30 hours into it this year. I know others have addressed a few issues as well. Integration with some third party libraries has been the primary challenge. In some cases I've had to fork them into amber and update them to work with the latest version of crystal and require them in shard.yml instead of the original library. Back in 2017 @eliasjpr @drujensen myself and a few hours put thousands of hours into this project, but have since been forced to spend less time on by work and life. I'm aware of a few groups using it in production and historically it has worked. As new versions of crystal come out it may require a bit of extra effort to setup a new project.

TLDR; I'm to maintaining core functionality don't have much time for new functionality or integrations with third party DSLs etc. If you have time and ideas lets talk.

crimson-knight commented 1 year ago

@notramo I am actively maintaining Amber, and working on enhancements.

Yes you could use Amber in production and serious applications. Please join the discord group if you want updates and to participate in shaping the future of Amber.

I hope to start publishing screencasts in October.

notramo commented 1 year ago

@crimson-knight I'm glad that this project isn't abandoned. If I get familiar with it, I might contribute some enhancements too. Unfortunately, I don't use Discord because of this: Please don't use Discord for FOSS projects Do you plan to bridge the Discord room to some FOSS platform? Matrix is a good choice for open source projects, and there are already publicly hosted bridges, which can be used by anyone: https://t2bot.io/discord/

crimson-knight commented 1 year ago

@notramo I have no plans to use any other platforms at this point. I will eventually expand the main amber website to include a forum where more people can interact and seek the community, but that's down the line.