Back

Version 18

12/18/2023
/** @jsxImportSource https://esm.sh/react */
import { renderToString } from "npm:react-dom/server";

export let welcomeEmail = renderToString(
<div style={{ maxWidth: "500px", fontFamily: "sans-serif" }}>
<h2>Welcome to Val Town!</h2>
<p>
Val Town is a social website to write and deploy Javascript functions. You can create APIs, crons, email yourself,
store data – all from the browser, and deployed in miliseconds.
</p>
<p>
<b>1. Learn how to val</b>
</p>
<p>
<a href="https://docs.val.town/">Read our docs</a>!{" "}
Learn to deploy vals, persist state, connect to APIs, and more.
</p>
<p>
<b>2. Join our Discord</b>
</p>
<p>
<a href="https://discord.gg/dHv45uN5RY">Join our Discord</a>{" "}
so you can ask questions, share your cool vals, and learn about the cutting-edge of Val Town. Don't be shy about
posting links to vals you want help debugging.
</p>
<p>
<b>3. Install some useful vals</b>
</p>
<ul>
<li>
<a href="https://www.val.town/v/stevekrouse/dailyDadJoke">Daily Dad Joke</a>
</li>
<li>
<a href="https://www.val.town/v/rodrigotello/hnFollow">Follow people on Hacker News</a>
</li>
<li>
stevekrouse-welcomeemail.web.val.run
Updated: December 11, 2024