nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast

Home Page:https://kirimase.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localhost Based GUI to help build a Kirimase Application

arvind-iyer-2001 opened this issue · comments

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.

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