AnotherWrapper.com logo
    Free tools
    LLM pricing
    Demo apps
    Pricing
    Affiliates
    Get Started
    AnotherWrapper.com logo
    Logo

    Build your AI startup today

    Stop wasting time on infrastructure & build your next AI app 10x faster

    Start now

    Product

    • Affiliates (50%)
    • Changelog
    • Blog
    • Features
    • Demo Apps
    • Pricing
    • Next.js SaaS Starter
    • Next.js Boilerplate
    • Supabase Starter

    Compare

    • AnotherWrapper vs ShipFast
    • AnotherWrapper vs Supastarter
    • AnotherWrapper vs MakerKit
    • Polar vs Stripe
    • Stripe vs LemonSqueezy

    Our other projects

    • Genviral.io
    • buildfound.com
    • Prospy.io
    • IndieLogs.com
    • ImagenMIA.com
    • BlueskyRoast.com
    • StartupRoast.com
    • PantryAI

    Free tools

    • LLM pricing comparison
    • AI App Generator
    • Open Deep Research
    • Startup Roast
    • Startup Idea Validator
    • Business Name Generator
    • Micro SaaS Idea Generator
    • B2B SaaS Idea Generator
    • AI Prompt Generator
    • Prompt Improver

    Legal

    • Privacy Policy
    • Terms and Conditions

    Other

    • Documentation
    • FAQ
    • Support
    • Partners
    Twitter
    Copyright © 2026 buildfound.com. All Rights Reserved.

    The log · since 2024

    What shipped.

    53 updates from the kit repo, from the first commit on April 30, 2024 through August 18, 2026. Not every commit. The ones that changed the apps, the auth, the payments, or the stack.

    • 2026
    • 2025
    • 2024
    • 53 entries

    2026

    2026

    August 2026

    5 updates

    1. Aug 18Shipped

      Site Auditor and Resume Reviewer

      Marketing Plan and Launch Simulator were replaced by two schema apps: paste a URL for an SEO, copy, and UX audit, or score a resume against a job description. SSRF-safe fetch, in-request PDF extract, wired into nav, docs, and credits.

    2. Aug 18Fixed

      Google sign-in links existing email accounts

      Trusted Google account linking so OAuth attaches to an existing email and password user instead of failing with account_not_linked.

    3. Aug 18Fixed

      Mobile menu moved to the top-left

      The small-screen sidebar trigger left the bottom-right corner. It is now a rounded black square in the top-left so it stays readable on light backgrounds.

    4. Aug 17Improved

      GPT-5.5, Claude 5, Veo 3.1, and Kling 3

      Chat, image, and video catalogs moved to current models: GPT-5.5, Claude Opus 5 and Sonnet 5, GPT Image 2, Seedance 2.5, Veo 3.1, and Kling 3.

    5. Aug 16Stack

      Next.js 16.3, Tailwind 4, and AI SDK 7

      The kit moved to Next.js 16.3.1, React 19.2, Tailwind 4, AI SDK 7, Stripe 22, TypeScript 6, and pnpm 11. Node 22.13+ is required. The Docker image now includes SWC helpers so standalone builds boot.

    March 2026

    21 updates

    1. Mar 14Improved

      Google search grounding in chat

      Chat now shows grounding sources from the AI SDK, inline between thinking blocks, behind a compact toggle. Browse no longer jumps off the model you picked.

    2. Mar 14Fixed

      Chat layout, PDF panel, and thinking scroll

      The sidebar offset, PDF page navigation, panel resize, and thinking expansion no longer shove the transcript around or overflow the page.

    3. Mar 13Improved

      Audio detail page on Gemini

      The audio app detail view was redesigned and summaries now run on Gemini. Public generation slugs are scoped per tool so URLs do not collide.

    4. Mar 13Fixed

      Bootstrap reruns and auth gating

      The setup wizard survives a failed database step and a second run. Auth capability checks are stricter, and the auth modal triggers in the right places.

    5. Mar 10Stack

      Better Auth and Drizzle

      Supabase Auth is out. Sign-in, sessions, and emails go through Better Auth. App data goes through Drizzle on PostgreSQL, including a schema mapping fix for Better Auth tables.

    6. Mar 10Shipped

      Guided bootstrap wizard

      pnpm bootstrap now walks through env, database, AI providers, and install. It gates providers you skipped and can resume after a failed database step.

    7. Mar 10Improved

      Grouped model selectors

      Marketing Plan, Launch Simulator, and the form apps default to a configured model, list every available model inline, and open the picker upward so it does not cover the form.

    8. Mar 9Shipped

      Marketing Plan and Launch Simulator

      Structured output split into two standalone apps: a schema-based growth plan generator, and a Product Hunt launch simulator.

    9. Mar 8Shipped

      Account center, paywall, and Meta attribution

      A single account dialog holds profile and billing. The paywall was redesigned. Checkout config is centralized, with optional Meta Pixel and Conversions API on the order.

    10. Mar 8Stack

      PostHog, Plausible, and DataFast

      Analytics is provider-agnostic. Pick PostHog, Plausible, DataFast, or none, from one config instead of forked snippets.

    11. Mar 7Stack

      Next.js 16 and Turbopack

      The kit moved to Next.js 16. The Turbopack migration finished, including standalone PDF vectorization and pdfjs worker paths that still work in the Docker image.

    12. Mar 7Shipped

      Video Studio on Replicate

      Text-to-video and image-to-video with Sora, Veo, Kling, and WAN. Async jobs, a longer finalization budget, and a gallery for finished clips.

    13. Mar 6Improved

      Eight apps on the dashboard

      The homepage and sidebar now preview all eight apps. The old marketing components came out. A Warm Craft landing page ships in the kit for you to fork.

    14. Mar 5Shipped

      Image Studio

      GPT Image and the old Image AI app collapsed into one gallery studio: model switching, lightbox, download, and ownership that survives a delete.

    15. Mar 5Shipped

      Voice Studio

      Text-to-speech, voice transformation, music, and sound effects in one ElevenLabs shell, with preset demos, an inline player, and new API routes.

    16. Mar 5Shipped

      Chat and PDF in one workflow

      Document chat moved into the chat app. An inline resizable PDF viewer, popover docs, pdfjs instead of pdf-parse, and harder indexing so retrieval does not go blank on legacy files.

    17. Mar 5Improved

      Thinking effort and inline tool calls

      Chat exposes reasoning effort per provider. Tool calls, document tools, and web-search sources all render inline instead of a separate panel.

    18. Mar 5Stack

      DaisyUI out, Tailwind and shadcn in

      The UI kit dropped DaisyUI. Chat, vision, audio, and the dashboard sit on Tailwind and shadcn. Unauthenticated visitors see the full app chrome; actions open the auth modal.

    19. Mar 5Shipped

      Polar checkout on the templates

      Template banners buy through Polar. Optional Sentry, a hardened Docker image, and the blog pipeline moved from Contentlayer to content-collections.

    20. Mar 4Shipped

      Polar, Resend, and Brevo

      Payments collapsed to one provider route, with Polar next to Stripe and LemonSqueezy. Email providers modularized: Loops stays, Resend and Brevo join.

    21. Mar 4Stack

      AI SDK v6 and streamdown

      Chat streaming follows AI SDK v6 transport. Markdown in chat and PDF views moved to streamdown. The standalone DALL·E app was deleted.

    February 2026

    2 updates

    1. Feb 28Improved

      Dashboard sidebar and layout

      The app sidebar was rebuilt so the eight apps, templates, and settings sit in one readable column.

    2. Feb 27Stack

      Central model catalog

      Model defaults live in one catalog. AI SDK dependencies moved forward, and the leftover landing-pages routes left the kit.

    2025

    2025

    September 2025

    1 update

    1. Sep 4Shipped

      v5: native search and a new app layout

      The v5-ai-sdk branch landed. Demo apps were restructured, chat got native search, Claude Sonnet 4 was wired in, Google Imagen 4 joined the image app, and Groq got its own structured-output demo.

    August 2025

    1 update

    1. Aug 14Stack

      Next.js 15

      The kit moved to Next.js 15. Credit validation was tightened the same day so a run cannot spend on a bad balance.

    April 2025

    3 updates

    1. Apr 28Shipped

      GPT Image Studio

      A dedicated GPT Image demo app, the first gallery-style image product in the kit, before it later merged into Image Studio.

    2. Apr 15Improved

      New models and generative UI streaming

      Chat picked up new models and a streaming path built for generative UI, not just token text.

    3. Apr 7Shipped

      Landing page templates for every demo app

      Each demo app got a forkable landing page (GPT, DALL·E, SDXL, Llama, Vision, audio) so a buyer could ship a marketing page with the same stack as the product.

    February 2025

    1 update

    1. Feb 19Improved

      Project structure and image generation

      Folders were reorganized so apps, APIs, and shared code sit in one tree. The image generation app got a pass at the same time. PDF chat was patched a week earlier.

    January 2025

    2 updates

    1. Jan 23Stack

      GPT, Llama, and Claude on the Vercel AI SDK

      The three structured-output apps left their one-off clients and now stream through the Vercel AI SDK. Auth and UI were refreshed three days earlier.

    2. Jan 21Shipped

      Image AI playground

      A dedicated image playground landed before GPT Image Studio: prompt input, generations gallery, and model switching in one shell. It later collapsed into Image Studio.

    2024

    2024

    November 2024

    8 updates

    1. Nov 28Improved

      Audio app layout and Groq summaries

      The audio app got a cleaner layout. Summarize now runs Groq through the AI SDK instead of a one-off client, on LLaMA 3.1 70B.

    2. Nov 24Shipped

      Advanced chat, Grok, canvas, and search

      Chat became multimodal: OpenAI, Anthropic, Llama, and Grok in one thread, with web search via Serper, Jina scraping, and a canvas for generated documents. A Grok structured-output demo shipped the same week. Queries, clients, and AI helpers moved into lib/db, lib/clients, and lib/ai.

    3. Nov 23Shipped

      Credits on premium chat models

      Chat started metering credits for browsing and paid models (GPT-4, Claude Sonnet). Mini and Haiku stayed free. Usage streamed back in response headers and toast updates.

    4. Nov 23Improved

      Batch PDF vectorization

      PDF indexing moved to configurable chunks (default 100) so large documents no longer died on a Supabase timeout. 500-page files became a real path, not a crash.

    5. Nov 22Shipped

      Generative UI widgets in chat

      Chat could render live widgets, including a demo that searched the kit and suggested which app to fork. The pattern was the example, not just the widget.

    6. Nov 20Stack

      SQL migrations for a one-command database

      Supabase setup moved into versioned SQL migrations. New clones stopped copying dashboard SQL by hand. Docs and the README were rewritten around that flow the same week.

    7. Nov 16Shipped

      File upload tracking

      A file_uploads table started recording every image, audio file, and PDF across apps. The shared upload hook and API routes all wrote to it.

    8. Nov 9Improved

      Readable slugs on demo apps

      Demo app URLs switched from opaque IDs to slugs, so a generation can be shared without leaking a uuid.

    October 2024

    2 updates

    1. Oct 20Shipped

      Stripe payments

      Stripe webhooks joined LemonSqueezy. PDF vectorization got a faster path and better errors the same day.

    2. Oct 11Shipped

      Generation history

      Every run is stored and listed. The same week added auth middleware on all API routes, one upload hook, and comments on every webhook.

    September 2024

    1 update

    1. Sep 22Shipped

      Unified dashboard

      GPT, Claude, Vision, Llama, DALL·E, SDXL, and audio moved behind one dashboard and a new folder structure, with generation history on the image apps.

    July 2024

    1 update

    1. Jul 5Shipped

      Text-to-speech demo

      A dedicated ElevenLabs text-to-speech app. GPT-4o mini and a local Supabase schema followed later in the month.

    June 2024

    3 updates

    1. Jun 18Shipped

      Anthropic and Claude demo

      Claude landed as a first-class provider and demo app. Loops contact sync, per-chat model storage, and purchase email normalization followed the same week.

    2. Jun 14Shipped

      The private kit repo

      anotherwrapper-premium was cut from the public working copy. Buyers clone this tree: chat, PDF, OpenAI, Groq, Replicate, audio, LemonSqueezy, Loops, auth, and a blog.

    3. Jun 4Shipped

      Credits and LemonSqueezy

      A credits balance landed on purchase, with LemonSqueezy webhooks as the first payment path. Later Stripe and Polar plugged into the same meter.

    May 2024

    1 update

    1. May 20Shipped

      GPT, DALL·E, Vision, Llama, SDXL, and PDF chat

      The working repo already had the inventory the kit is known for: structured GPT output, DALL·E, vision meals, Llama on Groq, SDXL on Replicate, Whisper audio, and PDF RAG. This is what later moved into premium.

    April 2024

    1 update

    1. Apr 30Shipped

      The first public AI demos

      Before the private kit existed, the public site shipped working demos: chat, logo, marketing copy, roast, voice, and a workout generator. The pattern was already fork-an-app, not start-from-a-blank-Next-repo.

    Lifetime updates

    The next line is already in the repo.

    Buy once. Every app, auth, and stack change above, and the ones that have not been written yet, stay in your clone.

    Get the kit · $249