nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.37k stars 107 forks source link

Localhost Based GUI to help build a Kirimase Application #157

Open arvind-iyer-2001 opened 3 months ago

arvind-iyer-2001 commented 3 months ago

Is your feature request related to a problem? Please describe. Kinda frustrating to specify models and stuff using the CLI tool. Sometimes, we need to make changes on the go to stuff like this and having a GUI can really help make it easier. GUI can be like the Drizzle Studio and can really supercharge the experience of developing. Fulfils the purpose of generating boilerplate code to build upon much easier and while being a Rails-CLI type Next.js App Builder.

Describe the solution you'd like Process that would be like

  1. Create a Kirimase App
  2. Open GUI using npx kirimase studio
  3. Configure all Models that are required.
  4. Basically make it look like a CMS that helps build a Next.js Application.
moggiex commented 3 months ago

Hi,

Expanding upon this, see Gii for Yii2 https://www.yiiframework.com/doc/guide/2.0/en/start-gii

This made developing PHP apps with Yii2 super easy. The whole CRUD, with input fields and filtering out of the box, in seconds based upon the model.

Matt