https://github.com/contigen/aurea
https://github.com/contigen/aurea
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/contigen/aurea
- Owner: contigen
- Created: 2025-08-01T14:34:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T15:03:06.000Z (11 months ago)
- Last Synced: 2025-08-01T16:36:59.511Z (11 months ago)
- Language: TypeScript
- Homepage: https://aurea-dusky.vercel.app
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aurea — Taste-Driven Audience Intelligence
**Aurea** is a taste-powered, privacy-first audience discovery tool for indie creators, niche brands, and cultural products.
Built for the [Qloo LLM Hackathon](https://qloo.devpost.com/), Aurea combines the power of **LLMs** with **Qloo’s Taste AI™ API** to help you find your ideal audience
## What it does?
Input your brand's _tone_, _inspiration_, or _vibe_ — and Aurea builds personas and a complete **Launch Pack**
- Lazy loaded dynamic icon from Lucide react via an LLM
- Generate personas' images via Gemini 2.0 flash preview image generation model
- Upload image to Pinata cloud
- Generate personas via Gemini using the entity endpoint as the data source
- Generate launchpacks
All powered with **zero personal data.**
## Key Features
| Feature | Description |
| ----------------------------- | --------------------------------------------------------------------- |
| **Taste-Inspired Onboarding** | Describe your brand’s tone, inspirations, and cultural DNA |
| **Cultural Audience Mapping** | Discover who aligns with your brand based on taste — not demographics |
---
## Example Use Case
> `"I’m launching a slow fashion line inspired by Phoebe Bridgers, Nordic noir, and French arthouse cinema."`
**Aurea Returns**:
- Cultural personas: `Dark academia`, `Indie film lovers`, `Post-rock fans`
- Platforms: `Tumblr`, `Substack`, `Pinterest`, `r/malefashion`
- Copy: `"Clothes for the quiet storm inside you."`
- Launch Pack with tone & hashtags
- Moodboard: Futute Update
---
## 🏗️ Technologies
- `Next.js App Router (TypeScript)`
- Gemini via Vercel AI SDK
- `TailwindCSS + Shadcn UI` – for elegant, responsive frontend
- Zod for AI structured output
- `Vercel` – for deployment
---
## 🚀 Getting Started
```bash
git clone https://github.com/contigen/aurea
cd aurea
# Add your Qloo API, + Gemini, Pinata IPFS API keys
bun install
bun run dev
```