Back to the catalog

io.github.vedangvatsa123/cvinbio

Search professional profiles from the CVin.Bio talent database.

Open source Open in the app JSON README (API)

About

Search professional profiles from the CVin.Bio talent database.

Details

Kind
MCP servers
Topic
Databases
Publisher
vedangvatsa123
Origin
official
Category
ferramentas
Transport
local
Version
1.0.0
Open pull requests
1
Last push
2026-09-07T20:03:37Z
Repository state
ativo
Language
TypeScript
Added
2026-08-29 04:01:38
Updated
2026-08-29 04:01:38
Origin id
io.github.vedangvatsa123/cvinbio

README

# CVin.Bio

CVin.Bio generates web profiles from CV documents using AI. Users upload their CVs, and the application extracts and routes the structured data into an editable profile hosted at a custom URL.

## ๐Ÿš€ Key Features

*   **๐Ÿ“„ AI CV Parsing:** Upload a CV; the backend uses data extraction (`pdf-parse`) to categorize and store the user's personal information, work history, education, and skills.
*   **๐ŸŽจ Structural Rendering:** Generates a consistent, monochrome profile mapping without relying on manual themes.
*   **โšก OpenGraph Edge Generation:** Next.js uses the Edge Runtime (Satori) to automatically generate dynamic `1200x630` PNG social previews mapping the user's routing URL and avatar metrics.
*   **๐Ÿ” Supabase Integration:** Connects to PostgreSQL using Row Level Security (RLS) and GoTrue Auth to persist user edits.
*   **โœ๏ธ Data Editor:** A client-facing configuration dashboard to mutate work summaries, upload new media, and re-order data arrays.

## ๐Ÿ› ๏ธ Tech Stack

*   **Framework:** [Next.js 15](https://nextjs.org/) (App Router, Server Components)
*   **Language:** [TypeScript](https://www.typescriptlang.org/)
*   **UI & Styling:** [Tailwind CSS v3](https://tailwindcss.com/) & [Shadcn UI](https://ui.shadcn.com/)
*   **Backend & Database:** [Supabase](https://supabase.com/) (PostgreSQL & Auth)
*   **Image Generation:** [Next/OG](https://vercel.com/docs/functions/og-image-generation)

## ๐Ÿ“ Project Structure

```
/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ app/
โ”‚   โ”‚   โ”œโ”€โ”€ [slug]/                   # Public Candidate Profile routes
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ page.tsx              # Clean Server Component fetching public profiles
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ opengraph-image.tsx   # Edge rendering script natively drawing the SVG/PNG previews
โ”‚   โ”‚   โ”œโ”€โ”€ editor/                   # Authorized CV editing interface
โ”‚   โ”‚   โ”œโ”€โ”€ api/parse-resume/         # Local algorithmic RegEx parsing route
โ”‚   โ”‚   โ”œโ”€โ”€ opengraph-image.tsx       # Root landing page dynamic fallback preview
โ”‚   โ”‚   โ”œโ”€โ”€ page.tsx                  # Primary Landing interface
โ”‚   โ”‚   โ””โ”€โ”€ layout.tsx                # Symmetrical Universal UI boundaries
โ”‚   โ”‚
โ”‚   โ”œโ”€โ”€ components/                   # Shadcn UI atoms and universal Header elements
โ”‚   โ”œโ”€โ”€ lib/                          # Server utilities (Supabase Admin, Heuristics arrays)
โ”‚   โ”œโ”€โ”€ utils/                        # Client-side Supabase Browser constructors
โ”‚   โ””โ”€โ”€ types/                        # Strict universal TypeScript interfaces
โ”‚
โ”œโ”€โ”€ docs/                             
โ”‚   โ””โ”€โ”€ design_guidelines.md          # Internal Brand identity and AI Prompts rules
โ””โ”€โ”€ ...
```

## ๐Ÿ—๏ธ Getting Started Locally

To run CVin.Bio perfectly locally, you will strictly only need a Supabase Database instance.

1.  **Install Dependencies**:
    ```bash
    npm install
    ```

2.  **Environment Variables**:
    Create a new `.env.local` file strictly mapping your keys into the repository root:
    ```env
    NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
    NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
    NEXT_PUBLIC_SITE_URL=http://localhost:3000
    ```

3.  **Boot Development Server**:
    ```bash
    npm run dev
    ```

The application strictly renders natively on `http://localhost:3000`.

---
*Built with strict mathematical geometry and aggressive minimalism.*

More