MCPcopy Create free account
hub / github.com/all-in-aigc/aicover

github.com/all-in-aigc/aicover @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
57 symbols 197 edges 43 files ⚖ Apache-2.0 0 documented · 0% 10 cross-repo links updated 19mo ago★ 1,8068 open issues

Browse by type

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

AI Cover

AI Cover Generator by aicover.design

中文说明

Live Demo

https://aicover.design

demo

Quick Start

  1. clone project
git clone https://github.com/all-in-aigc/aicover
  1. install dependencies
cd aicover
pnpm install
  1. init database

create your database use local postgres or vercel-postgres or supabase

create tables from sql at data/install.sql

  1. set environmental values

put .env.local under aicover root dir with values list below

OPENAI_API_KEY=""

POSTGRES_URL=""

AWS_AK=""
AWS_SK=""
AWS_REGION=""
AWS_BUCKET=""

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=""
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

STRIPE_PUBLIC_KEY=""
STRIPE_PRIVATE_KEY=""

WEB_BASE_URI=""
  1. local development
pnpm dev

open http://localhost:3000 for preview

Credit to

Other Things

you can contact me at Twitter: https://twitter.com/idoubicc

if this project is helpful to you, buy me a coffee.

Buy Me A Coffee

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 48
Interface 9

Languages

TypeScript100%

Modules by API surface

models/cover.ts9 symbols
models/order.ts6 symbols
lib/resp.ts4 symbols
models/user.ts3 symbols
types/user.d.ts2 symbols
types/context.d.ts2 symbols
services/order.ts2 symbols
lib/s3.ts2 symbols
contexts/AppContext.tsx2 symbols
components/input/index.tsx2 symbols
app/(default)/pricing/page.tsx2 symbols
types/order.d.ts1 symbols

Dependencies from manifests, versioned

@clerk/nextjs4.29.5 · 1×
@heroicons/react2.1.1 · 1×
@radix-ui/react-dropdown-menu2.0.6 · 1×
@radix-ui/react-slot1.0.2 · 1×
@stripe/stripe-js2.4.0 · 1×
@types/node20 · 1×
@types/pg8.11.0 · 1×
@types/react18 · 1×
@types/react-dom18 · 1×
@types/uuid9.0.8 · 1×
@vercel/analytics1.1.2 · 1×

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page