# Bordful

Airtable-backed Next.js job board you can launch without touching a database.

https://topboilerplates.com/bordful

Framework: Next.js | Pricing: Free | GitHub stars: 68

## Verdict

Best for: Indie makers or niche communities who want a fast, SEO-strong job listings site without building a backend - content lives in an Airtable base a non-developer can edit.

Skip if: You need employer self-serve accounts, applicant tracking, or paid postings out of the box - Bordful is a listings frontend over Airtable, and Stripe billing is still listed as forthcoming.

## Description

Bordful is an open-source job board starter built with Next.js, Tailwind CSS, and Airtable as the data store instead of a custom backend. Job listings live in an Airtable base a non-developer can edit directly, while the Next.js frontend statically generates SEO-friendly listing pages with JobPosting schema markup, client-side search, and multi-currency salary filtering. It's made by Craftled, a small indie studio, and ships under the MIT license with a live demo and one-click Vercel deploy path.

## Pros and cons

+ Genuinely fast to launch: clone it, point at an Airtable base, deploy to Vercel - no custom backend or database migrations to run.

+ SEO is treated as a first-class feature (JobPosting schema, auto sitemaps, ISR-fresh listings) rather than an afterthought, which matters for an SEO-driven niche job board.

+ Actively maintained under an MIT license (pushed to as recently as July 2026) with no cost to adopt or fork.

- No employer accounts, applications, or paid-listing checkout are built in yet - Stripe support is still listed as forthcoming, so monetizing postings means building that layer yourself.

- Airtable as the system of record caps you at Airtable's row and API rate limits, and moving off it later means rebuilding the data layer.

- Small project (68 GitHub stars at review time) from a two-to-three-person indie studio, not a company with a dedicated support team.

## Features

- open-source
- mit-licensed
- free-tier
- seo-optimized
- sitemap-generation
- search
- landing-page

## Stack

- TypeScript
- Tailwind
- Vercel

## Links

- Website: https://topboilerplates.com/go/bordful
- GitHub: https://github.com/craftled/bordful
- Demo: https://demo.bordful.com

## Alternatives

- [Laravel Job Board](https://topboilerplates.com/laravel-job-board)
- [WP Job Manager](https://topboilerplates.com/wp-job-manager)
