Connects people with local opportunities — a community platform for small jobs, services, and micro-businesses.
Hire2Skill helps people in Norway — including refugees, students, and local communities — find work, offer skills, and connect with opportunities in a simple and accessible way.
- 🔐 User authentication (signup / login)
- 📝 Post jobs or offer services
- 📍 Browse nearby opportunities
- 💬 Chat between users
- 🤖 AI assistant for guidance
| Layer | Technology |
|---|---|
| Frontend | Next.js (React) |
| Backend | Node.js (API routes) |
| Database | Supabase (PostgreSQL) |
| Auth | Supabase Auth |
| AI | OpenAI API |
| Maps | OpenStreetMap |
User → Frontend → Backend API → Services → Database + AI
- No personal data stored in the repository
- Secure authentication via Supabase
- Environment variables required for all API keys
git clone https://github.com/hire2skill.git
cd skilllinknpm installCreate a .env.local file in the project root and add the required keys:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_keynpm run devThe app will be available at http://localhost:3000.
This project is open-source and aims to support civic tech initiatives like Code for Norway.
Feel free to open issues and submit pull requests!
- ⭐ Ratings & reviews
- 🗺️ Location-based search
- 📱 Mobile app
- 💳 Payment integration
- 🛡️ Advanced trust & safety system
MIT License