Documentation hub, API reference, blog, and open source showcase for BuiltFast.
- Jekyll 4.4 - Static site generator
- Tailwind CSS 4 - Styling
- Alpine.js - Interactivity
- GitHub Pages - Hosting
Prerequisites: Ruby 3.4+, Node.js, Bundler
# Install dependencies
bundle install
npm install && npm run setup
# Start dev server (http://localhost:4000)
bundle exec jekyll serve_posts/ # Blog articles
_docs/ # Documentation pages
_oss/ # Open source project pages
_data/ # API endpoint definitions (YAML)
_plugins/ # Custom Jekyll plugins
_layouts/ # Page templates
_includes/ # Reusable components
assets/ # CSS, JS, images
api/ # API reference page + OpenAPI spec
- api_docs.rb - Generates API documentation from YAML definitions in
_data/vector_pro_endpoints/ - markdown_callouts.rb - Obsidian-style callout syntax (
> [!NOTE],> [!WARNING], etc.)
- Code: MIT License
- Content: CC BY-SA 4.0