Technically did launch last year but will submit once I've gotten the next phase done :)
I already have the admin dashboard done (Laravel is really spoiled with tools like Nova and Filament).
Roadmap is a good one! OpenAI integration as well I've been thinking on doing, there's packages for it, but not sure what to add beyond just the default installation.
Re: openai integration, how about pre built modules for popular ai tasks like image generation (dalle), chat with pdf/doc (gpt4), speech to text (whisper), etc
A few others I've seen:
Btw let me know when you launch! Will add to my SaaS Starters directory (listskit.com/saasstarters/).
Will do!
Technically did launch last year but will submit once I've gotten the next phase done :)
I already have the admin dashboard done (Laravel is really spoiled with tools like Nova and Filament).
Roadmap is a good one! OpenAI integration as well I've been thinking on doing, there's packages for it, but not sure what to add beyond just the default installation.
Re: openai integration, how about pre built modules for popular ai tasks like image generation (dalle), chat with pdf/doc (gpt4), speech to text (whisper), etc
Adding to that:
- Login/Logout
- Account settings (super important imho)
- privacy page
- cookie banner
Missed this comment!
Yeah, Laravel already gives auth & account settings for free with Jetstream, Breeze or Fortify packages ;)
Got T&Cs and Privacy pages, have added cookie banner over the weekend.