Changelog
Highlights of what’s new, improved, and fixed across API Spreadsheets.
Analytics Use Case + Polish
Renamed and expanded “Dashboards” to Analytics with clearer reporting language, better examples, and row-based visuals.
- New “Analytics” use case page with visual steps & iconography
- Refined hero illustrations across use cases and industries
- Misc fixes to spacing, contrast, and keyboard focus outlines
Feature Template: Responsive Content Fit
Tightened content layout so rich visuals (icons, mini diagrams) stay within their containers on all breakpoints.
- Max widths + overflow handling for detail panels
- Consistent padding on small screens; improved sticky nav behavior
- Vector arrows between request → sheet → response in showcases
Changelog Page
Introduced a left-rail vertical timeline with dates and milestones. Everything is driven by this constants file.
View changelog →Header Revamp: Solutions Menu
Abstracted the Solutions dropdown into a shared component, added a mobile accordion mode, and reduced desktop spacing.
- Mobile: collapsible groups (Features / Use Cases / Industries)
- Desktop: denser grid, less padding, clearer separators
- A11y: focus trap, keyboard navigation, ARIA attributes
Dev Proof & GitHub Usage Fixes
Normalized card borders & avatar selection in the “Dev Proof” section.
- Consistent border rendering across browsers
- Randomized avatar subset without repeats
- Improved error handling for GitHub 403s; robust rate limit retry
Industry Pages: Visual Use-Case Rows
Finance, Insurance, Mortgage Brokers, Dev Agencies, E-commerce, and SaaS now feature vertical, visualized use-case rows with icons.
- Each row shows a concise visual of inputs → spreadsheet → outputs
- Case studies + ROI cards updated with consistent iconography
- Expanded FAQs tailored to industry concerns
Use Case Pages: Row-Based “How it Works”
AI Chatbots, Web Calculators, Web Forms, Excel Importer, Rules Engine, Build Apps, and Analytics use cases moved to row-based steps with visuals.
- Inline mini-illustrations and icon-first content
- Consistent three-step pattern with CTA hooks
- Bigger, more helpful FAQ sections
Feature Pages Overhaul
Upgraded /AI, /data, /calculate, /import, and /utilities pages with richer visuals and detail panels.
- Icon-led “details” with spreadsheet mini-scenes
- Arrows between API request ⇄ sheet ⇄ JSON
- Expanded feature FAQs (10–15 per page)
Documentation Refresh
Reorganized the docs for faster onboarding with new quickstarts and copy-paste examples.
- Guides for /data, /calculate, /AI, /import, and utilities
- Environment setup + key management walkthroughs
- FAQ playbooks and troubleshooting trees
OpenAPI + Chatbot Function Calling
Published an OpenAPI spec and added assistant/chatbot integration examples with function calls.
GET /openapi.json # Use with your chatbot framework to auto-wire function calls to /data and /AI
Pricing Page + Feature Matrix
Redesigned pricing with a JSON-driven feature matrix and an enterprise banner/CTA.
- Per-cell states: supported / not supported / text
- Optional info tooltips for edge-case notes
- Contact card for custom/enterprise needs
Version 3 (Beta)
Major site and product refresh with clearer navigation by features, use cases, and industries.
- New templates for Features, Use Cases, and Industries
- Visual showcases: API request → spreadsheet → JSON result
- Performance and accessibility improvements across the app
Version 2
Expanded the platform with /calculate (run formulas & macros) and /AI (prompt-based CRUD).
- /calculate: specify input/output cells, named ranges, macros, sequences
- /AI: natural-language create/read/update/delete across sheets
Version 1
Initial launch with /data (CRUD & queries) and /import (file intake & metadata).
- /data: RESTful read/write with filters and pagination
- /import: upload spreadsheets, return structured metadata