# Val Town

Val Town is a platform for developers and operators to deploy websites, automations, and other tools to live URLs.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Double click: When coding becomes conversation

DevFeed: [Double click: When coding becomes conversation](<https://devfeed.tech/articles/double-click-when-coding-becomes-conversation-9635.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/double-click-vibe-coding/>)

Author: Carly Ayres

Published: 2025-02-20T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [coding](<https://devfeed.tech/topics/coding.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Figma](<https://devfeed.tech/topics/figma.md>), [Repl.it](<https://devfeed.tech/topics/replit.md>), [Val Town](<https://devfeed.tech/topics/val-town.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [design](<https://devfeed.tech/tags/design.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [figma](<https://devfeed.tech/tags/figma.md>), [val-town](<https://devfeed.tech/tags/val-town.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>), [writing-code](<https://devfeed.tech/tags/writing-code.md>)

### AI overview

This article examines vibe coding, an AI-assisted development style in which people describe what they want conversationally and iteratively refine the result instead of writing code line by line. It presents the approach as a playful, more accessible way to prototype and build software, while acknowledging debate about whether it creates more mayhem than magic.

### Source excerpt

Developers are embracing a new way of building software that's more conversation than code. But is it more mayhem than magic?

## Build Your Own AI Voice Assistant

DevFeed: [Build Your Own AI Voice Assistant](<https://devfeed.tech/articles/build-your-own-ai-voice-assistant-5756.md>)

Original publisher: [Read original article](<https://neon.com/blog/pulse-voice-assistant>)

Author: Rishi Raj Jain

Published: 2024-12-19T02:28:26Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>), [Val Town](<https://devfeed.tech/topics/val-town.md>), [API](<https://devfeed.tech/topics/api.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-voice-assistant](<https://devfeed.tech/tags/ai-voice-assistant.md>), [api](<https://devfeed.tech/tags/api.md>), [developers](<https://devfeed.tech/tags/developers.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [product](<https://devfeed.tech/tags/product.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [text-to-speech](<https://devfeed.tech/tags/text-to-speech.md>), [tools](<https://devfeed.tech/tags/tools.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

A developer guide to building Pulse, an AI voice assistant, using ElevenLabs for real-time voice responses, Neon for persistent data storage, and Next.js for the user interface, API requests, and real-time updates.

### Source excerpt

It's very likely that you, like many developers today, are exploring how to build AI apps using the hottest tools--and one of them is definitely ElevenLabs. That's why we've put together a guide that teaches you how to create an app like this--an AI voice assistant we've named Puls...

## I needed a simple Discord bot. Val Town made it fun!

DevFeed: [I needed a simple Discord bot. Val Town made it fun!](<https://devfeed.tech/articles/i-needed-a-simple-discord-bot-val-town-made-it-fun-5973.md>)

Original publisher: [Read original article](<https://turso.tech/blog/i-needed-a-simple-discord-bot-val-town-made-it-fun-bf8339ab>)

Author: Glauber Costa

Published: 2024-01-23T00:00:00Z

Content type: opinion

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Val Town](<https://devfeed.tech/topics/val-town.md>), [Discord bot](<https://devfeed.tech/topics/discord-bot.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [API](<https://devfeed.tech/topics/api.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [application-development](<https://devfeed.tech/tags/application-development.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [discord](<https://devfeed.tech/tags/discord.md>), [slack](<https://devfeed.tech/tags/slack.md>), [val-town](<https://devfeed.tech/tags/val-town.md>)

### AI overview

The author describes building a simple Discord bot with Val Town to notify Slack users about new messages in active Discord threads. Val Town's scheduled function execution made the project practical within a limited time, while the code was organized into higher-level logic and an independently testable inner function.

### Source excerpt

Creating a Discord threads notification bot for Slack using Val Town.