1.0.5 • Published 2 years ago

@godspeedsystems/gskit v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

gskit - front-end scaffolding kit by Godspeed

An Engineering Powered AI Scaffolding agent to help you generate codebases from bare minimum requirements.

gskit helps you generate bare metal front-end from OpenAPI/Swagger API spec. An AI agent generates the Front-end Template with API connections in place.

Currently we support React.

FrameworkSupport
React
VueComing Soon
SvelteComing Soon
AngularComing Soon
Vanila JSComing Soon

Tech Stack For React
  • React-Query
  • React-Router
  • Tailwind

What you required to run this package
  • OpenAI API/Microservice spec, Link
  • OpenAI/ChatGPT API Secret Key, Link

How to Use

  • Go to a directory /root
  • create a .env file with these keys

    OPENAI_API_KEY=sk-xxx
    OPENAI_ORG_KEY=org-xxx

    Note: If you dont have OPENAI_ORG_KEY then skip it

  • run -

    npx @godspeedsystems/gskit init -- {app_type}
  • It will ask you for the location and name of your OpenAPI file.

  • AI agent will read the OpenAPI spec and generate a react project with fetch hooks and tailwind configured.
  • And Done.

app_type Values

  • "react-web" for React webapp
    • npx @godspeedsystems/gskit init -- react-web
  • other templates coming soon

What you will end up with

  • React js application.
  • with Tailwind Configured.
  • with React Query configured
  • Ready for further development.
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago