AIgency is a high-fidelity creative marketplace and AI generation platform designed for modern art direction. It enables artists to discover, refine, and generate stunning AI-generated visuals using a variable-based prompt system.
A curated, high-density editorial grid of AI-generated images and videos. The feed focuses on "prompts worth keeping," featuring a minimalist, high-contrast design inspired by modern design journals.
Unlike standard marketplaces, AIgency uses a "bracket system" (e.g., [subject], [mood]) allowing users to customize prompt templates before generation.
A three-tiered security system for account management:
- Social Recovery: Guardian-based account restoration.
- ZK-Proofs: Zero-knowledge proof verification for private setup.
- SLIP-39: Shamir's Secret Sharing scheme for distributed key management.
- Typography: A harmonious blend of Playfair Display (Serif), Inter (UI), and JetBrains Mono (Code).
- Aesthetics: Glassmorphism components, subtle micro-animations, and a "paper" texture design language.
- Frontend: Next.js 16 (Turbopack), React 19
- Styling: Tailwind CSS 4, Vanilla CSS for custom Enki components
- Auth/Web3: Turnkey, Thirdweb, Solana
- AI Integration: Google Gemini Pro Vision
- Database: Supabase & Drizzle ORM
- Components: Radix UI, Lucide Icons
- Node.js 20+
- npm / pnpm / bun
git clone https://github.com/Sarthakx12/frontend.git
cd frontend
npm installCreate a .env.local file with the following:
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_TURNKEY_ORGANIZATION_ID=your_org_id
# Add other necessary keysnpm run devOpen http://localhost:3000 with your browser to see the result.
/app: Next.js App Router pages and API routes./components: Reusable UI components (Enki, Settings, Modals)./lib: Utility functions and prompt adapters./providers: Context providers for Web3 and Query clients./styles: Global styles and design system tokens.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by the AIgency Team