Software Stack


The Scribarchy front-end was developed using the Nuxt framework using Vuetify components using a static site approach.
The static site is served from Amazon Web Services (AWS) S3 through a CloudFront end-point and all dynamic processing is handled using APIs.
Authentication is handled by the AWS Cognito service.

The Scribarchy back-end consists of AWS Lambda Functions.
The Lambda functions in turn use a variety of AWS and third-party APIs, including a serverless SQL database hosted by Neon, a content moderation service hosted by Hive, and an image generation service provided by Amazon Bedrock.

The Scribarchy system is entirely serverless, so nothing in the system is always running (and costing $$$).
Monthly costs are currently averaging $5 a month.
Serverless also means the system should be easy to maintain and scale if needed.

Leave a comment

Log in with itch.io to leave a comment.