Public
Like
untitled-2883
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v12View latest version
A comprehensive application for creating and managing automated client follow-up workflows after service delivery. Generate customizable templates with email reminders and feedback requests.
- Workflow Template Creation: Build custom follow-up sequences with multiple touchpoints
- Email Automation: Automated email reminders and feedback requests
- Customizable Timing: Set specific delays between follow-up steps
- Template Management: Save, edit, and reuse workflow templates
- Client Management: Track clients and their workflow progress
- Feedback Collection: Integrated feedback forms and rating systems
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema setup
β β βββ queries.ts # Database query functions
β βββ routes/
β β βββ workflows.ts # Workflow CRUD operations
β β βββ clients.ts # Client management
β β βββ static.ts # Static file serving
β βββ index.ts # Main Hono server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main application component
β β βββ WorkflowBuilder.tsx # Workflow creation interface
β β βββ ClientManager.tsx # Client management interface
β β βββ Dashboard.tsx # Overview dashboard
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
βββ shared/
βββ types.ts # Shared TypeScript types
- The application runs on Val Town's platform
- Access the main interface through the HTTP endpoint
- Create workflow templates using the visual builder
- Add clients and assign workflows
- Monitor progress through the dashboard
- Backend: Hono.js with SQLite database
- Frontend: React with TypeScript
- Styling: TailwindCSS
- Email: Val Town's email service
- Storage: SQLite for data persistence