
Specialised job board for the AI industry built with Astro hybrid rendering. Static HTML pages generated at build time for search engine indexing and fast initial load. React components hydrate on the client for interactive features — filtering, search, application forms — without sacrificing SEO or first-paint performance.
Automated sitemap generation and structured data markup (JSON-LD) for search engine visibility. Responsive interface across device sizes. Admin tooling uses local LLM inference to generate structured job descriptions from bullet-point input — paste in requirements and qualifications, get a formatted listing ready for review.
Supabase backend with PostgreSQL for job listings, applications, and user data. Row-level security policies enforce access control. Email notifications via Resend for application confirmations and status updates. Serverless API functions handle form submissions and webhook integrations.
Deployed on Netlify with automatic builds from git push. Collaborative project — multiple contributors, branch-based workflow, preview deployments for review before merge to production.