AI-powered automation tool that generates tailored job applications from any posting. Transform your job search with intelligent, personalized cover letters and resume snippets generated in seconds.
- Dark UI Design - Modern, glassy interface with Cursor + OpenAI aesthetic
- One-Click Application - Generate professional applications instantly
- Responsive Design - Optimized for desktop and mobile devices
- Powered by OpenAI - Advanced AI for contextually relevant content
- Smooth Animations - Framer Motion powered transitions
- Professional Output - Ready-to-use cover letters and resume snippets
- Frontend: Next.js 14 with App Router
- Styling: TailwindCSS with custom glass effects
- AI Integration: OpenAI GPT-4 API
- Animations: Framer Motion
- UI Components: shadcn/ui
- Deployment: Vercel ready
- Clone the repository
git clone https://github.com/yourusername/autoapply-ai.git
cd autoapply-ai- Install dependencies
npm install- Set up environment variables
cp .env.example .env.localAdd your OpenAI API key to .env.local:
OPENAI_API_KEY=your_openai_api_key_here
- Run the development server
npm run devOpen http://localhost:3000 to view the application.
- Push your code to GitHub
- Connect your repository to Vercel
- Add your
OPENAI_API_KEYenvironment variable in Vercel dashboard - Deploy automatically
The application is built with Next.js and can be deployed to any platform that supports Node.js applications.
- Background:
#0f1117- Deep dark background - Surface:
#1c1f26- Glassy card backgrounds - Accent:
#3b82f6- Blue accent with glow effects - Typography: Inter font family throughout
- Effects: Frosted glass, subtle gradients, glowing borders
- Landing Page - Paste any job posting into the input field
- Generate - Click "Generate My Application" to process with AI
- Results - View your tailored cover letter and resume snippet
- Copy & Use - Copy the generated content for your applications
Generates tailored job application materials.
Request Body:
{
"jobDescription": "Your job posting text here"
}Response:
{
"coverLetter": "Generated cover letter content...",
"resumeSnippet": "Generated resume snippet content..."
}- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Next.js and OpenAI
- Inspired by modern AI-powered productivity tools
- Designed for job seekers and career professionals
AutoApply AI - Transform your job search with AI-powered automation.
