A React-based web application for exploring poetic forms, meters, and devices. Built with React, TypeScript, Vite, and powered by XAI's Grok for AI-generated poetry examples.
Prerequisites: Node.js
-
Install dependencies:
npm install
-
Set the
XAI_API_KEYenvironment variable (via Replit Secrets or.env.local) -
Run the app:
npm run dev
-
Open your browser to
http://localhost:5000
For detailed documentation, see replit.md.