Back to Home

dotprompts

Verified Safe

by xu2xulim

Overview

A SvelteKit application for managing and serving AI prompts, integrated with authentication and a database.

Installation

Run Command
npm run dev

Environment Variables

  • INSTANT_APP_ID
  • INSTANT_API_KEY
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_ID
  • BETTER_AUTH_URL
  • DATABASE_URL
  • DATABASE_TOKEN

Security Notes

The project uses `better-auth` and InstantDB for authentication and data storage, which are generally robust solutions. Secrets are correctly managed via environment variables. However, the `svelte.config.js` sets `csrf: { trustedOrigins: ['*'] }`, which is a critical security vulnerability for a web application in a production environment as it disables CSRF protection from any origin. This setting should be locked down to specific trusted origins for production deployments.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-11-25

Tags

AIPrompt ManagementSvelteKitAuthenticationInstantDB