Back to Blog
Apr 16, 2023

Build a Job Board Platform with HTML Only

Written by Zack Schwartz


Job board websites are popular for associations who want to let their membership know what jobs are available within the industry. It is also a source of revenue for those that charge for job postings.

We created the job board below using the Raytha CMS platform using nothing but HTML skills.




To create the data model, we re-purposed the default Posts content type and added fields for company, location, category, job posting status, salary range, and whether the position is remote only or not. Check out data model here:



We also made sure we Published a list view that filters on items that are IsPublished = true and job_closed = false (which comes from the data model). We then set this view of "Open Jobs" as the home page for our site.


Next up was to update the List view and Detail view templates.



HTML Template for List View: https://gist.github.com/apexdodge/197bae6b60e7e094907ea93784171206
HTML Template for Detail View: https://gist.github.com/apexdodge/01a06f7d3600af46cc166658ec028031

HTML template assistance goes to ChatGPT.

That's all there is to it.

Raytha is a versatile and lightweight general purpose content management system. Create any type of website by easily configuring custom content types and HTML templates that can be directly edited within the platform.

If you would like to learn more about this Job Board example, see a demo, or talk to a developer, then reach out to the Raytha team at [email protected].

picture of the author
Zack Schwartz @apexdodge

ENTREPRENEUR & SOFTWARE ENGINEER, AUSTIN, TX
I enjoy tackling a wide array of business challenges ranging from front line product support and operations to sales and marketing efforts. My core expertise is in software development building enterprise level web applications.


Subscribe to the Raytha newsletter