JobBoard App
App Live 2023

JobBoard App

A job board app in rails

Job Board App is a full-featured Ruby on Rails job board platform built with modern web standards and minimal dependencies. The application features a complete hiring workflow including job posting, Stripe-integrated checkout, company profiles, and invoice generation—all powered by custom authentication rather than external gems. The admin interface showcases contemporary Rails patterns using Hotwire (Turbo + Stimulus) and Tailwind CSS, with reusable components like sliding drawer panels, toast notifications, and sortable tables that work progressively without JavaScript. I architected the admin backend as a cohesive system designed to be extractable as a standalone Rails engine for building Tailwind-powered admin interfaces. The codebase emphasizes convention over configuration with consistent CRUD patterns, Turbo Streams for real-time updates, and full dark mode support. I plan to open source both the job board application and the extracted admin engine to help Rails developers ship production-ready admin interfaces faster.