This GPT can generate code for you. For now it creates full-stack apps using Typescript. Just describe the feature you want and you will get a link to the Github code pull request and the live app deployed.
To use CodeGPT, you have here list of started prompts so you can better understand ways to start conversation with CodeGPT GPTs.
Create a calculator component that can take 2 number as input and has ability to do the basic math operations and show the results.
Show the numbers 0-9 as small buttons along with the operations.
Make the component very well styled and beautiful, add to the home page Create a component for a saas pricing page with multiple plans.
Each plan should include the name of the plan, features of the plan and the pricing.
Include the component in the index page and use an example of an app hosting saas company Create a counter component that has a button that increases a counter every time its pressed.
Style it well with Tailwind using effects like hover.
Add a backend API endpoint that is called every time the counter is updated.
Also initialize the counter value with an API that returns the current value of the counter in the backend.
Add separate API routes and handlers for Increase and Decrease which are called upon pressing the corresponding buttons.
Create a birthday form component and make it beautifully styled with tailwind.
Comments