MCPcopy Index your code
hub / github.com/Sanjay-Ganapathi/Pixiemist

github.com/Sanjay-Ganapathi/Pixiemist @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
124 symbols 512 edges 106 files 0 documented · 0% updated 2y ago★ 742 open issues

Browse by type

Functions 101 Types & classes 23
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Pixiemist

A SaaS application for image editing using AI.

Project Image

Technologies

  • ✨ Next js 13 App Router
  • ⚒ Models from Replicate
  • 💎 Styled using Tailwind CSS
  • 🎨 Components and Theme using Shadcn/ui
  • 🔒 Authentication using NextAuth.js
  • 🐻 State Management using Zustand
  • 📊 ORM using Prisma
  • 🧧 Database - SQL on PlanetScale
  • 💳 Subscriptions using Stripe
  • 🔧 Form Validations using Zod
  • 📷 Image Storage using Cloudinary
  • 📤 Drag n Drop using React-dropzone
  • 🌀 Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env and update the variables according to the need.
cp .env.example .env
  1. Start the development server:
pnpm dev

Note: Sometimes the generations can take upto 3 to 5 mins because of Replicate's Cold Start. Learn More

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 101
Interface 23

Languages

TypeScript100%

Modules by API surface

lib/utils.ts5 symbols
components/ui/sheet.tsx4 symbols
components/user-settings-form.tsx3 symbols
components/user-auth-form.tsx3 symbols
components/ui/dialog.tsx3 symbols
components/dropzone.tsx3 symbols
components/billing.tsx3 symbols
types/next-auth.d.ts2 symbols
types/index.d.ts2 symbols
lib/cloudinary.ts2 symbols
lib/auth.ts2 symbols
lib/api-limit.ts2 symbols

For agents

$ claude mcp add Pixiemist \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page