Skip to content
View auriclaw's full-sized avatar

Block or report auriclaw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
auriclaw/README.md

Auriclaw πŸ¦…

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.

Project Structure

auriclaw/
β”œβ”€β”€ frontend/        # Next.js 14 app (Vercel)
β”œβ”€β”€ backend/         # Node.js + Fastify API (Railway)
β”œβ”€β”€ solana/          # SPL token + on-chain programs
└── docs/            # Documentation

Tech Stack

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)

Token: $AURIC

  • 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

Quick Start

# Frontend
cd frontend && npm install && npm run dev

# Backend
cd backend && npm install && npm run dev

# Solana (requires Anchor + Solana CLI)
cd solana && anchor build

Environment Variables

See .env.example in each subdirectory.

Popular repositories Loading

  1. auriclaw auriclaw Public

    TypeScript