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
Provide a generic template to help develop new websites (not web apps) faster.
However, for a future version of Head Start, our current technology stack, could also be suitable for web apps. And all the other points in the Head Start philosophy would also benefit web apps.
How our technology stack could help build with apps faster:
Cloudflare D1 is a fast serverless SQL database, very suitable as a storage solution. for our web apps. SQL is an open standard, so we could still easily swap it for another database.
Cloudflare Vectorize is a vector database, very suitable for adding AI power to our web apps.
Auth.js (formerly Next Auth) is an open source framework agnostic auth solution, very suitable for adding authentication to our web apps. It has an adapter for D1 and an Astro integration. Auth.js supports many different adapters and providers, so we can easily switch to other services.
Astro OpenAPI or similar, can help us add type safe, fully documented API's to our web apps.
Astro View Transitions leverage the new browser View Transitions API, very suitable for adding single page app like transitions to our multi page web apps.
...
The text was updated successfully, but these errors were encountered:
Right now the Head Start philosophy focuses on websites, not web apps:
However, for a future version of Head Start, our current technology stack, could also be suitable for web apps. And all the other points in the Head Start philosophy would also benefit web apps.
How our technology stack could help build with apps faster:
The text was updated successfully, but these errors were encountered: