19 Apr. 2025
New Features 🔥
LaunchFast SvelteKit Starter Kit
- HUGE! The starter kit is now ready to deploy to Cloudflare Workers and Pages with full features parity. Today, LaunchFast starter kits have become the perfect starter kits that are truly runtime agnostic and work with most of the services out there. Some of the changes that have come during this refractor:
- Usage of
aws4fetch
instead of@aws-sdk
- Usage of HTTP APIs instead of SQLite specific module
- Usage of
postgres
instead of@neondatabase/serverless
- Dropped usage of
firebase-admin
against custom implementation of HTTP APIs to interact with Firebase and Firestore - Using
unstorage
for a database agnostic interface
- Usage of
17 Apr. 2025
New Features 🔥
LaunchFast Next.js Starter Kit
- HUGE! The starter kit is now ready to deploy to Cloudflare Workers and Pages with full features parity. Today, LaunchFast starter kits have become the perfect starter kits that are truly runtime agnostic and work with most of the services out there. Some of the changes that have come during this refractor:
- Usage of
aws4fetch
instead of@aws-sdk
- Usage of HTTP APIs instead of SQLite specific module
- Usage of
postgres
instead of@neondatabase/serverless
- Dropped usage of
firebase-admin
against custom implementation of HTTP APIs to interact with Firebase and Firestore - Using
unstorage
for a database agnostic interface
- Usage of
LaunchFast Astro Starter Kit
- Indexes for
pagefind
are built in parallel for better build times.
Bugs & Fixes ⚔️
LaunchFast Astro Starter Kit
- The API call to SQLite Cloud now uses
bind
parameter which allows you to pass the parameters define in yoursql
.
16 Apr. 2025
Dependencies ⚙️
LaunchFast Astro Starter Kit
- Dependencies have been updated to their latest versions.
15 Apr. 2025
New Features 🔥
LaunchFast Astro Starter Kit
- Upon request, the search functionality in blogs is now an optional and configurable via the environment variable named
BLOG_SEARCH
.
14 Apr. 2025
New Features 🔥
LaunchFast Astro Starter Kit
- HUGE! The starter kit is now ready to deploy to Cloudflare Workers and Pages with full features parity. Today, LaunchFast starter kits have become the perfect starter kits that are truly runtime agnostic and work with most of the services out there. Some of the changes that have come during this refractor:
- Usage of
astro:env
instead of usingprocess.env
- Usage of
aws4fetch
instead of@aws-sdk
- Usage of HTTP APIs instead of SQLite specific module
- Usage of
postgres
instead of@neondatabase/serverless
- Dropped usage of
firebase-admin
against custom implementation of HTTP APIs to interact with Firebase and Firestore - Using
unstorage
for a database agnostic interface
- Usage of
13 Apr. 2025
New Features 🔥
LaunchFast Astro Starter Kit
- SQLite providers (Turso and SQLite Cloud) can now be queried directly from the
edge
/ Cloudflare Workers and Pages!
23 Mar. 2025
Dependencies ⚙️
LaunchFast Next.js Starter Kit
- Updated the
next
version as an effect of cve-2025-29927.
17 Mar. 2025
New Features 🔥
LaunchFast Next.js Starter Kit
- HUGE! The entire starter kit is now migrated to App Router.
16 Mar. 2025
New Features 🔥
LaunchFast Next.js Starter Kit
- We’ve upgraded the credentials authentication (powered by Auth.js) to v5 (beta).
15 Mar. 2025
New Features 🔥
LaunchFast Astro Starter Kit
- We’ve upgraded the credentials authentication (powered by Auth.js) to use any database for storing and retrieving sessions.
14 Mar. 2025
New Features 🔥
LaunchFast Astro Starter Kit
-
We’ve upgraded the Astro version to v5.5.2.
-
In efforts to start making this starter kit Cloudflare Workers friendly, we have:
- moved from
ioredis
toredis-on-workers
with a custom patch that allows you to make requests to any Redis from the edge. - moved from
pg
topostgres
to be able for you for to make requests to any Postgres from the edge. - moved from
@libsql/client
to@libsql/client/web
to be able for you for to make requests to Turso from the edge. - moved from
@libsql/client
to@sqlitecloud/drivers
to be able for you for to make requests to SQLite Cloud from the edge. - currently working on figuring out edge compatible drop-ins for
mongodb
andfirebase-admin
.
- moved from
-
We’ve shipped a changelog page (https://launchfast-astro.launchfast.workers.dev/changelog) to the Astro starter kit. Keep your users informed from day one!
-
We’ve removed the
react
integration in favor of using client side fetches and state updates. Focusing on Less JavaScript!
LaunchFast SvelteKit Starter Kit
-
In efforts to start making this starter kit more Cloudflare Workers friendly, we have:
- moved from
ioredis
toredis-on-workers
with a custom patch that allows you to make requests to any Redis from the edge. - moved from
pg
topostgres
to be able for you for to make requests to any Postgres from the edge. - moved from
@libsql/client
to@libsql/client/web
to be able for you for to make requests to Turso from the edge. - moved from
@libsql/client
to@sqlitecloud/drivers
to be able for you for to make requests to SQLite Cloud from the edge. - currently working on figuring out edge compatible drop-ins for
mongodb
andfirebase-admin
.
- moved from
-
We’ve shipped a changelog page (https://launchfast-sveltekit.launchfast.workers.dev/changelog) to the Astro starter kit. Keep your users informed from day one!
7 Mar. 2025
New Features 🔥
LaunchFast Astro Starter Kit
- Super excited to share that we have shipped Auth.js as the authentication provider for the Astro starter kit.
- We’ve upgraded TailwindCSS to v4 in the starter kit.
1 Mar. 2025
New Features 🔥
- You can now deploy LaunchFast SvelteKit Starter Kit to Cloudflare Pages! Check out the demo at https://launchfast-sveltekit.pages.dev/.
27 Jan. 2025
New Features 🔥
LaunchFast Astro Starter Kit
- We’ve shipped a
Search
component for blogs that you can use anywhere in your website to allow users to search from. - We’ve added password validation to ensure that your users sign up with “safer” credentials.
- We’ve added error messages that are now shown as toasts in the application to keep your users informed of what’s happening in the system.
4 Dec. 2024
New Features 🔥
LaunchFast Astro Starter Kit
- You can now authenticate users using GitHub OAuth 2.0 🎉
Bugs & Fixes ⚔️
- Replace Polar with Lemon Squeezy checkout links checkout links across all LaunchFast repositories.
24 Nov. 2024
Bugs & Fixes ⚔️
- Disabled
next-themes
in Fumadocs integration in LaunchFast Next.js repository. - Replace Lemon Squeezy checkout links with Polar checkout links across all LaunchFast repositories.
17 Nov. 2024
New Features 🔥
- All the uploads are now moved to in-browser pre-signed url uploads across all LaunchFast repositories.
- Type definitions in
Upload
component is added to make sure that the completions are available in IDE. - Removed
firebase
package in favor offirebase-admin
. - All images are lazy loaded, except the ones that are in the first view of any page.
16 Nov. 2024
New Features 🔥
- Added an
/upload
page to showcase the use of the in-built<Upload />
component. - Now you can have your users delete avatar in the dashboard.
- Header links are now automatically highlighted on apt pages.
Bugs & Fixes ⚔️
- Replaced all hardcoded
<svg>
to use icons by Iconify from the LaunchFast SvelteKit repository. - Fix the comma in the avatar in LaunchFast Next.js repository.
15 Nov. 2024
New Features
- LaunchFast Next.js repository now uses Next.js 15.
Bugs & Fixes ⚔️
- Removed
remark-flexible-toc
in LaunchFast Next.js repository. - Added
.content-collections
to.gitignore
in LaunchFast Next.js repository. - Removed
extensions
from thesvelte.config.ts
for the LaunchFast SvelteKit repository. - Fixed responsiveness in toc and sidebar in the documentation framework for the LaunchFast SvelteKit repository.
14 Nov. 2024
New Features 🔥
- Automated
next
andprevious
blog and documentation cards to respective content.
Bugs & Fixes ⚔️
- Pagefind’s native search UI is updated to use
Inter
font. - Seperated
content
from thesrc
directory to seperate content from the application level code. - Removed
mdsvex
from the LaunchFast SvelteKit repository.
13 Nov. 2024
New Features 🔥
- Added a beautifully designed, responsive and fully dynamic documentation framework (in Svelte) that comes with search capabilities to LaunchFast’s SvelteKit repository.
- Improved blogs across all templates to be fully dynamic, so you can just create blogs and the routing is taken care of automatically.
Bugs & Fixes ⚔️
- SEO component in SvelteKit framework is now used on each page, instead of relying on global Layout’s
<head>
tag.
10 Nov. 2024
New Features 🔥
- Automatic fallback avatar for a logged in user is created if no image is found.
Bugs & Fixes ⚔️
- SvelteKit repository is updated to fully leverage Authjs.dev by removing custom OAuth 2.0 implementation.
- NProgress is now working again with the updated dependenices (and the latest versions) of the respective frameworks.
6 Nov. 2024
New Features 🔥
- Collections are sorted by descending order based on the date attribute in LaunchFast Next.js repository.
26 Oct. 2024
New Features 🔥
- You can now use Firestore as the database provider in your app.
Dependencies ⚙️
- LaunchFast starter kits dependencies have been updated to their latest versions.