Web4 Community AI Prompt Lab is an AI-powered prompt engineering studio designed for community owners and creators. Built with Next.js and leveraging cutting-edge AI, it provides a seamless experience for generating and refining high-quality prompts for social networks powered by Linkspreed and Web4.
- AI Prompt Generation: Create engaging prompts by specifying topic, tone, style, and length.
- AI Prompt Refinement: Iteratively improve existing prompts for maximum impact and engagement.
- Sleek UI: A clean, modern, and intuitive interface with a beautiful dark mode.
- Easy Export: Copy generated prompts to your clipboard with a single click.
- Secure: API keys are managed locally using environment variables, ready for production.
- Node.js (v18 or later)
- npm, pnpm, or yarn
-
Clone the repository:
git clone https://github.com/your-repo/promptforge.git cd promptforge -
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env.localfile in the root of your project by copying the example file:cp .env.example .env.local
Open
.env.localand add your Google AI API key:GOOGLE_API_KEY=YOUR_API_KEY_HERE
To start the development server, run:
npm run devOpen http://localhost:9002 with your browser to see the result.