DEV Community

Cover image for TextScript — Turn plain text into live websites
Jayy
Jayy

Posted on

TextScript — Turn plain text into live websites

This is for my project TextScript, a text-to-site engine where plain instructions become live websites. Instead of dragging blocks around or relying on AI, you just type lines of text that act like design commands. Here’s the demo link so you can try it yourself: https://stirring-bublanina-533252.netlify.app/

This is the text prompt:

Theme: Neon

Page: Home
Hero: "Welcome to TextScript"
Text: "Turn plain words into a full website instantly."
Button: "Learn More → About"
Button: "Media → Media"
Button: "Contact → Contact"

Page: About
Hero: "About TextScript"
Text: "TextScript takes instructions like 'Hero' or 'Embed' and instantly generates styled, interactive websites."
Card: "Fast | Sites in seconds"
Card: "Colorful | Themes like Neon, Sunset, Retro"
Card: "Flexible | Pages, buttons, forms, embeds"
Button: "Back → Home"

Page: Media
Hero: "Media Showcase"
Text: "Drop in videos or tracks:"
Embed: YouTube → https://www.youtube.com/watch?v=dQw4w9WgXcQ
Embed: Spotify → https://open.spotify.com/track/7GhIk7Il098yCjg4BQjzvb
Button: "Back → Home"

Page: Contact
Hero: "Get in Touch"
Form: ContactForm
Button: "Back → Home"

Footer: "© 2025 TextScript Demo — All Rights Reserved"

^Paste that into the demo, hit Run, and watch it transform into a full site.

Top comments (0)