ACC connects builders with global companies that hire by skills.
Get started in under 2 minutes at www.letsacc.com:
- Upload your CV and complete onboarding
- Join live challenges and showcase your skills
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help makes ACC better for everyone.
How to contribute:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Found a bug or have a feature idea? Open an issue and let's discuss it.
- Copy
.env.exampleto.envand fill in the required values - Never commit your
.envfile to version control
Required Variables:
CLERK_SECRET_KEY- Authentication secretDATABASE_URI- Database connection stringOPENAI_API_KEY- AI processingTRIGGER_SECRET_KEY- Background jobsRESEND_API_KEY- Email serviceBLOB_READ_WRITE_TOKEN- File storageNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY- Public auth key
- Use strong, unique API keys for all services
- Rotate keys regularly
- Use environment-specific keys for different stages
Uses Resend for submission notifications with React email templates.
src/server/email/
├── config.ts # Resend configuration
├── services/
│ └── submission.ts # Email service
└── templates/
└── submission-received.tsx # Email template
This project is licensed under the MIT License - see the LICENSE file for details.