1.0.6 • Published 4 months ago

@godspeedsystems/uikit v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

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.

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/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.
1.0.6

4 months ago

1.0.2

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago