8000 GitHub - Ved235/devcard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ved235/devcard

Repository files navigation

HackerNews DevCard Generator

A Next.js application that generates beautiful developer cards showcasing your HackerNews profile, karma and top stories. Please use a chromium based browser. It has compatibility issues with firefox

Features

  • Generate personalized developer cards from HackerNews usernames
  • Multiple theme options (Orange, Blue, Purple, Green, Custom)
  • Horizontal and vertical layout options
  • Download cards as PNG images
  • Share cards with direct links

Sample horizontal devCard:

jl_horizontal_devcard

Sample vertical devCard:

jl_vertical_devcard

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/Ved235/devcard.git
cd devcard
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Usage

  1. Enter your HackerNews username
  2. Choose a theme and layout
  3. Click "Generate DevCard"
  4. Download or share your generated card

Tech Stack

  • Next.js 15
  • React 19
  • CSS Modules
  • html-to-image for PNG generation
  • Vercel Blob for image storage

API Routes

  • /api - Fetches HackerNews user data
  • /api/store-card - Stores generated cards to Vercel Blob

Deployment

The easiest way to deploy is using the Vercel

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0