The Skeleton Generator allows you to generate skeletons or placeholders for your HTML code, powered by AI. This tool helps in designing and previewing skeleton screens for your web pages.
- AI-Powered Skeleton Generation: Generate skeletons for your HTML code using AI.
To get started with the project, follow these steps:
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/blasferna/aiskeleton.git cd aiskeleton
-
Install the dependencies:
npm install
-
Create a
.env
file in the root of the project and add the necessary environment variables:OPENAI_API_KEY=
To start the development server, run:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
- Vercel AI SDK - This project uses the Vercel AI SDK to generate summaries. learn how to use the Vercel AI SDK to add AI capabilities to your projects.