Commit graph

7 commits

Author SHA1 Message Date
Baobeld
43cc1b017c
Chore: add pino pretty transport (#58)
* add pino pretty transport

* add NODE_ENV to .env file for type generation
2025-01-22 12:47:13 -05:00
Mostapha El Sabah
ed2e18310e
feat: add Clerk Auth (#43) 2025-01-04 21:24:47 -05:00
Baobeld
1c5b37b24b
12 implement twilio sms (#37)
* add twilio sdk

* add twilio config

use app version in config

* remove default config

* phone regex

* bun update

* create client

* fix env var

* create Textarea component

* move TextInput

* allow snippets on labels

* update with label and error

* move button

* make button children snippet

* add form props

* allow region code

* add twilio FROM number

* rename to twilioClient

* implement simple messaging

* add twilio phone number as empty var

* format

* move twilio client to local on requests

* fix story

* on second thought, dont use locals since we are only using twilio in one place

Don't want to init a twilio client on every request when its only used
in on a single page

* use i18n for page text

* validate env with a script

* remove Zod validation when loading env vars
2025-01-02 20:11:27 -05:00
Mostapha El Sabah
3f9d4f94ff
chore: improve local setup and change database type (#33) 2024-12-20 17:27:59 -05:00
Benjamin Palko
a286fa4e0d add prisma 2024-12-10 10:40:41 -05:00
Benjamin Palko
85ac3b6ffa remove existing 2024-12-06 14:17:24 -05:00
Benjamin Palko
b645af1337 add zod validated configuration and context 2024-12-03 12:08:55 -05:00