Uses pnpm, Vite, Netlify for hosting, Typescript, TailwindCSS, and Plausible for analytics.
Deployed on Netlify.
- Install
pnpm
pnpm install
pnpm build
pnpm dev
pnpm images
pnpm images
Note: You need to have a .env
file with FAL_API_KEY
set to your fal.ai API key.
Image generated prompt:
function generatePrompt(person) {
return `Generate an abstract image for a web app that reflects hobbies, interests, and preferences, avoiding any human-like forms. Visualize the activities of ${person.hobbies.join(
" and "
)}, incorporating interests in ${person.interests.join(
" and "
)}. Use the color scheme: ${person.colors.join(", ")} and follow the ${
person.style
} design style. Emphasize minimalist, imaginative elements using abstract shapes and patterns to convey personality. STRICTLY no human figures, faces, or humanoid shapes.`;
}