@godspeedsystems/uikit

1.0.6 • Public • Published

uikit - front-end scaffolding kit by Godspeed

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

Welcome to the Godspeed UI-kit 🚀

Uikit 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.

Want to know more about the Godspeed UI-Kit, here is the Documentation

Currently we support React.

Framework Support
React
Vue Coming Soon
Svelte Coming Soon
Angular Coming Soon
Vanila JS Coming 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/uikit {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/uikit 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.

Package Sidebar

Install

npm i @godspeedsystems/uikit

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

36.9 kB

Total Files

6

Last publish

Collaborators

  • kushal023
  • siddarthvader12
  • avtar
  • ashutosh.godspeed
  • gurjot20
  • godspeed-systems