Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
thinkdj
/
ottabase
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
6
Star
35
Code
Issues
0
Pull requests
31
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: Ottablog
page
content type + fully functional DB-driven homepage integration + shared contract package + Zod-validated API pipeline + admin UI + seed endpoint
- #153
#153
Draft
thinkdj
with
Copilot
wants to merge 19 commits into
main
thinkdj/ottabase:main
from
copilot/ottablog-page-marketing-homepage
thinkdj/ottabase:copilot/ottablog-page-marketing-homepage
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Draft
feat: Ottablog
page
content type + fully functional DB-driven homepage integration + shared contract package + Zod-validated API pipeline + admin UI + seed endpoint
#153
thinkdj
with
Copilot
wants to merge 19 commits into
main
thinkdj/ottabase:main
from
copilot/ottablog-page-marketing-homepage
thinkdj/ottabase:copilot/ottablog-page-marketing-homepage
Copy head branch name to clipboard
Commits
Commits on Mar 30, 2026
Initial plan
Copilot
authored
c769244
View commit details
Copy full SHA for c769244
Browse repository at this point
feat: add page content type and exposeToHomepage to ottablog + worker APIs + admin editor
Show description for ee7dc1e
Copilot
authored
ee7dc1e
View commit details
Copy full SHA for ee7dc1e
Browse repository at this point
feat: add Next.js page route, navbar integration, and tests for exposed pages
Show description for 7aae3bb
Copilot
authored
7aae3bb
View commit details
Copy full SHA for 7aae3bb
Browse repository at this point
fix: correct import path in (site)/page.tsx for route group, update ottablog README docs
Show description for 72478b6
Copilot
authored
72478b6
View commit details
Copy full SHA for 72478b6
Browse repository at this point
feat: add homepage DB models (Section, Feature, Action, DisplaySettings) + GET /api/homepage/data
Show description for 4db1801
Copilot
authored
4db1801
View commit details
Copy full SHA for 4db1801
Browse repository at this point
fix: address code review — remove unused import, add error logging, fix empty array check
Show description for 67d57e2
Copilot
authored
67d57e2
View commit details
Copy full SHA for 67d57e2
Browse repository at this point
feat: add admin UI for homepage management — sections, features, actions, display settings
Show description for a85fd4f
Copilot
authored
a85fd4f
View commit details
Copy full SHA for a85fd4f
Browse repository at this point
refactor: extract shared homepage-constants.ts, fix setTimeout anti-pattern with useEffect+useRef
Show description for eeec6de
Copilot
authored
eeec6de
View commit details
Copy full SHA for eeec6de
Browse repository at this point
feat: enhance homepage system — add enabled/icon/metadata/cssClasses to sections, icon/imageUrl/href to features, icon to actions, customCss/seo to display settings; rewrite admin UI with Tabs nav,…
Show description for 0cb155f
Copilot
and
thinkdj
authored
0cb155f
View commit details
Copy full SHA for 0cb155f
Browse repository at this point
test: update homepage API type tests for new fields (enabled, icon, metadata, cssClasses, customCss, seo) + prettier format
Show description for 2661bd2
Copilot
authored
2661bd2
View commit details
Copy full SHA for 2661bd2
Browse repository at this point
fix: replace HTML entities with JSX expressions in admin homepage pages
Show description for 00a4fc6
Copilot
authored
00a4fc6
View commit details
Copy full SHA for 00a4fc6
Browse repository at this point
Commits on Mar 31, 2026
feat: full runtime homepage integration — Zod-validated API pipeline, DB-driven page content, variant config from DB, homepage seed endpoint, provider theming integration
Show description for f1d3afc
Copilot
authored
f1d3afc
View commit details
Copy full SHA for f1d3afc
Browse repository at this point
refactor: address code review — improve log messages, rename applyThemeWithPrecedence, clarify merge comments
Show description for 0aa0310
Copilot
authored
0aa0310
View commit details
Copy full SHA for 0aa0310
Browse repository at this point
feat: add @ottabase/homepage-contract shared package + Seed Defaults button on admin homepage
Show description for b6f6c5b
Copilot
authored
b6f6c5b
View commit details
Copy full SHA for b6f6c5b
Browse repository at this point
refactor: replace window.location.reload with queryClient.invalidateQueries, add error logging to seed handler
Show description for bf5b208
Copilot
authored
bf5b208
View commit details
Copy full SHA for bf5b208
Browse repository at this point
Add homepage RLS policies and fix contentType filters
Show description for 5363681
thinkdj
committed
5363681
View commit details
Copy full SHA for 5363681
Browse repository at this point
Add unified homepage admin builder
Show description for fed02da
thinkdj
committed
fed02da
View commit details
Copy full SHA for fed02da
Browse repository at this point
Add flexible pages system & marketing pages UI
Show description for 8efb3da
thinkdj
committed
8efb3da
View commit details
Copy full SHA for 8efb3da
Browse repository at this point
SPECS MD: Add Marketing Pages feature specification
Show description for d9a7d15
thinkdj
committed
d9a7d15
View commit details
Copy full SHA for d9a7d15
Browse repository at this point
You can’t perform that action at this time.