AutoHired is a job-application workflow tool (in active development) focused on reducing repetitive work: tracking opportunities, tailoring materials, and managing application volume without sacrificing quality.
This repository contains the source code for AutoHired. It is source-available, not open source, and is being built toward a hosted product release.
- Actively developed
- Not production-stable
- Breaking changes expected
- Contributions welcome
If you’re looking for a “click once, get hired by Friday” solution, that product has not yet passed peer review—or reality.
- Job tracking and pipeline management
- Resume and profile data handling
- Application workflows and batching
- Outcome and response analytics
- Iteration and optimization over time
The goal is fewer manual steps, clearer signal, and less burnout.
- TypeScript
- Vite (frontend)
- Node.js (backend)
- Drizzle ORM (database tooling)
Deeper architectural details live in DEVELOPMENT.md.
/ ├─ src/ # Frontend application ├─ packages/ │ ├─ server/ # Backend server │ ├─ core/ # Shared logic & types │ └─ *-client/ # Client variants (if applicable) ├─ drizzle/ # Database schema & migrations ├─ .env.example ├─ README.md ├─ DEVELOPMENT.md
This guide is for local development, evaluation, and contribution only. It does not grant permission to operate AutoHired as a hosted service for third parties.
- Node.js 18+
- npm
cp .env.example .env npm install npm run dev
The app will run locally in development mode.
For architecture, workflows, and conventions, see DEVELOPMENT.md.
Contributions are welcome and appreciated.
- Use Issues for bugs and defects
- Use Discussions for feature ideas and proposals
- Keep pull requests scoped and clearly explained
Before submitting a PR:
- Run type checks
- Ensure no secrets or credentials are included
- Document any non-obvious behavior
See DEVELOPMENT.md for development conventions.
This project is source-available, not open source.
You may:
- View the source code
- Run it locally
- Modify it for personal use
- Contribute changes back to this repository
You may not:
- Re-host AutoHired as a service for third parties
- Offer it as a competing or white-labeled SaaS
- Sell or redistribute it as a product
See LICENSE for the full, binding terms.
Commercial licensing inquiries: [email protected]
If you discover a security vulnerability, please do not open a public issue.
Follow the instructions in SECURITY.md.
- Business & licensing: [email protected]
- Waitlist (hosted product): [email protected] (subject: “AutoHired Waitlist”)
- Issues: https://github.com/TheSolutionDeskAndCompany/AutoHired/issues
- Discussions: https://github.com/TheSolutionDeskAndCompany/AutoHired/discussions