https://github.com/helgesverre/ui-prototyper
Experimental AI Agent for generating a UI prototype from a "not terribly amazing" staring prompt
https://github.com/helgesverre/ui-prototyper
Last synced: 3 months ago
JSON representation
Experimental AI Agent for generating a UI prototype from a "not terribly amazing" staring prompt
- Host: GitHub
- URL: https://github.com/helgesverre/ui-prototyper
- Owner: HelgeSverre
- Created: 2025-06-06T22:42:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T22:22:56.000Z (4 months ago)
- Last Synced: 2025-07-17T17:48:40.978Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui-prototyper
An [VoltAgent](https://github.com/voltagent/voltagent) application.
## Getting Started
### Prerequisites
- Node.js (v18 or newer)
- npm, yarn, or pnpm### Installation
1. Clone this repository
2. Install dependencies```bash
npm install
# or
yarn
# or
pnpm install
```### Development
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```## Features
This project uses VoltAgent, a framework for building AI agents with the following capabilities:
- **Core** - The foundation for building and running AI agents
- **Vercel AI Provider** - Integration with Vercel AI SDK for LLM access
- **Custom Tools** - Add your own capabilities for your agents## Project Structure
```
.
├── src/
│ └── index.ts # Main application entry point with agent definition
├── .voltagent/ # Auto-generated folder for agent memory
├── package.json
├── tsconfig.json
└── README.md
```## License
MIT