Your personal AI with golden claws. Built on Claude. Powered by Solana.
Auriclaw is a personal AI assistant platform with persistent memory, multi-messenger integration, and a Solana-based token economy.
auriclaw/
βββ frontend/ # Next.js 14 app (Vercel)
βββ backend/ # Node.js + Fastify API (Railway)
βββ solana/ # SPL token + on-chain programs
βββ docs/ # Documentation
| Layer | Tech |
|---|---|
| Frontend | Next.js 14, Tailwind CSS, shadcn/ui, Framer Motion |
| Backend | Node.js, Fastify, Prisma ORM |
| Database | PostgreSQL (Neon), Redis (Upstash), Pinecone (vectors) |
| AI | Anthropic Claude API (primary), OpenAI (fallback) |
| Blockchain | Solana, SPL Token, Anchor framework |
| Auth | NextAuth.js (Google + email) |
| Payments | Stripe |
| Deploy | Vercel (frontend) + Railway (backend) |
- Network: Solana
- Launch: pump.fun
- Utility:
- Hold 10,000 $AURIC β unlock Premium tier
- Hold 100,000 $AURIC β unlock Ultra tier + governance votes
- 2% of all subscription revenue β R&D treasury (on-chain)
- Governance: token holders vote on feature roadmap
# Frontend
cd frontend && npm install && npm run dev
# Backend
cd backend && npm install && npm run dev
# Solana (requires Anchor + Solana CLI)
cd solana && anchor buildSee .env.example in each subdirectory.