Commit Graph

34 Commits

Author SHA1 Message Date
Carlos Precioso
3f8d012c95 Ran lossless optimization on assets for template (#518) 2025-10-01 11:03:30 +02:00
Franjo Mindek
545a43c31e generate on build + gitignore 2025-09-24 18:49:53 +02:00
Franjo Mindek
12921ef92e open saas consistency 2025-09-24 14:10:17 +02:00
vincanger
4030ab76ab Blogpost v2 lw10 (#455)
* add blog draft

* add videos

* update date

* more images and links

* Update 2025-07-29-open-saas-version-2.mdx
2025-07-29 09:40:41 +02:00
Franjo Mindek
91549ea9ae raise node 2025-07-02 12:58:37 +02:00
vincanger
a0681df794 add coverlettergpt profit & marketing post 2025-05-21 16:05:05 +02:00
vincanger
0e036c0b3c add llms.txt & llms-full.txt script (#422)
* add llms.txt

* Update index.mdx
2025-05-07 17:07:11 +02:00
Milica Maksimovic
f9e060c25d update post 2025-05-07 14:04:55 +02:00
Milica Maksimovic
68a4045cae fix publishing date 2025-03-28 11:02:13 +01:00
Milica Maksimovic
c9033c0ca6 formatting 2025-03-28 11:00:22 +01:00
Mihovil Ilakovac
576d47a32e Adds Posthog script to opensaas.sh and docs.opensaas.sh (#398) 2025-03-21 11:14:06 +01:00
Milica Maksimovic
2c2d9ae24e add new blog post 2025-03-12 17:51:04 +01:00
Milica
889fa09924 Merge pull request #388 from wasp-lang/plausible-interview
add interview with Plausible's co-founder Marko Saric
2025-02-27 15:07:22 +01:00
Milica Maksimovic
5da0d4bd06 add interview with Plausible co-founder Marko Saric 2025-02-26 14:36:10 +01:00
Milica
a6e5517475 Incident Report (Open Saas updateCurrentUser) blog post
* add martin as an author + post

* add all files

* rename post

* fix header size

* Incident report final touch.

---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2025-02-26 14:32:15 +01:00
Milica Maksimovic
44cc770b64 add new blog post 2025-01-30 12:55:49 +01:00
vincanger
f77e029625 Update 2024-12-16-my-gpt-wrapper.webp 2024-12-17 16:54:20 +01:00
vincanger
83231aff9d add tweet and changes 2024-12-17 14:43:14 +01:00
vincanger
3868182966 Merge branch 'add-550mrr-blogpost' into coverletter-making-550 2024-12-17 13:53:11 +01:00
Milica Maksimovic
7f73a44b67 add a new blog post 2024-12-16 15:45:38 +01:00
Matija Sosic
65e58cc1b6 TurboReel post: added banner and reddit screenshots. 2024-12-12 11:44:06 +01:00
Milica Maksimovic
3c049669f0 initial push 2024-12-10 14:51:06 +01:00
Milica Maksimovic
2a8790ace8 initial blog post push 2024-12-04 13:27:49 +01:00
vincanger
54b4141820 update astro starlight & blog plugin (#334)
* update astro starlight & blog plugin

* Delete logo.png

* fix twitter preview image & add readme

* improve banner image assignments & docs perf

* change default banner

* change image name

* keep tabs on the tabs
2024-12-04 10:34:07 +01:00
vincanger
41c50a51e6 add blogpost & custom tweet component 2024-12-04 10:31:40 +01:00
vincanger
ada0743f3a fix og:images on blog 2024-11-26 20:37:53 +01:00
vincanger
ab7834b866 Best of cookie banners blogpost (#330)
* add blogpost with canonical to wasp-lang.dev

* Delete 2023-11-23-post.md
2024-11-25 16:04:48 +01:00
vincanger
09f44d8a62 change hackathon rules blog 2024-10-14 10:27:24 +02:00
Milica
18f6c89659 hackathon announcement (#279)
* hackathon announcement

* retrigger ci

* retrigger ci

* update 🍪 blogpost

* Update 2024-10-10-most-annoying-cookie-banner-contest.md

* add announcement to landing page

* add video, new banner and title

* add plausible to docs

---------

Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2024-10-11 10:18:58 +02:00
vincanger
71d7637ac5 update docs (#269) 2024-09-16 12:04:19 +02:00
vincanger
cb3d75c0b6 add lemon squeezy as payment provider (#246)
* add lemon squeezy checkout and webhook

* add lemonSqueezy customer portal url

* Update AccountPage.tsx

* add lemon squeezy total revenue function

* update app diff

* update app diff

* add LS docs

* Update PricingPage.tsx

* add unified payment processor

* unify customer portal url

* Update paymentProcessor.ts

* update paymentProcessor logic

* update app diff to use both payments processors

* Update contentSections.ts.diff

* finishing touches

* Update e2e-tests.yml

* remove lemonsqueezy from app diff

* Update webhook.ts
2024-09-09 11:32:42 +02:00
vincanger
78a9189e32 refactor Stripe webhook (#200)
* rename TierIds to PaymentPlanIds

* refactor webhook and util functions

* pass userDelegate to function

* Update dbSeeds.ts

* update app diff

* Update template/app/src/server/stripe/stripeClient.ts

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* extract event handlers and more

* Update AccountPage.tsx

* address filips pro effective typescripting and stuff

* Martin's attempt at consolidating types.

* fix

* fix webhook events and validation

* small changes

* put stripe event handlers back for marty merge

* merge consilidated types from martin

* move some types around

* add docs for stripe api version

* Update AccountPage.tsx

* Update stripe.ts

* update SubscriptionStatus type

* Update actions.ts

* add assertUnreachable util

* more small changes

* Update deploying.md

* update accountPage and docs

* update app_diff

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-07-10 16:08:20 +02:00
vincanger
602aad0f75 add cookie consent banner and tests (#163)
* add cookie consent banner and tests

* update docs and app_diff

* Create .env.client.diff

* Update main.wasp.diff

* add migrattion_lock diff again

* small typo fixes
2024-06-06 16:27:37 +02:00
Martin Šošić
04553cd60c All in dirs (#154)
* Split the project into template and opensaas-sh (demo app (diff) + docs).

* fix
2024-06-04 13:24:32 +02:00