QuikRes lets you turn your resume into a beautiful, personal website, in under a minute. No paywalls. No ads. Just fast & free!
Note: This project was inspired by Self.so. Thanks for giving me the vision for QuikRes.
- Next.js
- React
- TypeScript
- Tailwind CSS
- TanStack Query
- AWS S3
- Upstash Redis
- Clerk Authentication
- OpenAI
- Vercel AI SDK
- Vercel Deployment
- More coming soon...
- Clone the Repo
git clone https://github.com/egarrisxn/quikres.git
cd quikres- Set Up Required Accounts
- Together.ai - for LLM
- Upstash - for Redis database
- AWS - for S3 bucket
- Configure Environment Variables
- Create a
.envor.env.localfile - Add your API keys, secrets, etc
- Install Dependencies
pnpm install- Run the App Locally
pnpm dev- Create an Account
- Sign up on the site using Clerk authentication.
- Upload Your Resume (PDF)
- Upload your resume through the dashboard.
- It’s securely uploaded to an AWS S3 BUCKET.
- AI Processing
- Your resume is sent out for a quick processing via Together.ai.
- The model extracts structured data (e.g. work experience, skills, education) in JSON format.
- Instant Website Generation
- A personalized, responsive website is generated from your resume content.
- View, customize, and publish your site instantly with a unique dynamic route.
The easiest way to deploy QuikRes is with Vercel, the creators of Next.js. Smash the button below to begin.
This project is licensed under the MIT License.
Have questions, feedback, or want to collaborate?
- GitHub: @egarrisxn
- Email: egarrisxn@gmail.com
