Skip to content
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

Some questions #29

Open
LarsWiegers opened this issue Jun 28, 2023 · 2 comments
Open

Some questions #29

LarsWiegers opened this issue Jun 28, 2023 · 2 comments

Comments

@LarsWiegers
Copy link

Hi @alnutile!

Awesome project, love to see you moving in this direction and I believe it is quite an important one!
I have some questions around the project to see if it will be useful for me / others.

You currently base the project upon jetstream which locks us into your own UI / project template / hierarchy.

  • Do you see this changing in the future? As this would not work for me.
  • I would want to write my own UI / application layer.

How do you look at writing our own domain sources, transformers and outbounds ?

  • I personally think something like how laravel excel works would be really cool to see for larachain.

Would love to have a chat if your up for it!

@alnutile
Copy link
Owner

Great questions

  1. The UI is just easy for me to crank out work and not think about it. But anyone can fork the project and put the ui they want. For example I have not done anything about making a public UI (anonymous user etc) but someone could easily use whatever they want. In someways I think LaraChain is a good backend starting point to getting going with your data and an LLM especially as I make time to make that part more agnostic.

  2. For sure. There are generators and artisan commands (they are a bit rough still) to make instant sources, transformers and response types. Looks like my docs are falling short there will make that a task. But basically here https://github.com/alnutile/larachain/tree/main/app/Console/Commands/Generators are the commands. Good example of the UI being tightly coupled since they assume Inertia and JetStream.
    Thanks

@LarsWiegers
Copy link
Author

Thanks for the quick response! I will definitely keep checking up on the project in the future :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants