@godspeedsystems/uikit
v1.0.6
Published
An AI powered front-end starter kit by godspeed systems
Downloads
34
Readme
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
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 itrun -
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.