lets-update: A social updates app for your or your companies site

Package: lets-update.fifthtry.site

Design Docs

Template: lets-update-template.fifthtry.site (TODO: create site button here)
Adding Lets Update App To Your Existing fastn Site
You will have to use the lets-auth.fifthtry.site and lets-update.fifthtry.site packages.
-- import: fastn

-- fastn.package: your-package

-- fastn.dependency: lets-auth.fifthtry.site
-- fastn.dependency: lets-update.fifthtry.site

;; NOTE: you MUST use this auto-import alias or things won't work
-- fastn.auto-import: lets-auth.fifthtry.site as lets-auth

;; NOTE: you MUST use this auto-import alias or things won't work
-- fastn.auto-import: lets-update.fifthtry.site as lets-update

-- fastn.app: Lets Auth App
mount-point: /-/auth/
package: lets-auth.fifthtry.site


-- fastn.app: Lets Update App
mount-point: /updates/
package: lets-update.fifthtry.site
Lang:
ftd
Note that we are "mounting" the lets-update.fifthtry.site package at /updates/ URL. Learn more about fastn.app feature in fastn here.
Open Source
This project is licensed under BSD-3 license. You can find our source code on fifthtry-community/lets-update on Github.
Copyright 2025 YourCompany, Inc.