Skip to content

The mono repo that builds the homepage, utils, ui components, registry and anything else

Notifications You must be signed in to change notification settings

meta-introspector/json-crypto-wallet.org

 
 

Repository files navigation

JSON Resume

Welcome to the JSON Resume monorepo, the centralized repository for the registry, homepage, UI kit, base templates, utilities, and more.

Applications

All projects hosted on this domain can be found in the /apps folder.

Requirements

This project requires pnpm, an alternative to npm/yarn.

To install pnpm:

curl -fsSL https://get.pnpm.io/install.sh | sh -

Getting Started

This repository uses Vercel's Turbo repo setup.

Install the packages:

pnpm i

To start all applications:

pnpm i -D @storybook/cli
pnpm turbo dev
npx prettier . --write

Create the .env file

NPM_TOKEN=from npm
APP_ID=from github app
APP_PRIVATE_KEY=from github app

Set the secrets

gh secret set -f .env  -R meta-introspector/json-crypto-wallet.org
✓ Set Actions secret NPM_TOKEN for meta-introspector/json-crypto-wallet.org
✓ Set Actions secret APP_ID for meta-introspector/json-crypto-wallet.org
✓ Set Actions secret APP_PRIVATE_KEY for meta-introspector/json-crypto-wallet.org

To start an individual application, such as the registry:

pnpm turbo dev --filter=registry

Application Details

Registry

To start the registry application:

pnpm dev --filter=registry

Environment Variables:

These variables are optional and used for running different parts of the registry. The main rendering behavior of resumes does not require them.

# GitHub token for authentication
GITHUB_TOKEN=

# Database URLs
DATABASE_URL_RAW=
DATABASE_URL=

# AI configurations
PINECONE_API_KEY=
PINECONE_ENVIRONMENT=
OPENAI_API_KEY=

The local server will start at http://localhost:3000/thomasdavis.

Supported Formats:

  • Markdown
  • YAML
  • HTML
  • Text
  • Lex

Homepage

To start the homepage application:

pnpm dev --filter=homepage2

Contributors

AI Features

This repository includes some AI/LLM usage examples. Access each feature by appending the normal hosted URL with the specific path.

Jobs

This feature creates embeddings from Hacker News Who Is Hiring posts, matches them with an embedding of your resume, and recommends the most suitable jobs.

Note: This is not fully automated and requires formatting improvements. Each post should be reformatted using GPT into a templated job description before generating embeddings.

Access: http://localhost:3000/thomasdavis/jobs

Letter

Generates a cover letter using GPT based on your resume. It can be improved by including the context of the job you are applying for.

Access: http://localhost:3000/thomasdavis/letter

Suggestions

Generates a list of suggestions to improve your resume using GPT.

Access: http://localhost:3000/thomasdavis/suggestions

Interview

A chatbot implementation where your resume is included in the prompt, allowing you to simulate an interview.

Access: http://localhost:3000/thomasdavis/interview

To-Do

  • AI Tools:
    • Add an option to use your own API key.

Design System

Brand colors: Color Hexa

Feel free to join our community on Discord for discussions, support, and collaboration.

About

The mono repo that builds the homepage, utils, ui components, registry and anything else

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • TypeScript 11.5%
  • CSS 5.3%
  • MDX 1.9%
  • Handlebars 1.6%
  • HTML 0.0%